public class CachedTailoredQuery extends PreparedTailoredQuery
PreparedTailoredQuery.TailoredQuery.FirstRawTailoredResultSetEnumeration<T>| Constructor and Description |
|---|
CachedTailoredQuery(Column<?>[] selectedColumns,
Table<?>[] otherTables,
String whereClause,
String orderByClause)
Constructor with modifier null.
|
CachedTailoredQuery(String modifier,
Column<?>[] selectedColumns,
Table<?>[] otherTables,
String whereClause,
String orderByClause)
Full Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Object> |
selection_firstRaw() |
Enumeration<FieldSet> |
selection()
The results of the query.
|
toStringpublic CachedTailoredQuery(String modifier, Column<?>[] selectedColumns, Table<?>[] otherTables, String whereClause, String orderByClause)
modifier - SQL modifier eg DISTINCTselectedColumns - An array of columns we know we needotherTables - Tables other than ours whose modification
state needs to be taken into accountwhereClause - Raw SQLorderByClause - Raw ORDER BY clausepublic CachedTailoredQuery(Column<?>[] selectedColumns, Table<?>[] otherTables, String whereClause, String orderByClause)
selectedColumns - An array of columns we know we needotherTables - Tables other than ours whose modification
state needs to be taken into accountwhereClause - Raw SQLorderByClause - Raw ORDER BY clausepublic Enumeration<FieldSet> selection()
selection in class PreparedTailoredQueryTailoredQuery.selection()public Enumeration<Object> selection_firstRaw()
selection_firstRaw in class PreparedTailoredQueryTailoredQueryTailoredQuery.selection_firstRaw()Copyright © 2000–2021 PanEris. All rights reserved.