Uses of Class
net.snowflake.client.core.BasicEvent.QueryState
-
Packages that use BasicEvent.QueryState Package Description net.snowflake.client.core -
-
Uses of BasicEvent.QueryState in net.snowflake.client.core
Methods in net.snowflake.client.core that return BasicEvent.QueryState Modifier and Type Method Description static BasicEvent.QueryState
BasicEvent.QueryState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BasicEvent.QueryState[]
BasicEvent.QueryState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.snowflake.client.core with parameters of type BasicEvent.QueryState Modifier and Type Method Description static void
EventUtil. triggerStateTransition(BasicEvent.QueryState newState, String identifier)
-