com.uwyn.rife.database.queries
Interface Query
- All Known Subinterfaces:
- ReadQuery
- All Known Implementing Classes:
- AbstractWhereGroup, AbstractWhereQuery, CountQuery, CreateSequence, CreateTable, Delete, DeleteQuery, DropSequence, DropTable, Insert, ReadQueryString, ReadQueryTemplate, RestoreQuery, Select, SequenceValue, Update, WhereGroup, WhereGroupAnd, WhereGroupOr
public interface Query
clear
void clear()
getSql
String getSql()
throws DbQueryException
- Throws:
DbQueryException
getParameters
QueryParameters getParameters()
getCapabilities
com.uwyn.rife.database.capabilities.Capabilities getCapabilities()
setExcludeUnsupportedCapabilities
void setExcludeUnsupportedCapabilities(boolean flag)
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.