SQL::Connection DeleteData Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/DeleteData Method.xml
Delete rows from a table in the currently connected database using a result set.
Function Topics
/documentation/pages/Index/Function List.xml
Page links to functions.
SQL::RowSnapshot DeleteData Function
/documentation/pages/Ref/Api/Namespace/SQL/RowSnapshot/DeleteData Method.xml
Removes the SQL::ColumnValue object at a specific index in the collection of column values.
SQL::Query::ReleaseConnection Function
/documentation/pages/Ref/Api/Namespace/SQL/Query/ReleaseConnection Method.xml
Clear out the connection property.
SQL::ImportStatement::ReleaseConnection Function
/documentation/pages/Ref/Api/Namespace/SQL/ImportStatement/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::Connection ListServers Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ListServers Method.xml
Return a list of servers for the current connection Application Programming Interface(API).
SQL::Connection CreateIndex Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/CreateIndex Method.xml
Create an index on the specified table in the currently connected database using the TableInfo and IndexInfo specifications.
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 DropIndex Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/DropIndex Method.xml
Drop the index named from table specified in the currently connected database.