Uses of Class
org.apache.calcite.avatica.Meta.Style
-
Packages that use Meta.Style Package Description org.apache.calcite.avatica Avatica JDBC framework. -
-
Uses of Meta.Style in org.apache.calcite.avatica
Fields in org.apache.calcite.avatica declared as Meta.Style Modifier and Type Field Description Meta.StyleMeta.CursorFactory. styleMethods in org.apache.calcite.avatica that return Meta.Style Modifier and Type Method Description static Meta.StyleMeta.Style. fromProto(Common.CursorFactory.Style proto)static Meta.StyleMeta.Style. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Meta.Style[]Meta.Style. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.calcite.avatica with parameters of type Meta.Style Modifier and Type Method Description static Meta.CursorFactoryMeta.CursorFactory. create(Meta.Style style, java.lang.Class clazz, java.util.List<java.lang.String> fieldNames)Constructors in org.apache.calcite.avatica with parameters of type Meta.Style Constructor Description CursorFactory(Meta.Style style, java.lang.Class clazz, java.util.List<java.lang.reflect.Field> fields, java.util.List<java.lang.String> fieldNames)
-