Uses of Class
org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Packages that use ConnectionConfigImpl.PropEnv Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of ConnectionConfigImpl.PropEnv in org.apache.calcite.avatica
Methods in org.apache.calcite.avatica that return ConnectionConfigImpl.PropEnv Modifier and Type Method Description ConnectionConfigImpl.PropEnvBuiltInConnectionProperty. wrap(java.util.Properties properties)ConnectionConfigImpl.PropEnvConnectionProperty. wrap(java.util.Properties properties)Wraps this property with a properties object from which its value can be obtained when needed. -
Uses of ConnectionConfigImpl.PropEnv in org.apache.calcite.avatica.remote
Methods in org.apache.calcite.avatica.remote that return ConnectionConfigImpl.PropEnv Modifier and Type Method Description ConnectionConfigImpl.PropEnvAvaticaRemoteConnectionProperty. wrap(java.util.Properties properties)
-