Uses of Interface
org.apache.calcite.avatica.AvaticaFactory
-
Packages that use AvaticaFactory Package Description org.apache.calcite.avatica Avatica JDBC framework. -
-
Uses of AvaticaFactory in org.apache.calcite.avatica
Classes in org.apache.calcite.avatica that implement AvaticaFactory Modifier and Type Class Description (package private) classAvaticaJdbc41FactoryImplementation ofAvaticaFactoryfor JDBC 4.1 (corresponds to JDK 1.7).Fields in org.apache.calcite.avatica declared as AvaticaFactory Modifier and Type Field Description protected AvaticaFactoryAvaticaConnection. factoryprotected AvaticaFactoryUnregisteredDriver. factoryMethods in org.apache.calcite.avatica that return AvaticaFactory Modifier and Type Method Description protected AvaticaFactoryUnregisteredDriver. createFactory()Creates a factory for JDBC objects (connection, statement).protected static AvaticaFactoryUnregisteredDriver. instantiateFactory(java.lang.String factoryClassName)Helper method for creating factories.Methods in org.apache.calcite.avatica with parameters of type AvaticaFactory 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)Constructors in org.apache.calcite.avatica with parameters of type AvaticaFactory 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)
-