Uses of Interface
org.apache.calcite.avatica.Meta
-
Packages that use Meta Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Meta in org.apache.calcite.avatica
Classes in org.apache.calcite.avatica that implement Meta Modifier and Type Class Description classMetaImplBasic implementation ofMeta.Fields in org.apache.calcite.avatica declared as Meta Modifier and Type Field Description protected MetaAvaticaConnection. metaMethods in org.apache.calcite.avatica that return Meta Modifier and Type Method Description MetaMeta.Factory. create(java.util.List<java.lang.String> args)abstract MetaUnregisteredDriver. createMeta(AvaticaConnection connection)Creates a service handler that will give connections from this Driver their behavior.MetaAvaticaConnection.Trojan. getMeta(AvaticaConnection connection)A means for anyone who has a trojan to get the protected fieldAvaticaConnection.meta.Methods in org.apache.calcite.avatica with parameters of type Meta Modifier and Type Method Description <T> TMeta.DatabaseProperty. getProp(Meta meta, Meta.ConnectionHandle ch, 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 in org.apache.calcite.avatica.remote
Subinterfaces of Meta in org.apache.calcite.avatica.remote Modifier and Type Interface Description interfaceProtobufMetaAn extension ofMetawhich allows for native processing of calls with the Protobuf API objects instead of the POJOS (to avoid object translation).Classes in org.apache.calcite.avatica.remote that implement Meta Modifier and Type Class Description (package private) classRemoteMetaImplementation ofMetafor the remote driver.Fields in org.apache.calcite.avatica.remote declared as Meta Modifier and Type Field Description (package private) MetaLocalService. metaMethods in org.apache.calcite.avatica.remote that return Meta Modifier and Type Method Description MetaDriver. createMeta(AvaticaConnection connection)Constructors in org.apache.calcite.avatica.remote with parameters of type Meta Constructor Description LocalService(Meta meta)LocalService(Meta meta, org.apache.calcite.avatica.metrics.MetricsSystem metrics)
-