Uses of Class
org.apache.calcite.avatica.UnregisteredDriver
-
Packages that use UnregisteredDriver Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of UnregisteredDriver in org.apache.calcite.avatica
Fields in org.apache.calcite.avatica declared as UnregisteredDriver Modifier and Type Field Description protected UnregisteredDriverAvaticaConnection. driverMethods in org.apache.calcite.avatica with parameters of type UnregisteredDriver Modifier and Type Method Description AvaticaConnectionAvaticaFactory. newConnection(UnregisteredDriver driver, AvaticaFactory factory, java.lang.String url, java.util.Properties info)AvaticaConnectionAvaticaJdbc41Factory. newConnection(UnregisteredDriver driver, AvaticaFactory factory, java.lang.String url, java.util.Properties info)Method parameters in org.apache.calcite.avatica with type arguments of type UnregisteredDriver Modifier and Type Method Description static DriverVersionDriverVersion. load(java.lang.Class<? extends UnregisteredDriver> driverClass, java.lang.String resourceName, java.lang.String driverName, java.lang.String driverVersion, java.lang.String productName, java.lang.String productVersion)Loads a driver version from a properties file, read from the classpath.Constructors in org.apache.calcite.avatica with parameters of type UnregisteredDriver Constructor Description AvaticaConnection(UnregisteredDriver driver, AvaticaFactory factory, java.lang.String url, java.util.Properties info)Creates an AvaticaConnection.AvaticaJdbc41Connection(UnregisteredDriver driver, AvaticaFactory factory, java.lang.String url, java.util.Properties info) -
Uses of UnregisteredDriver in org.apache.calcite.avatica.remote
Subclasses of UnregisteredDriver in org.apache.calcite.avatica.remote Modifier and Type Class Description classDriverAvatica Remote JDBC driver.
-