RAD Studio VCL Reference
ContentsIndex
TIBTable Members Protected Properties
Protected Properties
 
Name 
Description 
 
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. 
 
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. 
 
Indicates how records are located when updating records. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.