com.uwyn.rife.database.querymanagers.generic
Class DeleteQuery
java.lang.Object
com.uwyn.rife.database.queries.AbstractWhereDelegateQuery<DeleteQuery,Delete>
com.uwyn.rife.database.querymanagers.generic.DeleteQuery
- All Implemented Interfaces:
- Query, Cloneable
public class DeleteQuery
- extends AbstractWhereDelegateQuery<DeleteQuery,Delete>
- implements Query, Cloneable
| Methods inherited from class com.uwyn.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 |
DeleteQuery
public DeleteQuery(Delete query)
toString
public String toString()
- Overrides:
toString in class Object
clone
public DeleteQuery clone()
- Overrides:
clone in class Object
getSql
public String getSql()
throws DbQueryException
- Specified by:
getSql in interface Query
- Throws:
DbQueryException
clear
public void clear()
- Specified by:
clear in interface Query
getParameters
public QueryParameters getParameters()
- Specified by:
getParameters in interface Query
getCapabilities
public com.uwyn.rife.database.capabilities.Capabilities getCapabilities()
- Specified by:
getCapabilities in interface Query
setExcludeUnsupportedCapabilities
public void setExcludeUnsupportedCapabilities(boolean flag)
- Specified by:
setExcludeUnsupportedCapabilities in interface Query
getFrom
public String getFrom()
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.