Interface MainDbClause<E>

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>
TypedClause that can be an ending DbClause of an SQL DbStatement and allows to get the resulting DbStatement.
Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     

    Methods inherited from interface io.github.mmm.orm.statement.DbClause

    isOmit