Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • TdxDBColumnType Enum

    Declaration

    TdxDBColumnType = (
        Unknown,
        Boolean,
        Byte,
        SByte,
        Char,
        Decimal,
        Double,
        Single,
        Int32,
        UInt32,
        Int16,
        UInt16,
        Int64,
        UInt64,
        &String,
        DateTime,
        Guid,
        ByteArray,
        TimeSpan
    );

    Members

    Name
    Unknown
    Boolean
    Byte
    SByte
    Char
    Decimal
    Double
    Single
    Int32
    UInt32
    Int16
    UInt16
    Int64
    UInt64
    String
    DateTime
    Guid
    ByteArray
    TimeSpan
    See Also