Uses of Class
org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
-
Packages that use AvaticaRemoteConnectionProperty Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of AvaticaRemoteConnectionProperty in org.apache.calcite.avatica.remote
Fields in org.apache.calcite.avatica.remote with type parameters of type AvaticaRemoteConnectionProperty Modifier and Type Field Description private static java.util.Map<java.lang.String,AvaticaRemoteConnectionProperty>AvaticaRemoteConnectionProperty. NAME_TO_PROPSMethods in org.apache.calcite.avatica.remote that return AvaticaRemoteConnectionProperty Modifier and Type Method Description static AvaticaRemoteConnectionPropertyAvaticaRemoteConnectionProperty. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AvaticaRemoteConnectionProperty[]AvaticaRemoteConnectionProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.
-