SQL::Connection SetSyntaxHandlerScript Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/SetSyntaxHandlerScript Method.xml
Assign a handler script for the connection to override the default behavior of some or all of the event functions below:
SQL::Connection GetExampleSyntaxScript Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/GetExampleSyntaxScript Method.xml
Retrieve the syntax handler source for an example syntax handler.
SQL::Connection GetTemplateSyntaxScript Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/GetTemplateSyntaxScript Method.xml
Retrieve the template syntax handler source for creating your own syntax handler.
SQL::Connection GetDefaultSyntaxHandlerScript Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/GetDefaultSyntaxHandlerScript Method.xml
Retrieves the syntax handler source for a particular syntax name.
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 DropDatabase Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/DropDatabase Method.xml
Remove a database.
SQL::Connection ListDatabases Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ListDatabases Method.xml
Return a list of databases from the current server.