- SQL::Connection ListTablesWithTypes Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ListTablesWithTypes Method.xml
Return a list of tables for the current database suffixed with (<type>).
- SQL::Schema::ListTablesWithTypes Function
/documentation/pages/Ref/Api/Namespace/SQL/Schema/ListTablesWithTypes Method.xml
Return a list of tables for the current database suffixed with ().
- SQL::Connection ListTables Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ListTables Method.xml
Return a list of tables for the current database.
- Function Topics
/documentation/pages/Index/Function List.xml
Page links to functions.
- SQL::Query::ReleaseConnection Function
/documentation/pages/Ref/Api/Namespace/SQL/Query/ReleaseConnection Method.xml
Clear out the connection property.
- SQL::Connection Open Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/Open Method.xml
Connect to a database. (See help for SetConnectionString for details on constructing a connect string.)
- SQL::Query::OpenConnection Function
/documentation/pages/Ref/Api/Namespace/SQL/Query/OpenConnection Method.xml
Generate a native SQL statement using the selected syntax associated with the current or passed connection.
- SQL::Connection CommitTransaction Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/CommitTransaction Method.xml
Apply a set of changes started with BeginTransaction.
- SQL::ImportStatement::ReleaseConnection Function
/documentation/pages/Ref/Api/Namespace/SQL/ImportStatement/ReleaseConnection Method.xml
Clear out the connection property.
- SQL::Connection ValidateQuery Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ValidateQuery Method.xml
Validate a SQL query on the connection.