RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBSQL Properties

The properties of the TIBSQL class are listed here.

 
Name 
Description 
 
Bof 
Indicates whether or not a query is at the beginning of the dataset. 
 
Specifies the database handle for the query. 
 
Eof 
Indicates whether or not a query is at the end of the dataset. 
 
Returns the index of the named field. 
 
Returns the XSQLVAR fields. 
 
Generates a list of parameter names for the query. 
 
Specifies the handle for the query. 
 
Open 
Determines if the dataset is open. 
 
Returns the XSQLDA parameters. 
 
Plan 
Returns the plan for the query. 
 
Indicates whether or not the query has been prepared. 
 
Returns the current count of records from the query. 
 
Returns the number of rows affected. 
 
Returns the type of query to be executed. 
 
Specifies the transaction handle for the query. 
 
Indicates the unique relation name. 
 
Name 
Description 
 
Sets or returns the database associated with the query. 
 
Goes to the first record in the result set upon opening it. 
 
Specifies whether the parameter list for an SQL query is regenerated if the SQL property changes at runtime. 
 
SQL 
Sets the SQL query to be executed. 
 
Sets or returns the transaction to be used by the query. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!