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>
Implementation of
AbstractCursor.Getter
for 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 -
Method Summary
Methods inherited from class org.apache.calcite.avatica.util.AbstractCursor.AbstractGetter
wasNull
-
Constructor Details
-
ObjectGetter
public ObjectGetter(int field)
-
-
Method Details
-
getObject
- Throws:
SQLException
-