Function odbc_sys::SQLTables[][src]

pub unsafe extern "system" fn SQLTables(
    statement_handle: HStmt,
    catalog_name: *const Char,
    name_length_1: SmallInt,
    schema_name: *const Char,
    name_length_2: SmallInt,
    table_name: *const Char,
    name_length_3: SmallInt,
    TableType: *const Char,
    name_length_4: SmallInt
) -> 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

SUCCESS, SUCCESS_WITH_INFO, ERROR, INVALID_HANDLE, or SQL_STILL_EXECUTING