Uses of Class
org.apache.flink.sql.parser.dml.RichSqlInsertKeyword
-
Packages that use RichSqlInsertKeyword Package Description org.apache.flink.sql.parser.dml -
-
Uses of RichSqlInsertKeyword in org.apache.flink.sql.parser.dml
Methods in org.apache.flink.sql.parser.dml that return RichSqlInsertKeyword Modifier and Type Method Description static RichSqlInsertKeywordRichSqlInsertKeyword. valueOf(String name)Returns the enum constant of this type with the specified name.static RichSqlInsertKeyword[]RichSqlInsertKeyword. values()Returns an array containing the constants of this enum type, in the order they are declared.
-