[−][src]Function odbc::ffi::SQLColumnPrivilegesW
pub unsafe extern "system" fn SQLColumnPrivilegesW(
statement_handle: *mut Stmt,
catalog_name: *const u16,
catalog_name_length: i16,
schema_name: *const u16,
schema_name_length: i16,
table_name: *const u16,
table_name_length: i16,
column_name: *const u16,
column_name_length: i16
) -> SQLRETURN
Returns a list of columns and associated privileges for the specified table. The driver returns the information as a result set on the specified StatementHandle.
Returns
SQL_SUCCESS
, SQL_SUCCESS_WITH_INFO
, SQL_ERROR
, SQL_INVALID_HANDLE
, or SQL_STILL_EXECUTING
.