Uses of Class
org.apache.flink.sql.parser.error.SqlValidateException
-
Packages that use SqlValidateException Package Description org.apache.flink.sql.parser Flink sql parser.org.apache.flink.sql.parser.ddl -
-
Uses of SqlValidateException in org.apache.flink.sql.parser
Methods in org.apache.flink.sql.parser that throw SqlValidateException Modifier and Type Method Description voidExtendedSqlNode. validate()static voidSqlConstraintValidator. validateAndChangeColumnNullability(List<SqlTableConstraint> tableConstraints, org.apache.calcite.sql.SqlNodeList columnList)Check constraints and change the nullability of primary key columns. -
Uses of SqlValidateException in org.apache.flink.sql.parser.ddl
Methods in org.apache.flink.sql.parser.ddl that throw SqlValidateException Modifier and Type Method Description voidSqlAlterTableSchema. validate()voidSqlCreateTable. validate()voidSqlCreateTableAs. validate()voidSqlCreateTableLike. validate()voidSqlReplaceTableAs. validate()voidSqlTableLike. validate()
-