Package org.apache.calcite.avatica.util
Class PositionedCursor.ObjectGetter
- java.lang.Object
-
- org.apache.calcite.avatica.util.AbstractCursor.AbstractGetter
-
- org.apache.calcite.avatica.util.PositionedCursor.ObjectGetter
-
- All Implemented Interfaces:
AbstractCursor.Getter
- Enclosing class:
- PositionedCursor<T>
protected class PositionedCursor.ObjectGetter extends AbstractCursor.AbstractGetter
Implementation ofAbstractCursor.Getterfor records that consist of a single field.Each record is represented as an object, and the value of the sole field is that object.
-
-
Constructor Summary
Constructors Constructor Description ObjectGetter(int field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetObject()-
Methods inherited from class org.apache.calcite.avatica.util.AbstractCursor.AbstractGetter
wasNull
-
-