Uses of Class
org.apache.calcite.avatica.InternalProperty
-
Packages that use InternalProperty Package Description org.apache.calcite.avatica Avatica JDBC framework. -
-
Uses of InternalProperty in org.apache.calcite.avatica
Fields in org.apache.calcite.avatica with type parameters of type InternalProperty Modifier and Type Field Description java.util.Map<InternalProperty,java.lang.Object>AvaticaConnection. propertiesMethods in org.apache.calcite.avatica that return InternalProperty Modifier and Type Method Description static InternalPropertyInternalProperty. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InternalProperty[]InternalProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.calcite.avatica that return types with arguments of type InternalProperty Modifier and Type Method Description private java.util.Map<InternalProperty,java.lang.Object>AvaticaDatabaseMetaData. getProperties()Method parameters in org.apache.calcite.avatica with type arguments of type InternalProperty Modifier and Type Method Description private <T> TInternalProperty. get_(java.util.Map<InternalProperty,java.lang.Object> map, T defaultValue)booleanInternalProperty. getBoolean(java.util.Map<InternalProperty,java.lang.Object> map)Returns the boolean value of this property.<E extends java.lang.Enum>
EInternalProperty. getEnum(java.util.Map<InternalProperty,java.lang.Object> map, java.lang.Class<E> enumClass)Returns the enum value of this property.java.lang.StringInternalProperty. getString(java.util.Map<InternalProperty,java.lang.Object> map)Returns the string value of this property, or null if not specified and no default.
-