[][src]Function odbc::ffi::SQLTablesW

pub unsafe extern "system" fn SQLTablesW(
    statement_handle: *mut Stmt,
    catalog_name: *const u16,
    name_length_1: i16,
    schema_name: *const u16,
    name_length_2: i16,
    table_name: *const u16,
    name_length_3: i16,
    table_type: *const u16,
    name_length_4: i16
) -> 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