[][src]Function odbc_sys::SQLTablesW

pub unsafe extern "system" fn SQLTablesW(
    statement_handle: SQLHSTMT,
    catalog_name: *const SQLWCHAR,
    name_length_1: SQLSMALLINT,
    schema_name: *const SQLWCHAR,
    name_length_2: SQLSMALLINT,
    table_name: *const SQLWCHAR,
    name_length_3: SQLSMALLINT,
    table_type: *const SQLWCHAR,
    name_length_4: SQLSMALLINT
) -> SQLRETURN

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

SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, SQL_INVALID_HANDLE, or SQL_STILL_EXECUTING