TDBColType
type
TDBColType =
( ctUnknown
, ctVariant
, ctBoolean
, ctInt8
, ctInt16
, ctInt32
, ctInt64
, ctUInt8
, ctUInt16
, ctUInt32
, ctUInt64
, ctAutoInc32
, ctAutoInc64
, ctRowVersion
, ctSingle
, ctDouble
, ctCurrency
, ctDecimal
, ctDate
, ctTime
, ctDateTime
, ctGUID
, ctWideFixedChar
, ctWideVarChar
, ctWideLongVarChar
, ctWideMemo
, ctAnsiFixedChar
, ctAnsiVarChar
, ctAnsiLongVarChar
, ctAnsiMemo
, ctBinary
, ctVarBinary
, ctBlob
, ctInterface
, ctAutoDateTimeStart
, ctAutoDateTimeEnd
, ctHierarchyID
, ctDateTimeOffSet
, ctDateTime2
);
Defined in: DSGenUtil
⏱ Last Modified: Tue 3:09:18 pm