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 TypeMethodDescriptionvoid
clear()
rife.database.capabilities.Capabilities
getSql()
void
setExcludeUnsupportedCapabilities
(boolean flag)
-
Method Details
-
clear
void clear() -
getSql
- Throws:
DbQueryException
-
getParameters
QueryParameters getParameters() -
getCapabilities
rife.database.capabilities.Capabilities getCapabilities() -
setExcludeUnsupportedCapabilities
void setExcludeUnsupportedCapabilities(boolean flag)
-