[−][src]Function odbc::ffi::SQLGetStmtAttrW
pub unsafe extern "system" fn SQLGetStmtAttrW(
handle: *mut Stmt,
attribute: SqlStatementAttribute,
value_ptr: *mut c_void,
buffer_length: i32,
string_length_ptr: *mut i32
) -> SQLRETURN
Returns the current setting of a statement attribute.
Returns
SQL_SUCCESS
, SQL_SUCCESS_WITH_INFO
, SQL_ERROR
, or SQL_INVALID_HANDLE