Package org.apache.calcite.avatica
Class MetaImpl.MetaClientInfoProperty
- java.lang.Object
-
- org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
-
- Enclosing class:
- MetaImpl
public static class MetaImpl.MetaClientInfoProperty extends java.lang.ObjectMetadata describing a client info property.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringdefaultValuejava.lang.StringdescriptionintmaxLenjava.lang.Stringname
-
Constructor Summary
Constructors Constructor Description MetaClientInfoProperty(java.lang.String name, int maxLen, java.lang.String defaultValue, java.lang.String description)
-