| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
distinct
if true, set distinct clause
|
String[] |
excludedFields
properties to include into UPDATE command
|
String |
groupBy
having statement
|
String |
having
having statement
|
String |
orderBy
order statement
|
String[] |
value
properties to include into SELECT command
|
String |
where
where condition
|
public abstract boolean distinct
public abstract String[] value
public abstract String[] excludedFields
public abstract String where
public abstract String having
public abstract String groupBy
public abstract String orderBy
Copyright © 2017. All rights reserved.