| Did you know ... | Search Documentation: |
| odbc.pl |
odbc_current_connection(?Conn, ?DSN) is nondet
odbc_driver_connect(+DriverString, -Connection, +Options) is detuser and
password.
Whenever possible, applications should use odbc_connect/3. If you need this predicate, please check the documentation for SQLDriverConnect() and the documentation of your driver.
odbc_query(+Connection, +SQL, -Row)
odbc_query(+Connection, +SQL)
odbc_current_table(-Table, -Facet)
odbc_table_column(+Connection, +Table, +Column) is semidet
odbc_table_column(+Connection, +Table, ?Column, -Facet)
sql_type(+TypeName, +Row, -Type)[private]
odbc_type(+Connection, +TypeSpec, ?Facet)
odbc_data_source(?DSN, ?Description)
odbc_table_primary_key(+Connection, +Table, ?Column)
odbc_table_foreign_key(+Connection, ?PkTable, ?PkCol, ?FkTable, ?FkCol)The following predicates are exported, but not or incorrectly documented.
odbc_statistics(Arg1)
odbc_current_table(Arg1, Arg2, Arg3)
odbc_next_result_set(Arg1)
odbc_query(Arg1, Arg2, Arg3, Arg4)
odbc_prepare(Arg1, Arg2, Arg3, Arg4, Arg5)
odbc_disconnect(Arg1)
odbc_debug(Arg1)
odbc_free_statement(Arg1)
odbc_fetch(Arg1, Arg2, Arg3)
odbc_end_transaction(Arg1, Arg2)
odbc_prepare(Arg1, Arg2, Arg3, Arg4)
odbc_cancel_thread(Arg1)
odbc_clone_statement(Arg1, Arg2)
odbc_execute(Arg1, Arg2, Arg3)
odbc_get_connection(Arg1, Arg2)
odbc_connect(Arg1, Arg2, Arg3)
odbc_set_option(Arg1)
odbc_close_statement(Arg1)
odbc_execute(Arg1, Arg2)
odbc_set_connection(Arg1, Arg2)