Interface StartClause

All Superinterfaces:
DbClause
All Known Implementing Classes:
CreateIndexClause, CreateSequenceClause, CreateTableClause, CreateUniqueIndex, DeleteClause, InsertClause, MergeClause, SelectClause, SelectEntityClause, SelectProjectionClause, SelectResultClause, SelectSequenceNextValueClause, SelectSingleClause, UpdateClause, UpsertClause

public interface StartClause extends DbClause
A StartClause is the entry DbClause that defines the characteristic of the operation in the database such as SelectClause, Delete.
Since:
1.0.0
  • Method Summary

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

    isOmit