Uses of Class
org.apache.calcite.avatica.BuiltInConnectionProperty
-
Packages that use BuiltInConnectionProperty Package Description org.apache.calcite.avatica Avatica JDBC framework. -
-
Uses of BuiltInConnectionProperty in org.apache.calcite.avatica
Fields in org.apache.calcite.avatica declared as BuiltInConnectionProperty Modifier and Type Field Description static BuiltInConnectionPropertyBuiltInConnectionProperty. TIMEZONEDeprecated.Fields in org.apache.calcite.avatica with type parameters of type BuiltInConnectionProperty Modifier and Type Field Description private static java.util.Map<java.lang.String,BuiltInConnectionProperty>BuiltInConnectionProperty. NAME_TO_PROPSMethods in org.apache.calcite.avatica that return BuiltInConnectionProperty Modifier and Type Method Description static BuiltInConnectionPropertyBuiltInConnectionProperty. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BuiltInConnectionProperty[]BuiltInConnectionProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.
-