Package tech.ydb.liquibase.exception
Class YdbMessageException
java.lang.Object
tech.ydb.liquibase.exception.YdbMessageException
- Author:
- Kirill Kurdyukov
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbadTableStrPointer(Supplier<String> tableName) static <T extends liquibase.statement.SqlStatement>
liquibase.exception.ValidationErrorsydbDoesNotSupportStatement(T statement)
-
Field Details
-
DOES_NOT_SUPPORT_UNIQUE_CONSTRAINT
- See Also:
-
DOES_NOT_SUPPORT_AUTO_INCREMENT_CONSTRAINT
- See Also:
-
DOES_NOT_SUPPORT_NOT_NULL_CONSTRAINT
- See Also:
-
DOES_NOT_SUPPORT_PRIMARY_KEY_OUTSIDE_CREATE_TABLE
- See Also:
-
DOES_NOT_SUPPORT_DEFAULT_VALUE_CONSTRAINT
- See Also:
-
DOES_NOT_SUPPORT_FOREIGN_KEY_CONSTRAINT
- See Also:
-
-
Method Details
-
badTableStrPointer
-
ydbDoesNotSupportStatement
public static <T extends liquibase.statement.SqlStatement> liquibase.exception.ValidationErrors ydbDoesNotSupportStatement(T statement)
-