Function odbc_sys::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
.