RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBQuery Properties

The properties of the TIBQuery class are listed here.

 
Name 
Description 
 
Generates a list of parameter names for the query. 
 
Indicates what types of edits, if any, can be made to the data in the dataset. 
 
Indicates the current number of parameters for the query. 
 
Determines whether or not a query is prepared for execution. 
 
Returns the number of rows operated upon by the latest query execution. 
 
Returns the statement type of the QSelect query. 
 
Identifies the statement handle for the query. 
 
Text 
Points to the actual text of the SQL query. 
 
Name 
Description 
 
This is Active, a member of class TIBQuery. 
 
Specifies the dataset buffer chunk size. 
 
Specifies whether cached updates are enabled for a dataset. 
 
This is Constraints, a member of class TIBQuery. 
 
This is DataSource, a member of class TIBQuery. 
 
Specifies whether filtering is active for a dataset. 
 
Specifies whether the dataset should refresh its data every time it posts a record. 
 
This is OnFilterRecord, a member of class TIBQuery. 
 
Specifies whether the parameter list for a query is regenerated if the SQL property changes at runtime. 
 
Contains the parameters for a query's SQL statement. 
 
SQL 
Contains the text of the SQL statement to execute for the query. 
 
Determines whether bidirectional cursors are enabled for the dataset. 
 
Specifies the update object component used to update a read-only result set. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!