public static interface ColumnQuery.ColumnFrom extends ColumnQuery.ColumnQueryBuild
| Modifier and Type | Method and Description |
|---|---|
ColumnQuery.ColumnLimit |
limit(long limit)
Defines the maximum number of results to retrieve.
|
ColumnQuery.ColumnOrder |
orderBy(String name)
Add the order how the result will returned
|
ColumnQuery.ColumnSkip |
skip(long skip)
Defines the position of the first result to retrieve.
|
ColumnQuery.ColumnNameCondition |
where(String name)
Starts a new condition defining the column name
|
build, getResult, getSingleResultColumnQuery.ColumnNameCondition where(String name)
name - the column nameColumnQuery.ColumnNameConditionNullPointerException - when name is nullColumnQuery.ColumnSkip skip(long skip)
skip - the first result to retriveColumnQuery.ColumnLimit limit(long limit)
limit - the limitColumnQuery.ColumnOrder orderBy(String name)
name - the name to be orderedNullPointerException - when name is nullCopyright © 2017–2020 Eclipse Foundation. All rights reserved.