Class OdbcType

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Data
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Data.Odbc.OdbcType
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
      • DateTime

        public static OdbcType DateTime
      • Decimal

        public static OdbcType Decimal
      • Numeric

        public static OdbcType Numeric
      • NVarChar

        public static OdbcType NVarChar
      • UniqueIdentifier

        public static OdbcType UniqueIdentifier
      • SmallDateTime

        public static OdbcType SmallDateTime
      • SmallInt

        public static OdbcType SmallInt
      • Timestamp

        public static OdbcType Timestamp
      • TinyInt

        public static OdbcType TinyInt
      • VarBinary

        public static OdbcType VarBinary
      • VarChar

        public static OdbcType VarChar
    • Constructor Detail

      • OdbcType

        public OdbcType​(java.lang.Object instance)
        Internal constructor. Use with caution
      • OdbcType

        public OdbcType()