JET_coltyp 枚举
ESENT 列类型。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Enumeration JET_coltyp
'Usage
Dim instance As JET_coltyp
public enum JET_coltyp
成员
成员名称 | 说明 | |
---|---|---|
零 | Null 列类型。 列创建无效。 | |
bit | True、False 或 NULL。 | |
UnsignedByte | 1 字节整数,无符号。 | |
Short | 2 字节整数,带符号。 | |
Long | 4 字节整数,带符号。 | |
货币 | 8 字节整数,有符号。 | |
IEEESingle | 4 字节 IEEE 单精度。 | |
IEEEDouble | 8 字节 IEEE 双精度。 | |
DateTime | 整型日期,小数部分时间。 | |
二进制 | 二进制数据,最多 255 个字节。 | |
文本 | 文本数据,最多 255 字节。 | |
LongBinary | 二进制数据,最大为 2GB。 | |
LongText | 文本数据,最大为 2GB。 |