Uses of Class
org.apache.calcite.avatica.ConnectionProperty.Type
-
Packages that use ConnectionProperty.Type Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of ConnectionProperty.Type in org.apache.calcite.avatica
Fields in org.apache.calcite.avatica declared as ConnectionProperty.Type Modifier and Type Field Description private ConnectionProperty.TypeBuiltInConnectionProperty. typeprivate ConnectionProperty.TypeInternalProperty. typeMethods in org.apache.calcite.avatica that return ConnectionProperty.Type Modifier and Type Method Description ConnectionProperty.TypeBuiltInConnectionProperty. type()ConnectionProperty.TypeConnectionProperty. type()Returns the data type of this property.static ConnectionProperty.TypeConnectionProperty.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConnectionProperty.Type[]ConnectionProperty.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.calcite.avatica with parameters of type ConnectionProperty.Type Constructor Description BuiltInConnectionProperty(java.lang.String camelName, ConnectionProperty.Type type, java.lang.Object defaultValue, boolean required)BuiltInConnectionProperty(java.lang.String camelName, ConnectionProperty.Type type, java.lang.Object defaultValue, java.lang.Class valueClass, boolean required)InternalProperty(ConnectionProperty.Type type, java.lang.Class enumClass, java.lang.Object defaultValue)InternalProperty(ConnectionProperty.Type type, java.lang.Object defaultValue)Creates an InternalProperty based on a non-enum type. -
Uses of ConnectionProperty.Type in org.apache.calcite.avatica.remote
Fields in org.apache.calcite.avatica.remote declared as ConnectionProperty.Type Modifier and Type Field Description private ConnectionProperty.TypeAvaticaRemoteConnectionProperty. typeMethods in org.apache.calcite.avatica.remote that return ConnectionProperty.Type Modifier and Type Method Description ConnectionProperty.TypeAvaticaRemoteConnectionProperty. type()Constructors in org.apache.calcite.avatica.remote with parameters of type ConnectionProperty.Type Constructor Description AvaticaRemoteConnectionProperty(java.lang.String camelName, ConnectionProperty.Type type, java.lang.Object defaultValue)
-