DBClient
Contents |
Delphi Information
Array
| TFieldDescList |
Class
| EDBClient |
EDBClient is the exception class for client dataset errors. |
| EReconcileError |
EReconcileError is the exception class for client dataset update errors. |
| TAggregate |
TAggregate represents a maintained aggregate in a client dataset. |
| TAggregates |
TAggregates is a collection of TAggregate objects. |
| TClientBlobStream |
TClientBlobStream lets applications read from or write to BLOB fields in a client dataset. |
| TClientDataSet |
TClientDataSet implements a database-independent dataset. |
| TConnectionBroker |
TConnectionBroker centralizes the connection to an application server for a set of client datasets that all use the same connection. |
| TCustomClientDataSet |
TCustomClientDataSet is the base class for datasets that cache their data in memory. |
| TCustomRemoteServer |
TCustomRemoteServer is the base class for all components that connect to an application server in a multi-tiered database application. |
Const
| Constants |
Enum
| TDataPacketFormat |
TDataPacketFormat indicates how information is encoded in a data packet or delta packet. |
| TDataSetOption | |
| TFetchOption |
TFetchOption and TFetchOptions indicate the type of information about a record that a client dataset can request. |
| TReconcileAction |
TReconcileAction indicates how a client dataset should handle a record whose update generated an error. |
Function
| PackageParams |
Converts a TParams object into an OleVariant that can be used in multi-tiered applications. |
| UnpackParams |
Converts an OleVariant that represents a set of parameters into a TParams object. |
Pointer
| PKeyBuffer | |
| PRecInfo |
Set
| TDataSetOptions | |
| TFetchOptions |
Struct
| TCDSKeyBuffer | |
| TCDSRecInfo | |
| TKeyBuffer | |
| TRecInfo | |
| TReconcileInfo |
C++ Information
Class
| EDBClient |
EDBClient is the exception class for client dataset errors. |
| EReconcileError |
EReconcileError is the exception class for client dataset update errors. |
| TAggregate |
TAggregate represents a maintained aggregate in a client dataset. |
| TAggregates |
TAggregates is a collection of TAggregate objects. |
| TClientBlobStream |
TClientBlobStream lets applications read from or write to BLOB fields in a client dataset. |
| TClientDataSet |
TClientDataSet implements a database-independent dataset. |
| TConnectionBroker |
TConnectionBroker centralizes the connection to an application server for a set of client datasets that all use the same connection. |
| TCustomClientDataSet |
TCustomClientDataSet is the base class for datasets that cache their data in memory. |
| TCustomRemoteServer |
TCustomRemoteServer is the base class for all components that connect to an application server in a multi-tiered database application. |
| TKeyBuffer | |
| TRecInfo | |
| TReconcileInfo |
Enum
| TDataPacketFormat |
TDataPacketFormat indicates how information is encoded in a data packet or delta packet. |
| TDataSetOption | |
| TFetchOption |
TFetchOption and TFetchOptions indicate the type of information about a record that a client dataset can request. |
| TReconcileAction |
TReconcileAction indicates how a client dataset should handle a record whose update generated an error. |
Function
| PackageParams |
Converts a TParams object into an OleVariant that can be used in multi-tiered applications. |
| UnpackParams |
Converts an OleVariant that represents a set of parameters into a TParams object. |
Typedef
| PKeyBuffer | |
| PRecInfo | |
| TAggUpdateEvent | |
| TCDSKeyBuffer | |
| TCDSRecInfo | |
| TDataSetOptions | |
| TFetchOptions | |
| TFieldDescList | |
| TGetUsernameEvent | |
| TReconcileErrorEvent | |
| TRemoteEvent |