JET_coltyp Enumeration
ESENT-Spaltentypen.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: 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
Member
| Membername | Beschreibung | |
|---|---|---|
| Nil | Null-Spaltentyp. Ungültig für die Spaltenerstellung. | |
| bit | True, False oder NULL. | |
| UnsignedByte | 1-Byte-Ganzzahl ohne Vorzeichen. | |
| Short | 2-Byte-Ganzzahl, mit Vorzeichen. | |
| Long | 4-Byte-Ganzzahl, mit Vorzeichen. | |
| Währung | 8-Byte-Ganzzahl mit Vorzeichen. | |
| IEEESingle | 4-Byte-IEEE-Einzelgenauigkeit. | |
| IEEEDouble | IEEE mit doppelter Genauigkeit von 8 Byte. | |
| Datetime | Integrales Datum, Bruchzeit. | |
| Binary | 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. |