RAD Studio VCL Reference
ContentsIndex
TIBQuery Members Public Methods
Public Methods
 
Name 
Description 
 
Writes a dataset's pending cached updates to the database. 
 
Executes the parameterized query in SQL for input in the referenced input object. 
 
Outputs the selected query in SQL to the referenced OutputObject. 
 
Indicates the validity of a specified bookmark. 
 
Returns the status of the cached updates. 
 
Clears all pending cached updates from the cache. 
 
Compares two bookmarks. 
 
Creates an instance of a query component. 
 
Returns a TIBDSBlobStream object for reading or writing the data in a specified blob field. 
 
Returns the descriptor area that holds information about the current query. 
 
Destroys the instance of a query. 
 
Executes the SQL statement for the query. 
 
Retrieves all records from the current cursor position to the end of the file and stores them locally. 
 
Retrieves the current record into a buffer. 
 
Fills lists with the master and detail fields of the link. 
 
This is the overview for the GetFieldData method overload. 
 
IsSequenced indicates whether sequence numbers are available for database records. 
 
Searches the dataset for a specified record and makes that record the current record. 
 
Searches the dataset for the record after a specified record and makes that record the current record. 
 
Retrieves field values from a record that matches specified search values. 
 
Accesses parameter information based on a specified parameter name. 
 
Post 
Writes a modified record to the database server. 
 
Sends a query to the server for optimization prior to execution. 
 
Sets the record to modified or unmodified. 
 
Restores the current record in the dataset to an unmodified state when cached updates are enabled. 
 
Returns the type of query to be executed. 
 
Restores a record deleted from the dataset. 
 
Frees the resources allocated for a previously prepared query. 
 
Reports the update status for the current record. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.