Function odbc_sys::SQLTablesW
source · pub unsafe extern "system" fn SQLTablesW(
statement_handle: HStmt,
catalog_name: *const WChar,
name_length_1: SmallInt,
schema_name: *const WChar,
name_length_2: SmallInt,
table_name: *const WChar,
name_length_3: SmallInt,
table_type: *const WChar,
name_length_4: SmallInt
) -> SqlReturn
Expand description
Returns the list of table, catalog, or schema names, and table types, stored in a specific data source. The driver returns the information as a result set
Returns
SUCCESS
, SUCCESS_WITH_INFO
, ERROR
, INVALID_HANDLE
, or
SQL_STILL_EXECUTING