Package | Description |
---|---|
com.caucho.db.sql | |
com.caucho.db.table |
Modifier and Type | Method and Description |
---|---|
static SelectResult |
SelectResult.create(Expr[] exprs,
com.caucho.db.sql.Order order) |
SelectResult |
QueryContext.getResult()
Gets the result set.
|
Modifier and Type | Method and Description |
---|---|
void |
Expr.evalToResult(QueryContext context,
SelectResult result)
Evaluates the expression, writing to the result stream.
|
void |
QueryContext.setResult(SelectResult result)
Sets the result set.
|
Modifier and Type | Method and Description |
---|---|
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.
|