[−][src]Function odbc::ffi::SQLPrepare
pub unsafe extern "system" fn SQLPrepare(
hstmt: *mut Stmt,
statement_text: *const u8,
text_length: i32
) -> SQLRETURN
Compiles the statement and generates an access plan.
Returns
SQL_SUCCESS
, SQL_SUCCESS_WITH_INFO
, SQL_ERROR
, SQL_INVALID_HANDLE
, or
SQL_STILL_EXECUTING