Class RestoreQuery
java.lang.Object
rife.database.queries.AbstractWhereDelegateQuery<RestoreQuery,Select>
rife.database.querymanagers.generic.RestoreQuery
public class RestoreQuery
extends AbstractWhereDelegateQuery<RestoreQuery,Select>
implements ReadQuery, Cloneable
-
Field Summary
Fields inherited from class rife.database.queries.AbstractWhereDelegateQuery
delegate_
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
clone()
distinctOn
(String column) distinctOn
(String[] columns) fieldsExcluded
(Class bean, String... excluded) fieldsExcluded
(String table, Class bean, String... excluded) fieldSubselect
(Select query) rife.database.capabilities.Capabilities
getFrom()
getSql()
joinCustom
(String customJoin) joinInner
(String table, Select.JoinCondition condition, String conditionExpression) joinOuter
(String table, Select.JoinType type, Select.JoinCondition condition, String conditionExpression) limit
(int limit) offset
(int offset) orderBy
(String column, Select.OrderByDirection direction) void
setExcludeUnsupportedCapabilities
(boolean flag) toString()
Methods inherited from class rife.database.queries.AbstractWhereDelegateQuery
addWhereParameters, getDatasource, getDelegate, startWhere, startWhereAnd, startWhereOr, where, where, where, where, where, where, where, where, where, where, where, where, whereAnd, whereAnd, whereAnd, whereAnd, whereAnd, whereAnd, whereAnd, whereAnd, whereAnd, whereAnd, whereAnd, whereExcluded, whereFiltered, whereIncluded, whereOr, whereOr, whereOr, whereOr, whereOr, whereOr, whereOr, whereOr, whereOr, whereOr, whereOr, whereSubselect
-
Constructor Details
-
RestoreQuery
-
-
Method Details
-
toString
-
clone
-
clear
public void clear() -
getCapabilities
public rife.database.capabilities.Capabilities getCapabilities()- Specified by:
getCapabilities
in interfaceQuery
-
setExcludeUnsupportedCapabilities
public void setExcludeUnsupportedCapabilities(boolean flag) - Specified by:
setExcludeUnsupportedCapabilities
in interfaceQuery
-
getParameters
- Specified by:
getParameters
in interfaceQuery
-
getSql
-
distinctOn
-
distinctOn
-
getFrom
-
join
-
joinCross
-
joinCustom
-
joinInner
public RestoreQuery joinInner(String table, Select.JoinCondition condition, String conditionExpression) -
joinOuter
public RestoreQuery joinOuter(String table, Select.JoinType type, Select.JoinCondition condition, String conditionExpression) -
limit
-
offset
-
orderBy
-
orderBy
-
union
-
union
-
field
-
fields
-
fieldsExcluded
-
fields
-
fieldsExcluded
-
fields
-
field
-
fieldSubselect
-