[−][src]Function odbc::ffi::SQLTables
pub unsafe extern "system" fn SQLTables(
statement_handle: *mut Stmt,
catalog_name: *const u8,
name_length_1: i16,
schema_name: *const u8,
name_length_2: i16,
table_name: *const u8,
name_length_3: i16,
TableType: *const u8,
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