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 intDeprecated.Unused.static final intColumn not found.static final intColumn type mismatch.static final intSchema mismatch.static final intSchema version mismatch.static final intDeprecated.Unused.static final ErrorGroupTable error group.static final intTable not found.static final intUnsupported 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. -
COLUMN_TYPE_MISMATCH_ERR
public static final int COLUMN_TYPE_MISMATCH_ERRColumn type mismatch. -
SCHEMA_MISMATCH_ERR
public static final int SCHEMA_MISMATCH_ERRSchema mismatch.
-
-
Constructor Details
-
Table
public Table()
-