Package org.apache.calcite.avatica
Class MetaImpl.MetaBestRowIdentifier
- java.lang.Object
-
- org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
-
- Enclosing class:
- MetaImpl
public static class MetaImpl.MetaBestRowIdentifier extends java.lang.ObjectMetadata describing the best identifier for a row.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.IntegerbufferLengthjava.lang.StringcolumnNamejava.lang.IntegercolumnSizeintdataTypejava.lang.ShortdecimalDigitsshortpseudoColumnshortscopejava.lang.StringtypeName
-
Constructor Summary
Constructors Constructor Description MetaBestRowIdentifier(short scope, java.lang.String columnName, int dataType, java.lang.String typeName, java.lang.Integer columnSize, java.lang.Short decimalDigits, short pseudoColumn)
-
-
-
Field Detail
-
scope
public final short scope
-
columnName
public final java.lang.String columnName
-
dataType
public final int dataType
-
typeName
public final java.lang.String typeName
-
columnSize
public final java.lang.Integer columnSize
-
bufferLength
public final java.lang.Integer bufferLength
-
decimalDigits
public final java.lang.Short decimalDigits
-
pseudoColumn
public short pseudoColumn
-
-