Show: Delphi
C++
Display Preferences
IBCustomDataSet
From XE2 API Documentation
Contents |
Classes
| TFieldData | |
| TIBBCDField | TIBBCDField represents a numeric field as a Currency type.. |
| TIBCustomDataSet | TIBCustomDataSet is the base class for all datasets that represent data fetched using InterBase Express. |
| TIBDataLink | TIBDataLink is a helper class used by data-aware objects to coordinate the actions of TIBDataSet and to respond to data events. |
| TIBDataSet | TIBDataSet executes InterBase SQL statements. |
| TIBDataSetUpdateObject | TIBDataSetUpdateObject is the abstract base class for update objects used to update otherwise unupdateable queries when cached updates are enabled. |
| TIBDBKey | TIBDBKey stores the key for a row in an InterBase table. |
| TIBDSBlobStream | TIBDSBlobStream reads from and writes to BLOB fields on behalf of an IB Dataset. |
| TIBGeneratorField | TIBGeneratorField calls the server to generate values for a field in an IB dataset. |
| TIBStringField | TIBStringField allows for strings in excess of 8196 bytes of data. |
| TRecordData |
Types
| PBlobDataArray | |
| PDateTime | |
| PFieldData | |
| PIBDBKey | |
| PRecordData | |
| TBlobDataArray | |
| TCachedUpdateStatus | TCachedUpdateStatus indicates the status of a record in a dataset that has cached updates. |
| TFieldData | |
| TIBDBKey | TIBDBKey stores the key for a row in an InterBase table. |
| TIBGeneratorApplyEvent | TIBGeneratorApplyEvent indicates when a generator should create field values. |
| TIBUpdateAction | TIBUpdateAction indicates the action that a dataset should take after an event handler has responded to an update error. |
| TIBUpdateErrorEvent | TIBUpdateErrorEvent is the type of event handlers that respond when an IBX dataset encounters an error applying a cached update. |
| TIBUpdateRecordEvent | TIBUpdateRecordEvent is the type of event handlers that respond when an IBX dataset applies a cached update. |
| TIBUpdateRecordTypes | TIBUpdateRecordTypes is a subset of all possible record types in a dataset that caches updates. |
| TLiveMode | |
| TLiveModes | TLiveModes and TLiveModes indicate what operations an application can perform on an IBX dataset. |
| TRecordData |
Variables
| CreateProviderProc | |
| DefaultFieldClasses | DefaultFieldClasses: array[0..51] of TFieldClass; |
| TBlobDataArray |
Constants
| BufferCacheSize | BufferCacheSize: Integer = $3E8; |
| cusDeleted | cusDeleted: TCachedUpdateStatus = cusDeleted; |
| cusInserted | cusInserted: TCachedUpdateStatus = cusInserted; |
| cusModified | cusModified: TCachedUpdateStatus = cusModified; |
| cusUninserted | cusUninserted: TCachedUpdateStatus = cusUninserted; |
| cusUnmodified | cusUnmodified: TCachedUpdateStatus = cusUnmodified; |
| DefaultFieldClasses | DefaultFieldClasses: array[0..51] of TFieldClass; |
| gamOnNewRecord | gamOnNewRecord: TIBGeneratorApplyEvent = gamOnNewRecord; |
| gamOnPost | gamOnPost: TIBGeneratorApplyEvent = gamOnPost; |
| gamOnServer | gamOnServer: TIBGeneratorApplyEvent = gamOnServer; |
| lmDelete | lmDelete: TLiveMode = lmDelete; |
| lmInsert | lmInsert: TLiveMode = lmInsert; |
| lmModify | lmModify: TLiveMode = lmModify; |
| lmRefresh | lmRefresh: TLiveMode = lmRefresh; |
| uaAbort | uaAbort: TIBUpdateAction = uaAbort; |
| uaApplied | uaApplied: TIBUpdateAction = uaApplied; |
| uaApply | uaApply: TIBUpdateAction = uaApply; |
| uaFail | uaFail: TIBUpdateAction = uaFail; |
| uaRetry | uaRetry: TIBUpdateAction = uaRetry; |
| uaSkip | uaSkip: TIBUpdateAction = uaSkip; |
| UniCache | UniCache: Integer = 2; |