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.


Constructor Summary
IteratorResultSet.SingletonColumnGetter()
           
 
Method Summary
 Object get(Object o, int columnIndex)
           
 String[] getColumnNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorResultSet.SingletonColumnGetter

public IteratorResultSet.SingletonColumnGetter()
Method Detail

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

SourceForge.net_Logo