odbc
Prolog files
odbc.pl![]() | ||
---|---|---|
odbc_current_connection/2 | True if Conn is an open ODBC connection to DSN. | ![]() |
odbc_current_table/2 | Enumerate the existing tables. | ![]() |
odbc_data_source/2 | Enumerate the available data-sources. | ![]() |
odbc_driver_connect/3 | Connects to a database using SQLDriverConnect(). | ![]() |
odbc_query/2 | Execute SQL-statement that does not produce a result. | ![]() |
odbc_query/3 | Run query without options. | ![]() |
odbc_table_column/3 | True if Column appears in Table on Connection. | ![]() |
odbc_table_column/4 | ![]() | |
odbc_table_foreign_key/5 | Enumerate foreign keys columns. | ![]() |
odbc_table_primary_key/3 | Enumerate columns in primary key for table. | ![]() |
odbc_type/3 | ![]() |