Package 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
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()rife.database.capabilities.CapabilitiesgetSql()voidsetExcludeUnsupportedCapabilities(boolean flag)
-
Method Details
-
clear
void clear() -
getSql
- Throws:
DbQueryException
-
getParameters
QueryParameters getParameters() -
getCapabilities
rife.database.capabilities.Capabilities getCapabilities() -
setExcludeUnsupportedCapabilities
void setExcludeUnsupportedCapabilities(boolean flag)
-