Uses of Class
org.apache.calcite.avatica.Meta.DatabaseProperty
-
Packages that use Meta.DatabaseProperty Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Meta.DatabaseProperty in org.apache.calcite.avatica
Methods in org.apache.calcite.avatica that return Meta.DatabaseProperty Modifier and Type Method Description static Meta.DatabasePropertyMeta.DatabaseProperty. fromProto(Common.DatabaseProperty proto)static Meta.DatabasePropertyMeta.DatabaseProperty. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Meta.DatabaseProperty[]Meta.DatabaseProperty. 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 Meta.DatabaseProperty Modifier and Type Method Description java.util.Map<Meta.DatabaseProperty,java.lang.Object>Meta. getDatabaseProperties(Meta.ConnectionHandle ch)Returns a map of static database properties.java.util.Map<Meta.DatabaseProperty,java.lang.Object>MetaImpl. getDatabaseProperties(Meta.ConnectionHandle ch)Method parameters in org.apache.calcite.avatica with type arguments of type Meta.DatabaseProperty Modifier and Type Method Description <T> TMeta.DatabaseProperty. getProp(java.util.Map<Meta.DatabaseProperty,java.lang.Object> map, java.lang.Class<T> aClass)Returns a value of this property, using the default value if the map does not contain an explicit value. -
Uses of Meta.DatabaseProperty in org.apache.calcite.avatica.remote
Fields in org.apache.calcite.avatica.remote with type parameters of type Meta.DatabaseProperty Modifier and Type Field Description private java.util.Map<Meta.DatabaseProperty,java.lang.Object>RemoteMeta. databasePropertiesjava.util.Map<Meta.DatabaseProperty,java.lang.Object>Service.DatabasePropertyResponse. mapMethods in org.apache.calcite.avatica.remote that return types with arguments of type Meta.DatabaseProperty Modifier and Type Method Description java.util.Map<Meta.DatabaseProperty,java.lang.Object>RemoteMeta. getDatabaseProperties(Meta.ConnectionHandle ch)Constructor parameters in org.apache.calcite.avatica.remote with type arguments of type Meta.DatabaseProperty Constructor Description DatabasePropertyResponse(java.util.Map<Meta.DatabaseProperty,java.lang.Object> map, Service.RpcMetadataResponse rpcMetadata)
-