Uses of Interface
org.apache.calcite.avatica.ConnectionProperty
-
Packages that use ConnectionProperty Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of ConnectionProperty in org.apache.calcite.avatica
Classes in org.apache.calcite.avatica that implement ConnectionProperty Modifier and Type Class Description classBuiltInConnectionPropertyEnumeration of Avatica's built-in connection properties.Fields in org.apache.calcite.avatica declared as ConnectionProperty Modifier and Type Field Description private ConnectionPropertyConnectionConfigImpl.PropEnv. propertyFields in org.apache.calcite.avatica with type parameters of type ConnectionProperty Modifier and Type Field Description (package private) java.util.Map<? extends ConnectionProperty,java.lang.String>ConnectionConfigImpl.PropEnv. mapMethods in org.apache.calcite.avatica that return types with arguments of type ConnectionProperty Modifier and Type Method Description protected java.util.Collection<ConnectionProperty>UnregisteredDriver. getConnectionProperties()Returns the connection properties supported by this driver.static java.util.Map<ConnectionProperty,java.lang.String>ConnectionConfigImpl. parse(java.util.Properties properties, java.util.Map<java.lang.String,? extends ConnectionProperty> nameToProps)Converts aPropertiesobject containing (name, value) pairs into a map whose keys areInternalPropertyobjects.Methods in org.apache.calcite.avatica with parameters of type ConnectionProperty Modifier and Type Method Description TConnectionConfigImpl.Converter. apply(ConnectionProperty connectionProperty, java.lang.String s)Method parameters in org.apache.calcite.avatica with type arguments of type ConnectionProperty Modifier and Type Method Description static java.util.Map<ConnectionProperty,java.lang.String>ConnectionConfigImpl. parse(java.util.Properties properties, java.util.Map<java.lang.String,? extends ConnectionProperty> nameToProps)Converts aPropertiesobject containing (name, value) pairs into a map whose keys areInternalPropertyobjects.Constructors in org.apache.calcite.avatica with parameters of type ConnectionProperty Constructor Description PropEnv(java.util.Map<? extends ConnectionProperty,java.lang.String> map, ConnectionProperty property)Constructor parameters in org.apache.calcite.avatica with type arguments of type ConnectionProperty Constructor Description PropEnv(java.util.Map<? extends ConnectionProperty,java.lang.String> map, ConnectionProperty property) -
Uses of ConnectionProperty in org.apache.calcite.avatica.remote
Classes in org.apache.calcite.avatica.remote that implement ConnectionProperty Modifier and Type Class Description classAvaticaRemoteConnectionPropertyEnumeration of Avatica remote driver's built-in connection properties.Methods in org.apache.calcite.avatica.remote that return types with arguments of type ConnectionProperty Modifier and Type Method Description protected java.util.Collection<ConnectionProperty>Driver. getConnectionProperties()
-