'Declaration Public Enum DB2Type Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum DB2Type : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DB2Type Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum DB2Type : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Member | Description | 
|---|---|
| BigInt | The BIGINT DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2Int64 or System.Int64 integer. | 
| Binary | An array of bytes. Corresponds to CHAR, VARCHAR, LONG VARCHAR, GRAPHIC, VARGRAPHIC and LONG VARGRAPHIC DB2 data types. May be represented as Devart.Data.DB2.DB2Types.DB2Binary or array of System.Byte. | 
| BinaryXml | Binary XML format that you can use to transmit data to and from a DB2 server version 10.1 and later. May be represented as Devart.Data.DB2.DB2Types.DB2Xml or System.String. | 
| Blob | An array of bytes. Corresponds to the BLOB DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2Blob or array of System.Byte. | 
| Char | A fixed-length string. Corresponds to the CHAR DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2String or System.Char. | 
| Clob | A large string of characters. Corresponds to the CLOB DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2Clob or System.String. | 
| Cursor | An DB2 CURSOR. This type does not have corresponding .NET Framework type. The DB2DataReader object can be used to retrieve cursor content. | 
| Datalink | A reference to an object stored external to a database. This type does not have corresponding .NET Framework type. | 
| Date | The DATE DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2Date, System.DateTime, or System.String. | 
| DbClob | A large string of characters. Corresponds to the DbCLOB DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2Clob or System.String. | 
| Decimal | A decimal value. Corresponds to the DECIMAL DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2Decimal or System.Decimal. | 
| DecimalFloat | A floating-point decimal value. Corresponds to the DECIMALFLOAT DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2DecimalFloat or System.Decimal. | 
| Double | A double-precision floating-point value. Corresponds to the DOUBLE PRECISION DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2Double or System.Double. | 
| DynArray | Corresponds to a dynamic array such as a UniData® or UniVerse record or select list. For example, you may use this type as a type of an input parameter to send an Input Array to a stored procedure. | 
| Float | A single-precision floating-point value. Corresponds to the FLOAT DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2Double or System.Double. | 
| Graphic | A string of characters. Corresponds to the GRAPHIC DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2String or System.String. | 
| Integer | The INT DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2Int32 or System.Int32 integer. | 
| Invalid | Invalid DB2 type. | 
| LongVarBinary | An array of bytes. Corresponds to the LONG VARCHAR FOR BIT DATA DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2Binary or array of System.Byte. | 
| LongVarChar | A string of characters. Corresponds to the LONG VARCHAR DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2String or System.String. | 
| LongVarGraphic | A string of characters. Corresponds to the LONG VARGRAPHIC DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2String or System.String. | 
| Numeric | A decimal value. Corresponds to the DECIMAL DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2Decimal or System.Decimal. | 
| Real | A floating-point number. Corresponds to the REAL DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2Real or System.Single. | 
| Real370 | A floating-point number. Corresponds to the REAL DB2 for OS/390 database type, which is represented in IBM 370 notation. May be represented as Devart.Data.DB2.DB2Types.DB2Real370 or System.Single. | 
| RowId | An array of bytes that represent the identifier of a row. Corresponds to the ROWID DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2RowId or or array of System.Byte. | 
| SmallInt | The SMALLINT DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2Int16 or System.Int16 integer. | 
| Time | A string that represents the time of day. Corresponds to the TIME DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2Time, System.DateTime, or System.String. | 
| Timestamp | A string that represents a timestamp. Corresponds to the TIMESTAMP DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2TimeStamp, System.DateTime, or System.String. | 
| TimeStampWithTimeZone | A string that represents a timestamp with time zone. Corresponds to the TIMESTAMP WITH TIME ZONE DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2TimeStamp, System.DateTime, or System.String. | 
| VarBinary | An array of bytes. Corresponds to the VARBINARY DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2Binary or array of System.Byte. | 
| VarChar | A string of characters. Corresponds to the VARCHAR DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2String or System.Char. | 
| VarGraphic | A string of characters. Corresponds to the VARGRAPHIC DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2String or System.Char. | 
| Xml | An XML document. Corresponds to the XML DB2 data type. May be represented as Devart.Data.DB2.DB2Types.DB2Xml or System.Xml. | 
System.Object
   System.ValueType
      System.Enum
         Devart.Data.DB2.DB2Type