Package org.apache.calcite.avatica.util
Class AbstractCursor.StructGetter
java.lang.Object
org.apache.calcite.avatica.util.AbstractCursor.StructGetter
- All Implemented Interfaces:
AbstractCursor.Getter
- Enclosing class:
- AbstractCursor
Implementation of
AbstractCursor.Getter that returns the value of a given field
of the current contents of another getter.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
getter
-
-
Constructor Details
-
StructGetter
-
-
Method Details
-
getObject
- Specified by:
getObjectin interfaceAbstractCursor.Getter- Throws:
SQLException
-
wasNull
- Specified by:
wasNullin interfaceAbstractCursor.Getter- Throws:
SQLException
-