Interface | Description |
---|---|
FeatureAndFrom<SELF extends FeatureAndFrom<SELF>> |
StatementFeature for a Statement with support for #innerJoin
block. |
FeatureDelete |
This is the abstract interface for a
StatementFactory supporting a
DeleteStatement . |
FeatureFetch<E> |
A
FeatureFetch is for a regular SelectStatement to fetch and
retrieve results. |
FeatureGroupBy<SELF extends FeatureGroupBy<SELF>> |
This is the abstract interface for a
Statement allowing a
GROUP BY clause . |
FeatureHaving<SELF extends FeatureHaving<SELF>> |
This is the abstract interface for a
Statement allowing a
HAVING clause . |
FeatureInnerJoin<SELF extends FeatureInnerJoin<SELF>> | |
FeatureInsert | |
FeatureLet<SELF extends FeatureLet<SELF>> | |
FeatureLimit<SELF extends FeatureLimit<SELF>> | |
FeatureModify |
StatementFeature for a Statement that modifies data. |
FeatureOrderBy<SELF extends FeatureOrderBy<SELF>> | |
FeaturePaging<SELF extends FeaturePaging<SELF>> |
StatementFeature for a Statement with paging support via
FeatureLimit.limit(int) and FeaturePaging.offset(long) . |
FeatureSelect | |
FeatureSet<SELF extends FeatureSet<SELF>> | |
FeatureUpdate |
This is the abstract interface for a
StatementFactory supporting a
UpdateStatement . |
FeatureUpsert<SELF extends FeatureUpsert<SELF>> | |
FeatureValues<SELF extends FeatureValues<SELF>> | |
FeatureWhere<SELF extends FeatureWhere<SELF>> | |
StatementFactoryFeature |
Marker interface for a feature of a
StatementFactory . |
StatementFeature |
Marker interface for a feature of a
Statement . |
Copyright © 2001–2016 mmm-Team. All rights reserved.