public class PreparedTailoredQuery extends TailoredQuery
TailoredQuery which uses a PreparedStatement.TailoredQuery.FirstRawTailoredResultSetEnumeration<T>| Constructor and Description |
|---|
PreparedTailoredQuery(Column<?>[] selectedColumns,
Table<?>[] otherTables,
String whereClause,
String orderByClause)
Constructor with null modifier.
|
PreparedTailoredQuery(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 PreparedTailoredQuery(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 the one we belong towhereClause - raw SQL where clauseorderByClause - raw SQL order by clausepublic PreparedTailoredQuery(Column<?>[] selectedColumns, Table<?>[] otherTables, String whereClause, String orderByClause)
selectedColumns - an array of columns we know we needotherTables - tables other than the one we belong towhereClause - raw SQL where clauseorderByClause - raw SQL order by clausepublic Enumeration<FieldSet> selection()
selection in class TailoredQueryTailoredQuery.selection()public Enumeration<Object> selection_firstRaw()
selection_firstRaw in class TailoredQueryTailoredQueryTailoredQuery.selection_firstRaw()Copyright © 2000–2021 PanEris. All rights reserved.