Package org.apache.calcite.avatica.util
Class AbstractCursor.SlotGetter
java.lang.Object
org.apache.calcite.avatica.util.AbstractCursor.SlotGetter
- All Implemented Interfaces:
AbstractCursor.Getter
- Enclosing class:
- AbstractCursor
Implementation of
AbstractCursor.Getter that returns the current contents of
a mutable slot.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
slot
-
-
Constructor Details
-
SlotGetter
public SlotGetter()
-
-
Method Details
-
getObject
- Specified by:
getObjectin interfaceAbstractCursor.Getter- Throws:
SQLException
-
wasNull
- Specified by:
wasNullin interfaceAbstractCursor.Getter- Throws:
SQLException
-