Package | Description |
---|---|
org.tikv.common.meta |
Modifier and Type | Method and Description |
---|---|
static SchemaState |
SchemaState.fromValue(int b) |
SchemaState |
TiIndexInfo.getSchemaState() |
static SchemaState |
SchemaState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaState[] |
SchemaState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TiColumnInfo(long id,
String name,
int offset,
DataType type,
SchemaState schemaState,
String originalDefaultValue,
String defaultValue,
String defaultValueBit,
String comment,
long version,
String generatedExprString) |
Copyright © 2024 PingCAP. All rights reserved.