Uses of Class
com.caucho.db.sql.SelectResult

Packages that use SelectResult
com.caucho.db.sql   
com.caucho.db.table   
 

Uses of SelectResult in com.caucho.db.sql
 

Methods in com.caucho.db.sql that return SelectResult
static SelectResult SelectResult.create(Expr[] exprs, com.caucho.db.sql.Order order)
           
 SelectResult QueryContext.getResult()
          Gets the result set.
 

Methods in com.caucho.db.sql with parameters of type SelectResult
 void Expr.evalToResult(QueryContext context, SelectResult result)
          Evaluates the expression, writing to the result stream.
 void QueryContext.setResult(SelectResult result)
          Sets the result set.
 

Uses of SelectResult in com.caucho.db.table
 

Methods in com.caucho.db.table with parameters of type SelectResult
 void TableIterator.evalToResult(Column column, SelectResult result)
          Evaluates the row to the result.
 void Column.evalToResult(long blockId, byte[] block, int rowOffset, SelectResult result)
          Evaluates the column to the result.