Function odbc_sys::SQLPrepare

source ·
pub unsafe extern "system" fn SQLPrepare(
    hstmt: HStmt,
    statement_text: *const Char,
    text_length: Integer
) -> SqlReturn
Expand description

Compiles the statement and generates an access plan.

Returns

SUCCESS, SUCCESS_WITH_INFO, ERROR, INVALID_HANDLE, or SQL_STILL_EXECUTING