odbc_sys

Function SQLSetStmtAttr

Source
pub unsafe extern "system" fn SQLSetStmtAttr(
    hstmt: HStmt,
    attr: StatementAttribute,
    value: Pointer,
    str_length: Integer,
) -> SqlReturn
Expand description

Sets attributes related to a statement.

ยงReturns

SUCCESS, SUCCESS_WITH_INFO, ERROR, or INVALID_HANDLE.