Uses of Class
quick.dbtable.ResultSetMap

Uses of ResultSetMap in quick.dbtable
 

Methods in quick.dbtable that return ResultSetMap
static ResultSetMap ResultSetMap.createResultSetMap(int dataType)
          Utility method to create ResultSetMap.
 ResultSetMap Column.getResultSetMap()
          gets the ResultSetMap for this column.
 

Methods in quick.dbtable with parameters of type ResultSetMap
 void Column.setResultSetMap(ResultSetMap val)
          Sets the ResultSetMap for this column.