DBTables
Contents |
Delphi Information
Array
| TBlobDataArray | |
| TFieldDescList | |
| TIndexDescList | |
| TSPParamDescList | |
| TServerDescList | |
| TValCheckList |
Class
| EDBEngineError |
EDBEngineError is the exception class for Borland Database Engine errors. |
| ENoResultSet |
ENoResultSet is the exception class for unsuccessful attempts to open a dataset query. |
| TBDECallback |
TBDECallback is a wrapper for a Borland Database Engine (BDE) callback function. |
| TBDEDataSet |
Encapsulates Borland Database Engine (BDE) functionality for descendant dataset objects. |
| TBatchMove |
TBatchMove performs database operations on groups of records or entire tables. |
| TBlobStream |
TBlobStream is a stream object that provides services which allow applications to read from or write to field objects that represent Binary large object (BLOB) fields. |
| TDBDataSet |
TDBDataSet encapsulates database connectivity for descendant dataset objects. |
| TDBError |
TDBError represents Borland Database Engine errors for the EDBEngineError exception class. |
| TDataSetUpdateObject |
TDataSetUpdateObject is a base class for update objects used to update otherwise unupdatable queries or stored procedures in applications that cache updates. |
| TDatabase |
TDatabase provides discrete control over a connection to a single database in a BDE-based database application. |
| TIndexFiles | |
| TNestedTable |
TNestedTable encapsulates a dataset that is nested as a field within another table. |
| TParamList |
TParamList manages a list of session parameters. |
| TQuery |
TQuery represents a dataset with a result set that is based on an SQL statement. |
| TSQLUpdateObject |
TSQLUpdateObject is the base class for classes that use an SQL command to apply cached updates on behalf of queries or stored procedures that can't post updates directly. |
| TSession |
TSession provides global management of a group of database connections in an application. |
| TSessionList |
TSessionList manages one or more Borland Database Engine (BDE) sessions in a database application. |
| TStoredProc |
TStoredProc encapsulates a stored procedure in a BDE-based application. |
| TTable |
TTable encapsulates a database table. |
| TUpdateSQL |
TUpdateSQL applies cached updates on behalf of queries or stored procedures that can't post updates directly. |
Const
| Constants |
Enum
| TBatchMode |
TBatchMode indicates the type of batch operation to be performed on a database table. |
| TConfigModes | |
| TDatabaseEvent | |
| TLockType |
Indicates how a Paradox or dBASE table can be locked. |
| TParamBindMode | |
| TRecNoStatus | |
| TTableType | |
| TTraceFlag | |
| TTransIsolation |
Function
| AnsiToNative |
Converts a string from the ANSI character set to the character set associated with a given locale. |
| AnsiToNativeBuf |
Converts a string from the ANSI character set to the character set associated with a given locale. |
| Check |
Determines whether a value returned from the Borland Database Engine (BDE) represents an error condition. |
| DbiError |
Creates and raises an EDBEngineError exception for an error code returned by the Borland Database Engine (BDE). |
| GetFieldSource | |
| NativeCompareStr |
Compares strings based on a database locale case sensitively. |
| NativeCompareStrBuf |
Compares null-terminated strings based on a database locale case sensitively. |
| NativeCompareText |
Compares strings based on a database locale without case sensitivity. |
| NativeCompareTextBuf |
Compares null-terminated strings based on a database locale and is not case sensitive. |
| NativeToAnsi |
Converts a string from the character set of the given locale to the ANSI character set. |
| NativeToAnsiBuf |
Converts a string from the character set of a specified locale into the ANSI character set. |
| RegisterBDEInitProc |
Pointer
| PKeyBuffer | |
| PRecInfo | |
| TLocale |
Set
| TConfigMode | |
| TDBFlags | |
| TTraceFlags |
TTraceFlags and TTraceFlags indicate the types of messages that pass between an application and the InterBase server. |
Struct
| TBDEKeyBuffer | |
| TBDERecInfo | |
| TServerDesc |
Type
| TIndexName |
Variable
| GetObjectContextProc | |
| Session |
Maintains database components used by an application. |
| Sessions |
Provides access to TSessionList methods and properties. |
C++ Information
Class
| EDBEngineError |
EDBEngineError is the exception class for Borland Database Engine errors. |
| ENoResultSet |
ENoResultSet is the exception class for unsuccessful attempts to open a dataset query. |
| TBDECallback |
TBDECallback is a wrapper for a Borland Database Engine (BDE) callback function. |
| TBDEDataSet |
Encapsulates Borland Database Engine (BDE) functionality for descendant dataset objects. |
| TBDEKeyBuffer | |
| TBDERecInfo | |
| TBatchMove |
TBatchMove performs database operations on groups of records or entire tables. |
| TBlobStream |
TBlobStream is a stream object that provides services which allow applications to read from or write to field objects that represent Binary large object (BLOB) fields. |
| TDBDataSet |
TDBDataSet encapsulates database connectivity for descendant dataset objects. |
| TDBError |
TDBError represents Borland Database Engine errors for the EDBEngineError exception class. |
| TDataSetUpdateObject |
TDataSetUpdateObject is a base class for update objects used to update otherwise unupdatable queries or stored procedures in applications that cache updates. |
| TDatabase |
TDatabase provides discrete control over a connection to a single database in a BDE-based database application. |
| TIndexFiles | |
| TNestedTable |
TNestedTable encapsulates a dataset that is nested as a field within another table. |
| TParamList |
TParamList manages a list of session parameters. |
| TQuery |
TQuery represents a dataset with a result set that is based on an SQL statement. |
| TSQLUpdateObject |
TSQLUpdateObject is the base class for classes that use an SQL command to apply cached updates on behalf of queries or stored procedures that can't post updates directly. |
| TServerDesc | |
| TSession |
TSession provides global management of a group of database connections in an application. |
| TSessionList |
TSessionList manages one or more Borland Database Engine (BDE) sessions in a database application. |
| TStoredProc |
TStoredProc encapsulates a stored procedure in a BDE-based application. |
| TTable |
TTable encapsulates a database table. |
| TUpdateSQL |
TUpdateSQL applies cached updates on behalf of queries or stored procedures that can't post updates directly. |
Enum
| TBatchMode |
TBatchMode indicates the type of batch operation to be performed on a database table. |
| TConfigModes | |
| TDatabaseEvent | |
| TLockType |
Indicates how a Paradox or dBASE table can be locked. |
| TParamBindMode | |
| TRecNoStatus | |
| TTableType | |
| TTraceFlag | |
| TTransIsolation |
Function
| AnsiToNative |
Converts a string from the ANSI character set to the character set associated with a given locale. |
| AnsiToNativeBuf |
Converts a string from the ANSI character set to the character set associated with a given locale. |
| Check |
Determines whether a value returned from the Borland Database Engine (BDE) represents an error condition. |
| DbiError |
Creates and raises an EDBEngineError exception for an error code returned by the Borland Database Engine (BDE). |
| GetFieldSource | |
| NativeCompareStr |
Compares strings based on a database locale case sensitively. |
| NativeCompareStrBuf |
Compares null-terminated strings based on a database locale case sensitively. |
| NativeCompareText |
Compares strings based on a database locale without case sensitivity. |
| NativeCompareTextBuf |
Compares null-terminated strings based on a database locale and is not case sensitive. |
| NativeToAnsi |
Converts a string from the character set of the given locale to the ANSI character set. |
| NativeToAnsiBuf |
Converts a string from the character set of a specified locale into the ANSI character set. |
| RegisterBDEInitProc |
Typedef
| PKeyBuffer | |
| PRecInfo | |
| TBDECallbackEvent | |
| TBDEInitProc | |
| TBlobDataArray | |
| TConfigMode | |
| TDBFlags | |
| TDatabaseLoginEvent | |
| TDatabaseNotifyEvent | |
| TFieldDescList | |
| TIndexDescList | |
| TIndexName | |
| TLocale | |
| TPasswordEvent | |
| TSPParamDescList | |
| TServerDescList | |
| TTraceFlags |
TTraceFlags and TTraceFlags indicate the types of messages that pass between an application and the InterBase server. |
| TValCheckList |
Variable
| BlobTypeMap | |
| DataTypeMap | |
| FldSubTypeMap | |
| FldTypeMap | |
| GetObjectContextProc | |
| Session |
Maintains database components used by an application. |
| Sessions |
Provides access to TSessionList methods and properties. |