RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLConnection Methods

The methods of the TSQLConnection class are listed here.

 
Name 
Description 
 
This is CheckConnection, a member of class TSQLConnection. 
 
This is CheckDisconnect, a member of class TSQLConnection. 
 
This is ConnectionOptions, a member of class TSQLConnection. 
 
Provides the interface for a method that opens a connection. 
 
Provides the interface for a method that terminates the connection. 
 
Returns the value of the Connected property. 
 
Returns a dataset, given its index in the DataSets property array. 
 
Initializes the connection component after all objects in the form or data module have been loaded. 
 
Forwards notification messages to all owned components. 
 
This is the overview for the OpenSchema method overload. 
 
Registers an object that uses the connection component. 
 
This is SQLError, a member of class TSQLConnection. 
 
Removes a registered client so that it is no longer associated with the connection component. 
 
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.
What do you think about this topic? Send feedback!