RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataSet Members

The following tables list the members exposed by TIBDataSet.

 
Name 
Description 
 
This is ActivateConnection, a member of class TIBCustomDataSet. 
 
This is ActivateTransaction, a member of class TIBCustomDataSet. 
 
This is AllocRecordBuffer, a member of class TIBCustomDataSet. 
 
This is CheckDatasetClosed, a member of class TIBCustomDataSet. 
 
This is CheckDatasetOpen, a member of class TIBCustomDataSet. 
 
This is CheckNotUniDirectional, a member of class TIBCustomDataSet. 
 
This is ClearCalcFields, a member of class TIBCustomDataSet. 
 
This is ConstraintsStored, a member of class TIBCustomDataSet. 
 
This is CreateFields, a member of class TIBCustomDataSet. 
 
This is DeactivateTransaction, a member of class TIBCustomDataSet. 
 
This is Disconnect, a member of class TIBCustomDataSet. 
 
This is DoBeforeDelete, a member of class TIBCustomDataSet. 
 
This is DoBeforeEdit, a member of class TIBCustomDataSet. 
 
This is DoBeforeInsert, a member of class TIBCustomDataSet. 
 
This is DoOnNewRecord, a member of class TIBCustomDataSet. 
 
This is FreeRecordBuffer, a member of class TIBCustomDataSet. 
 
This is GetActiveBuf, a member of class TIBCustomDataSet. 
 
This is GetBookmarkData, a member of class TIBCustomDataSet. 
 
This is GetBookmarkFlag, a member of class TIBCustomDataSet. 
 
This is GetCanModify, a member of class TIBCustomDataSet. 
 
This is GetDataSource, a member of class TIBCustomDataSet. 
 
This is GetFieldClass, a member of class TIBCustomDataSet. 
 
This is GetRecNo, a member of class TIBCustomDataSet. 
 
This is GetRecord, a member of class TIBCustomDataSet. 
 
This is GetRecordCount, a member of class TIBCustomDataSet. 
 
This is GetRecordSize, a member of class TIBCustomDataSet. 
 
This is InitRecord, a member of class TIBCustomDataSet. 
 
This is InternalAddRecord, a member of class TIBCustomDataSet. 
 
This is InternalBatchInput, a member of class TIBCustomDataSet. 
 
This is InternalBatchOutput, a member of class TIBCustomDataSet. 
 
This is InternalCancel, a member of class TIBCustomDataSet. 
 
This is InternalClose, a member of class TIBCustomDataSet. 
 
This is InternalDelete, a member of class TIBCustomDataSet. 
 
This is InternalExecQuery, a member of class TIBCustomDataSet. 
 
This is InternalFirst, a member of class TIBCustomDataSet. 
 
This is InternalGotoBookmark, a member of class TIBCustomDataSet. 
 
This is InternalHandleException, a member of class TIBCustomDataSet. 
 
This is InternalInitFieldDefs, a member of class TIBCustomDataSet. 
 
This is InternalInitRecord, a member of class TIBCustomDataSet. 
 
This is InternalInsert, a member of class TIBCustomDataSet. 
 
This is InternalLast, a member of class TIBCustomDataSet. 
 
This is InternalOpen, a member of class TIBDataSet. 
 
This is InternalPost, a member of class TIBCustomDataSet. 
 
This is InternalPrepare, a member of class TIBCustomDataSet. 
 
This is InternalRefresh, a member of class TIBCustomDataSet. 
 
This is InternalRefreshRow, a member of class TIBCustomDataSet. 
 
This is InternalSetParamsFromCursor, a member of class TIBCustomDataSet. 
 
This is InternalSetToRecord, a member of class TIBCustomDataSet. 
 
This is InternalUnPrepare, a member of class TIBCustomDataSet. 
 
This is IsCursorOpen, a member of class TIBCustomDataSet. 
 
This is Loaded, a member of class TIBCustomDataSet. 
 
This is PSEndTransaction, a member of class TIBCustomDataSet. 
 
This is PSExecuteStatement, a member of class TIBCustomDataSet. 
 
This is PSGetQuoteChar, a member of class TIBCustomDataSet. 
 
This is PSGetTableName, a member of class TIBCustomDataSet. 
 
This is PSGetUpdateException, a member of class TIBCustomDataSet. 
 
This is PSInTransaction, a member of class TIBCustomDataSet. 
 
This is PSIsSQLBased, a member of class TIBCustomDataSet. 
 
This is PSIsSQLSupported, a member of class TIBCustomDataSet. 
 
This is PSReset, a member of class TIBCustomDataSet. 
 
This is PSSetCommandText, a member of class TIBDataSet. 
 
This is PSStartTransaction, a member of class TIBCustomDataSet. 
 
This is PSUpdateRecord, a member of class TIBCustomDataSet. 
 
This is ReQuery, a member of class TIBCustomDataSet. 
 
