Package org.apache.calcite.avatica.util
Interface AbstractCursor.Getter
-
- All Known Implementing Classes:
AbstractCursor.AbstractGetter,AbstractCursor.SlotGetter,AbstractCursor.StructGetter,PositionedCursor.ArrayGetter,PositionedCursor.FieldGetter,PositionedCursor.ListGetter,PositionedCursor.MapGetter,PositionedCursor.ObjectGetter
- Enclosing class:
- AbstractCursor
protected static interface AbstractCursor.GetterGets a value from a particular field of the current record of this cursor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetObject()booleanwasNull()
-