org.eigenbase.runtime
Class AbstractIterResultSet.SyntheticColumnGetter

java.lang.Object
  extended by org.eigenbase.runtime.AbstractIterResultSet.SyntheticColumnGetter
All Implemented Interfaces:
AbstractIterResultSet.ColumnGetter
Enclosing class:
AbstractIterResultSet

public static class AbstractIterResultSet.SyntheticColumnGetter
extends Object
implements AbstractIterResultSet.ColumnGetter

A SyntheticColumnGetter retrieves columns from a synthetic object.


Field Summary
(package private)  String[] columnNames
           
(package private)  Field[] fields
           
 
Constructor Summary
AbstractIterResultSet.SyntheticColumnGetter(Class clazz)
           
 
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
 

Field Detail

columnNames

String[] columnNames

fields

Field[] fields
Constructor Detail

AbstractIterResultSet.SyntheticColumnGetter

public AbstractIterResultSet.SyntheticColumnGetter(Class clazz)
Method Detail

getColumnNames

public String[] getColumnNames()
Specified by:
getColumnNames in interface AbstractIterResultSet.ColumnGetter

get

public Object get(Object o,
                  int columnIndex)
Specified by:
get in interface AbstractIterResultSet.ColumnGetter