SQLColumnPrivilegesW

Function SQLColumnPrivilegesW 

Source
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
Expand description

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

SUCCESS, SUCCESS_WITH_INFO, ERROR, INVALID_HANDLE, or SQL_STILL_EXECUTING.