Package org.apache.calcite.avatica.util
Class AbstractCursor.AbstractGetter
- java.lang.Object
-
- org.apache.calcite.avatica.util.AbstractCursor.AbstractGetter
-
- All Implemented Interfaces:
AbstractCursor.Getter
- Direct Known Subclasses:
PositionedCursor.ArrayGetter,PositionedCursor.FieldGetter,PositionedCursor.ListGetter,PositionedCursor.MapGetter,PositionedCursor.ObjectGetter
- Enclosing class:
- AbstractCursor
protected abstract class AbstractCursor.AbstractGetter extends java.lang.Object implements AbstractCursor.Getter
Abstract implementation ofAbstractCursor.Getter.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractGetter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanwasNull()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.calcite.avatica.util.AbstractCursor.Getter
getObject
-
-
-
-
Method Detail
-
wasNull
public boolean wasNull() throws java.sql.SQLException- Specified by:
wasNullin interfaceAbstractCursor.Getter- Throws:
java.sql.SQLException
-
-