FireDAC.Phys.ODBCWrapper

From RAD Studio API Documentation
Jump to: navigation, search

Contains the FireDAC ODBC API wrapping classes.

Package FireDACCommonODBC280.bpl

Classes

EODBCNativeException
EODBCNativeExceptionClass
TFDODBCNativeError
TODBCColumn
TODBCCommandStatement
TODBCConnection
TODBCEnvironment
TODBCHandle
TODBCLib
TODBCLibClass
TODBCLongDataStream
TODBCMetaInfoStatement
TODBCPageBuffer
TODBCParameter
TODBCSelectItem
TODBCStatementBase
TODBCTracer
TODBCVariable
TODBCVariableList

Routines

ODBCBcd2NumericConverts a binary-coded decimal value from a Delphi TBcd representation into an ODBC representation.
ODBCCurrency2NumericConverts a Currency value into the corresponding numeric value.
ODBCNumeric2BCDConverts a binary-coded decimal value from an ODBC representation into a Delphi TBcd representation.
ODBCNumeric2CurrencyConverts a numeric value into the corresponding Currency value.

Types

TODBCDriverKindSpecifies the ODBC driver type.
TODBCGetMaxSizesEventTODBCGetMaxSizesEvent is a callback procedure used by the TODBCConnection class.
TODBCParseErrorEventTODBCParseErrorEvent is a callback procedure used by the TODBCConnection class.

Constants

C_DEF_NUM_PRECC_DEF_NUM_PREC: Integer = $1F;
C_DEF_NUM_SCALEC_DEF_NUM_SCALE: Integer = 6;