Uses of Class
net.snowflake.client.jdbc.telemetryOOB.TelemetryEvent.Type
-
Packages that use TelemetryEvent.Type Package Description net.snowflake.client.jdbc.telemetryOOB -
-
Uses of TelemetryEvent.Type in net.snowflake.client.jdbc.telemetryOOB
Methods in net.snowflake.client.jdbc.telemetryOOB that return TelemetryEvent.Type Modifier and Type Method Description static TelemetryEvent.TypeTelemetryEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static TelemetryEvent.Type[]TelemetryEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-