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