RAD Studio VCL Reference
ContentsIndex
TSQLConnection Methods Public Methods
Public Methods
 
Name 
Description 
 
Initiates a new transaction in the associated database. 
 
Returns a copy of the SQL connection object. 
 
Closes all datasets associated with the SQL connection object component without disconnecting from the database. 
 
Commits an open transaction. 
 
This is CommitAndFree, a member of class TSQLConnection. 
 
Executes an SQL command on the server. 
 
Executes an SQL command that does not include parameters. 
 
Returns the default schema name of the current object. 
 
This is the overview for the GetFieldNames method overload. 
 
This is the overview for the GetIndexNames method overload. 
 
Returns the username that is logged in on the current connection. 
 
Populates a string list with the names of all packages defined on the server. 
 
This is the overview for the GetProcedureNames method overload. 
 
This is the overview for the GetProcedureParams method overload. 
 
Returns the schema names for all objects in the given data source. 
 
This is the overview for the GetTableNames method overload. 
 
Sets the DriverName and Params properties to the values associated with the ConnectionName property. 
 
Cancels all updates, insertions, and deletions for a specified transaction and ends the transaction. 
 
This is RollbackAndFree, a member of class TSQLConnection. 
 
Associates the SQL connection with a callback function that executes for every SQL command passed to or from the server. 
 
Initiates a new transaction in the associated database. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.