| 程序包 | 说明 |
|---|---|
| org.tikv.common.expression | |
| org.tikv.common.types |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
TypeBlocklist.isUnsupportedType(MySQLType sqlType) |
| 限定符和类型 | 字段和说明 |
|---|---|
static MySQLType[] |
IntegerType.subTypes |
static MySQLType[] |
TimestampType.subTypes |
static MySQLType[] |
RealType.subTypes |
static MySQLType[] |
UninitializedType.subTypes |
static MySQLType[] |
TimeType.subTypes |
static MySQLType[] |
EnumType.subTypes |
static MySQLType[] |
DateType.subTypes |
static MySQLType[] |
BytesType.subTypes |
static MySQLType[] |
DateTimeType.subTypes |
static MySQLType[] |
DecimalType.subTypes |
static MySQLType[] |
StringType.subTypes |
static MySQLType[] |
SetType.subTypes |
static MySQLType[] |
JsonType.subTypes |
static MySQLType[] |
BitType.subTypes |
protected MySQLType |
DataType.tp |
| 限定符和类型 | 方法和说明 |
|---|---|
static MySQLType |
MySQLType.fromTypeCode(int typeCode) |
MySQLType |
DataType.getType() |
static MySQLType |
MySQLType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MySQLType[] |
MySQLType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static DataType |
DataTypeFactory.of(MySQLType type) |
| 构造器和说明 |
|---|
BytesType(MySQLType tp) |
DataType(MySQLType type) |
DataType(MySQLType tp,
int prec,
int scale) |
DataType(MySQLType type,
int flag,
int len,
int decimal,
String charset,
int collation) |
IntegerType(MySQLType tp) |
IntegerType(MySQLType type,
int flag,
int len,
int decimal) |
JsonType(MySQLType type) |
JsonType(MySQLType type,
int flag,
int len,
int decimal,
String charset,
int collation) |
StringType(MySQLType tp) |
TimeType(MySQLType tp) |
TimeType(MySQLType type,
int flag,
int len,
int decimal) |
Copyright © 2023 PingCAP. All rights reserved.