Package org.apache.ignite.lang
Class ErrorGroups.Table
java.lang.Object
org.apache.ignite.lang.ErrorGroups.Table
- Enclosing class:
- ErrorGroups
Tables error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated.Unused.static final int
Column not found.static final int
Schema version mismatch.static final int
Deprecated.Unused.static final ErrorGroup
Table error group.static final int
Table not found.static final int
Unsupported partition type. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TABLE_ERR_GROUP
Table error group. -
TABLE_ALREADY_EXISTS_ERR
Deprecated.Unused. Replaced withErrorGroups.Sql.STMT_VALIDATION_ERR
.Table already exists. -
TABLE_NOT_FOUND_ERR
public static final int TABLE_NOT_FOUND_ERRTable not found. -
COLUMN_ALREADY_EXISTS_ERR
Deprecated.Unused. Replaced withErrorGroups.Sql.STMT_VALIDATION_ERR
.Column already exists. -
COLUMN_NOT_FOUND_ERR
public static final int COLUMN_NOT_FOUND_ERRColumn not found. -
SCHEMA_VERSION_MISMATCH_ERR
public static final int SCHEMA_VERSION_MISMATCH_ERRSchema version mismatch. -
UNSUPPORTED_PARTITION_TYPE_ERR
public static final int UNSUPPORTED_PARTITION_TYPE_ERRUnsupported partition type.
-
-
Constructor Details
-
Table
public Table()
-