-
- All Superinterfaces:
io.github.mmm.marshall.MarshallableObject,io.github.mmm.marshall.Marshaller<Object>,io.github.mmm.marshall.Marshalling<Object>,io.github.mmm.marshall.MarshallingObject,io.github.mmm.marshall.UnmarshallableObject,io.github.mmm.marshall.Unmarshaller<Object>
- All Known Subinterfaces:
ClauseWithGroupBy<E>,ClauseWithHaving<E>,ClauseWithOrderBy<E>,MainClause<E>,StartClause,TypedClause<E>,TypedClauseWithWhere<E>
- All Known Implementing Classes:
AbstractClause,AbstractEntitiesClause,AbstractEntityClause,AbstractTypedClause,AssignmentClause,ConstraintClause,CreateIndex,CreateIndexColumns,CreateIndexOn,CreateTable,CreateTableColumns,Delete,DeleteFrom,DeleteWhere,EntitySubClause,From,GroupBy,Having,Insert,InsertInto,InsertValues,Into,Merge,OrderBy,PredicateClause,PropertyClause,Select,SelectFrom,SelectWhere,Set,Update,UpdateSet,UpdateWhere,Upsert,Values,Where
public interface Clause extends io.github.mmm.marshall.MarshallingObject- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisOmit()
-
-
-
Method Detail
-
isOmit
default boolean isOmit()
- Returns:
trueif thisClauseshould be omitted as it is optional and entirely empty,falseotherwise.
-
-