This is SetActive, a member of class TIBCustomDataSet. 
 
This is SetBookmarkData, a member of class TIBCustomDataSet. 
 
This is SetBookmarkFlag, a member of class TIBCustomDataSet. 
 
This is SetCachedUpdates, a member of class TIBCustomDataSet. 
 
This is SetDataSource, a member of class TIBCustomDataSet. 
 
This is the overview for the SetFieldData method overload. 
 
This is SetFiltered, a member of class TIBDataSet. 
 
This is SetRecNo, a member of class TIBCustomDataSet. 
 
Name 
Description 
 
Indicates whether the dataset has prepared its queries for execution. 
 
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. 
 
Specifies the parameters to use for any parameterized queries. 
 
Indicates how records are located when updating records. 
 
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 TDataSet 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 dataset component. 
 
Executes the SQL statement that the SelectSQL property specifies when it is not a SELECT statement. 
 
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. 
 
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. 
 
Returns a specified parameter of the SELECT query that fetches this dataset's data. 
 
Post 
Writes a modified record to the database server. 
 
Prepares all queries in the dataset to be executed. 
 
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. 
 
Resets the state of a dataset's internal queries. 
 
Reports the update status for the current record. 
 
Name 
Description 
 
Specifies the database handle for the dataset. 
 
Indicates what types of edits, if any, can be made to the data in the dataset. 
 
Provides the ability to specify values for a parameterized query. 
 
Plan 
Indicates the PLAN portion of the dataset's SELECT query. 
 
Determines whether or not a set of dataset queries is prepared for execution. 
 
Indicates the number of rows operated on by the latest query execution. 
 
Gets the handle for the SELECT statement. 
 
Returns the statement type of the QSelect query. 
 
Specifies the transaction handle for the dataset. 
 
Specifies the type of records visible in a dataset when cached updates are enabled. 
 
Indicates whether the cached updates buffer contains records that are not yet applied. 
 
Name 
Description 
 
Occurs immediately after the connection to the associated database is closed. 
 
Occurs immediately after a transaction that includes this dataset's query ends. 
 
Occurs immediately before the connection to the associated database is closed. 
 
Occurs immediately before a transaction that includes this dataset's query ends. 
 
Occurs when the database associated with this dataset is freed. 
 
Occurs if an exception is generated when cached updates are applied to a database. 
 
Occurs when cached updates are applied to a record. 
 
Occurs when the transaction that includes this dataset's query is freed. 
 
Name 
Description 
 
This is Active, a member of class TIBDataSet. 
 
This is AfterCancel, a member of class TIBDataSet. 
 
This is AfterClose, a member of class TIBDataSet. 
 
This is AfterDelete, a member of class TIBDataSet. 
 
This is AfterEdit, a member of class TIBDataSet. 
 
This is AfterInsert, a member of class TIBDataSet. 
 
This is AfterOpen, a member of class TIBDataSet. 
 
This is AfterPost, a member of class TIBDataSet. 
 
This is AfterRefresh, a member of class TIBCustomDataSet. 
 
This is AfterScroll, a member of class TIBDataSet. 
 
This is AutoCalcFields, a member of class TIBDataSet. 
 
This is BeforeCancel, a member of class TIBDataSet. 
 
This is BeforeClose, a member of class TIBDataSet. 
 
This is BeforeDelete, a member of class TIBDataSet. 
 
This is BeforeEdit, a member of class TIBDataSet. 
 
This is BeforeInsert, a member of class TIBDataSet. 
 
This is BeforeOpen, a member of class TIBDataSet. 
 
This is BeforePost, a member of class TIBDataSet. 
 
This is BeforeRefresh, a member of class TIBCustomDataSet. 
 
This is BeforeScroll, a member of class TIBDataSet. 
 
Specifies the dataset buffer chunk size. 
 
Specifies whether cached updates are enabled for a dataset. 
 
Identifies the database component for which this dataset represents one or more tables. 
 
This is DataSource, a member of class TIBDataSet. 
 
Holds the SQL statement used to delete rows from the dataset. 
 
Specifies whether or not filtering is active for the dataset. 
 
Specifies whether the dataset should refresh its data every time it posts a record. 
 
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. 
 
Provides the ability to access the SQL object encapsulating the ModifySQL statement. 
 
This is ObjectView, a member of class TIBCustomDataSet. 
 
This is OnCalcFields, a member of class TIBDataSet. 
 
This is OnDeleteError, a member of class TIBDataSet. 
 
This is OnEditError, a member of class TIBDataSet. 
 
This is OnFilterRecord, a member of class TIBDataSet. 
 
This is OnNewRecord, a member of class TIBDataSet. 
 
This is OnPostError, a member of class TIBDataSet. 
 
Specifies whether the parameter list for a query is regenerated if the SQL property changes at runtime. 
 
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. 
 
Identifies the transaction under which the query executes. 
 
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!