Uses of Class
org.apache.flink.table.client.config.ResultMode
-
Packages that use ResultMode Package Description org.apache.flink.table.client.config -
-
Uses of ResultMode in org.apache.flink.table.client.config
Fields in org.apache.flink.table.client.config with type parameters of type ResultMode Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<ResultMode>SqlClientOptions. EXECUTION_RESULT_MODEMethods in org.apache.flink.table.client.config that return ResultMode Modifier and Type Method Description static ResultModeResultMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultMode[]ResultMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-