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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()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.CapabilitiesgetFrom()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) voidsetExcludeUnsupportedCapabilities(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:
getCapabilitiesin interfaceQuery
-
setExcludeUnsupportedCapabilities
public void setExcludeUnsupportedCapabilities(boolean flag) - Specified by:
setExcludeUnsupportedCapabilitiesin interfaceQuery
-
getParameters
- Specified by:
getParametersin 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
-