JET_coltyp-Enumeration
ESENT-Spaltentypen.
Namespace:Microsoft.Isam.Esent.Interop
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Enumeration JET_coltyp
'Usage
Dim instance As JET_coltyp
public enum JET_coltyp
Members
Membername | Beschreibung | |
---|---|---|
Nil | Null-Spaltentyp. Ungültig für die Spaltenerstellung. | |
bit | True, False oder NULL. | |
UnsignedByte | Ganze 1-Byte-Zahl, ohne Vorzeichen. | |
Short | 2-Byte-Ganzzahl, signiert. | |
Long | Ganze 4-Byte-Zahl, signiert. | |
Währung | Ganze 8-Byte-Zahl, signiert. | |
IEEESingle | 4-Byte IEEE Single-Genauigkeit. | |
IEEEDouble | IEEE mit doppelter Genauigkeit von 8 Byte. | |
Datetime | Integrales Datum, Bruchzeit. | |
Binär | Binärdaten, bis zu 255 Bytes. | |
Text | Textdaten, bis zu 255 Bytes. | |
LongBinary | Binärdaten, bis zu 2 GB. | |
LongText | Textdaten, bis zu 2 GB. |