Package org.apache.calcite.avatica
Class MetaImpl.MetaBestRowIdentifier
java.lang.Object
org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
- Enclosing class:
- MetaImpl
Metadata describing the best identifier for a row.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMetaBestRowIdentifier(short scope, String columnName, int dataType, String typeName, Integer columnSize, Short decimalDigits, short pseudoColumn) -
Method Summary
-
Field Details
-
scope
public final short scope -
columnName
-
dataType
public final int dataType -
typeName
-
columnSize
-
bufferLength
-
decimalDigits
-
pseudoColumn
public short pseudoColumn
-
-
Constructor Details
-
MetaBestRowIdentifier
-