DBXCommon
Contents |
Delphi Information
AnonMethod
| TDBXScheduleEvent |
Array
| TDBXChars | |
| TDBXParameterArray | |
| TDBXReaderArray | |
| TDBXValueArray | |
| TDBXValueTypeArray | |
| TDBXWritableValueArray | |
| TWideStringArray |
Class
| TDBXAnsiCharsValue | |
| TDBXAnsiMemoValue | |
| TDBXAnsiStringValue |
Implementation of writable ANSI string values. |
| TDBXBcdValue |
Implementation of binary-compressed decimal values. |
| TDBXBooleanValue |
Implementation of writable boolean values. |
| TDBXByteArrayValue |
Implementation of writable byte array values. |
| TDBXByteReader |
Allows for primitive retrieval of data using byte arrays. |
| TDBXByteStreamReader |
Used internally by driver implementations and TDBXStreamValue. |
| TDBXBytesStream | |
| TDBXCallbackValue | |
| TDBXCommand |
Class to execute SQL statements and stored procedures. |
| TDBXCommandFactory | |
| TDBXCommandTypes |
Type of command to be executed by a TDBXCommand |
| TDBXCommunicationLayer |
Implements the API communication layer. |
| TDBXConnection |
Connection for the dbExpress driver framework |
| TDBXConnectionBuilder |
Utility class used by driver writers when connections are created. |
| TDBXConnectionFactory |
Abstract base class used for creating new instances of TDBXConnection |
| TDBXConnectionValue | |
| TDBXContext |
Context information for a connection. |
| TDBXCursorValue |
Implementation of TDBXWritableValue for TDBXDataTypes.CursorType. |
| TDBXDataTypes |
Data types supported by the dbExpress framework (TDBX). |
| TDBXDatabaseMetaData |
Common database specific metadata. |
| TDBXDateValue |
Implementation of writable date type values. |
| TDBXDelegateDriver |
Delegate driver base class. |
| TDBXDelegateItem |
Used by driver implementors. |
| TDBXDoubleValue |
Implementation of double-precision floating point values. |
| TDBXDriver |
Driver class for DBX framework. |
| TDBXDriverHelp |
Used by driver implementors to access private or protected API. |
| TDBXDriverLoader |
Collection of parameters needed when loading a driver. |
| TDBXDriverRegistry |
Registry for TDBXDriverLoader keyed by driver name. |
| TDBXError |
Exception type for all dbExpress framework (TDBX) errors. |
| TDBXErrorCodes |
Error codes for dbExpress framework (TDBX) exceptions |
| TDBXFormatter |
Parse and format string representations for some value class objects. |
| TDBXIniFileConnectionFactory |
Creates new instances of TDBXConnection from the dbxdrivers.ini and dbxconnections.ini files |
| TDBXInt16Value |
Implementation of 16-byte integer values. |
| TDBXInt32Value |
Implementation of writable 32-byte integer values. |
| TDBXInt64Value |
Implementation of writable 64-byte integer values. |
| TDBXInt8Value | |
| TDBXIsolations |
Isolation levels supported by TDBXTransaction. |
| TDBXJSONValue | |
| TDBXLookAheadStreamReader |
Used internally by driver implementations and TDBXStreamValue. |
| TDBXMemoryConnectionFactory |
Implementation of TDBXConnectionFactory that does not load driver and connection properties. |
| TDBXMetaDataCommands |
List of available metadata commands to get metadata. |
| TDBXMetaDataKeyword |
Keyword for metadata. |
| TDBXMetaDataProcedureTypes |
Constants passed to TDBXMetaDataCommands.GetProcedures metadata command. |
| TDBXMetaDataTableTypes |
Constants for the GetTables metadata command |
| TDBXMetaDatabaseColumnNames |
Column names for metadata. |
| TDBXMorphicCommand |
Used by driver implementations to morph from one command type to another. |
| TDBXNullValue |
Implementation of TDBXWritableValue for Parameters that have no type. |
| TDBXParameter |
Individual parameters for queries and stored commands. |
| TDBXParameterDirections |
Parameter types supported by TDBXParameter |
| TDBXParameterList |
A collection of TDBXParameter instances that can be used to get and set parameters for a TDBXCommand. |
| TDBXProperties |
Manages connection and driver level name/value pair property settings. |
| TDBXPropertiesItem |
Contains a set of TDBXProperties. |
| TDBXPropertyNames |
Property names for connections and drivers. |
| TDBXReader |
TDBXReader provides a unidirectional reader for a collection of database rows. |
| TDBXReaderByteReader |
Implementation of TDBXByteReader. |
| TDBXReaderValue |
Implementation of TDBXWritableValue for TDBXDataTypes.DbxTableType. |
| TDBXRow |
Represents a row in a database. |
| TDBXScheduler | |
| TDBXSingleValue |
Implementation of TDBXWritableValue for TDBXDataTypes.SingleType values. |
| TDBXStateItem | |
| TDBXStateItemList | |
| TDBXStream | |
| TDBXStreamReader |
Used internally by driver implementations and TDBXStreamValue. |
| TDBXStreamReaderStream | |
| TDBXStreamValue |
Implementation of TDBXWritableValue for TDBXDataTypes.ByteArrayType values. |
| TDBXStringValue | |
| TDBXSubDataTypes |
Data subtypes. |
| TDBXTimeStampOffsetValue | |
| TDBXTimeStampValue |
Implementation of writable timestamp values. |
| TDBXTimeValue |
Implementation of writable time values. |
| TDBXTraceFlags |
Flags to indicate tracing type. |
| TDBXTraceLevels |
Type used for TDBXTraceFlags. |
| TDBXTransaction |
Transaction management class. |
| TDBXUInt8Value | |
| TDBXValue |
Gets and sets values for TDBXReader and TDBXParameter classes. |
| TDBXValueList |
Manage a list of TDBXValueType instances. |
| TDBXValueType |
Metadata for TDBXReader columns and TDBXParameter parameters. |
| TDBXValueTypeFlags |
Flags used by TDBXValueType. |
| TDBXValueTypeList |
Used internally by TDBXParameterList to manage list of TDBXValueType. |
| TDBXWideCharsValue | |
| TDBXWideMemoValue | |
| TDBXWideStringValue |
Implementation of writable wide string values. |
| TDBXWritableValue |
Extension of TDBXValue that adds the ability to set a value. |
| TDBXWritableValueList |
Classref
| TDBXDriverClass | |
| TDBXDriverLoaderClass | |
| TDBXPropertiesClass |
Const
| Constants |
Struct
| TDBXDriverDef | |
| TDBXTraceInfo |
Contains trace information for DBX database drivers. |
Type
| TDBXDate | |
| TDBXErrorCode | |
| TDBXIsolation | |
| TDBXParameterDirection | |
| TDBXTime | |
| TDBXTraceFlag | |
| TDBXTracelevel | |
| TDBXType |
Type for TDBXDataTypes. |
Variable
| ConnectionFactorySingleton | |
| DBXDriverRegistry | |
| FInstance |