[−][src]Function odbc::ffi::SQLColumnsW
pub unsafe extern "system" fn SQLColumnsW(
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 the list of column names in specified tables. The driver returns this 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
.