saffron.runtime
Class IteratorResultSet.SingletonColumnGetter
java.lang.Object
|
+--saffron.runtime.IteratorResultSet.SingletonColumnGetter
- All Implemented Interfaces:
- IteratorResultSet.ColumnGetter
- Enclosing class:
- IteratorResultSet
- public static class IteratorResultSet.SingletonColumnGetter
- extends Object
- implements IteratorResultSet.ColumnGetter
A SingletonColumnGetter
retrieves the object itself.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IteratorResultSet.SingletonColumnGetter
public IteratorResultSet.SingletonColumnGetter()
get
public Object get(Object o,
int columnIndex)
- Specified by:
get
in interface IteratorResultSet.ColumnGetter
getColumnNames
public String[] getColumnNames()
- Specified by:
getColumnNames
in interface IteratorResultSet.ColumnGetter