RAD Studio VCL Reference
ContentsIndex
TIBCDSQuery Members Protected Properties
Protected Properties
 
Name 
Description 
 
Specifies the dataset buffer chunk size. 
 
Specifies whether cached updates are enabled for a dataset. 
 
Holds the SQL statement used to delete rows from the dataset. 
 
Specifies whether the dataset should refresh its data every time it posts a record. 
 
Holds the SQL statement used to insert rows into the dataset. 
 
Indicates whether the dataset has prepared its queries for execution. 
 
Indicates what types of edits, if any, can be made to the data in the dataset. 
 
Provides the ability to access the SQL object encapsulating the ModifySQL statement. 
 
Specifies whether the parameter list for a query is regenerated if the SQL property changes at runtime. 
 
Specifies the parameters to use for any parameterized queries. 
 
Provides the ability to directly access the SQL object encapsulating the DeleteSQL statement. 
 
Provides the ability to directly access the SQL object encapsulating the InsertSQL statement. 
 
Provides the ability to directly access the SQL object encapsulating the ModifySQL statement. 
 
Provides the ability to directly access the SQL object encapsulating the RefreshSQL statement. 
 
Provides the ability to directly access the SQL object encapsulating the SelectSQL statement. 
 
Provides the ability to directly access the SQL object encapsulating the RefreshSQL statement. 
 
Provides the ability to directly access the SQL object encapsulating the SelectSQL statement. 
 
Gets the handle for the SELECT statement. 
 
Specifies the parameters to use for any parameterized queries. 
 
Returns the statement type of the QSelect query. 
 
Determines whether bidirectional cursors are enabled for the dataset. 
 
Indicates how records are located when updating records. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.