public class ParameterAsQuery<T> extends JinqPostgresQuery<T>
| Modifier and Type | Field and Description |
|---|---|
ColumnExpressions<T> |
cols |
| Constructor and Description |
|---|
ParameterAsQuery() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canDistinct() |
boolean |
canSort() |
List<GeneratedQueryParameter> |
getQueryParameters() |
String |
getQueryString() |
RowReader<T> |
getRowReader() |
boolean |
isSelectFromWhere() |
boolean |
isSelectFromWhereGroupHaving() |
boolean |
isSelectOnly() |
boolean |
isValidSubquery() |
ParameterAsQuery<T> |
shallowCopy() |
findAllpublic ColumnExpressions<T> cols
public String getQueryString()
getQueryString in class JinqPostgresQuery<T>public List<GeneratedQueryParameter> getQueryParameters()
getQueryParameters in class JinqPostgresQuery<T>public RowReader<T> getRowReader()
getRowReader in class JinqPostgresQuery<T>public boolean isSelectFromWhere()
isSelectFromWhere in class JinqPostgresQuery<T>public boolean isSelectOnly()
isSelectOnly in class JinqPostgresQuery<T>public boolean isSelectFromWhereGroupHaving()
isSelectFromWhereGroupHaving in class JinqPostgresQuery<T>public boolean canSort()
canSort in class JinqPostgresQuery<T>public boolean canDistinct()
canDistinct in class JinqPostgresQuery<T>public boolean isValidSubquery()
isValidSubquery in class JinqPostgresQuery<T>public ParameterAsQuery<T> shallowCopy()
shallowCopy in class JinqPostgresQuery<T>Copyright © 2015. All rights reserved.