- Type Parameters:
E - type of this DbClause (typically the entity).
- All Superinterfaces:
DbClause, TypedClause<E>
- All Known Subinterfaces:
ClauseWithGroupBy<R>, ClauseWithHaving<R>, ClauseWithOrderBy<R>
- All Known Implementing Classes:
CreateIndexColumns, CreateSequenceClause, CreateTableContentsClause, DeleteFrom, DeleteWhere, FromClause, GroupByClause, HavingClause, InsertValues, MergeValues, OrderByClause, SelectFrom, SelectWhere, UpdateClause, UpdateSet, UpdateWhere, UpsertValues, ValuesClause, WhereClause
public interface MainDbClause<E>
extends TypedClause<E>
- Since:
- 1.0.0
-
Method Summary
Methods inherited from interface io.github.mmm.orm.statement.DbClause
isOmit