odbc_setoption —
Adjust ODBC settings. Returns false if an error occurs, otherwise
true.
odbc_tables —
Get the list of table names stored in a specific data source.
Returns a result identifier containing the
information.
odbc_tableprivileges —
Lists tables and the privileges associated with each table
odbc_columns —
Lists the column names in specified tables. Returns a result
identifier containing the information.
odbc_columnprivileges —
Returns a result identifier that can be used to fetch a list of
columns and associated privileges
odbc_gettypeinfo —
Returns a result identifier containing information about data
types supported by the data source.
odbc_primarykeys —
Returns a result identifier that can be used to fetch the column
names that comprise the primary key for a table
odbc_foreignkeys —
Returns a list of foreign keys in the specified table or a list
of foreign keys in other tables that refer to the primary key in
the specified table
odbc_procedures —
Get the list of procedures stored in a specific data source.
Returns a result identifier containing the information.
odbc_specialcolumns —
Returns either the optimal set of columns that uniquely
identifies a row in the table or columns that are automatically
updated when any value in the row is updated by a transaction