Uses of Class
org.apache.calcite.avatica.remote.Driver.Serialization
-
Packages that use Driver.Serialization Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Driver.Serialization in org.apache.calcite.avatica.remote
Methods in org.apache.calcite.avatica.remote that return Driver.Serialization Modifier and Type Method Description (package private) Driver.SerializationDriver. getSerialization(ConnectionConfig config)static Driver.SerializationDriver.Serialization. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Driver.Serialization[]Driver.Serialization. values()Returns an array containing the constants of this enum type, in the order they are declared.
-