Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
ESENT column types.
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
Members
| Member name | Description | |
|---|---|---|
| Nil | Null column type. Invalid for column creation. | |
| Bit | True, False or NULL. | |
| UnsignedByte | 1-byte integer, unsigned. | |
| Short | 2-byte integer, signed. | |
| Long | 4-byte integer, signed. | |
| Currency | 8-byte integer, signed. | |
| IEEESingle | 4-byte IEEE single-precisions. | |
| IEEEDouble | 8-byte IEEE double-precision. | |
| DateTime | Integral date, fractional time. | |
| Binary | Binary data, up to 255 bytes. | |
| Text | Text data, up to 255 bytes. | |
| LongBinary | Binary data, up to 2GB. | |
| LongText | Text data, up to 2GB. |