Interface StartClause

  • All Superinterfaces:
    Clause, 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 Implementing Classes:
    CreateIndex, CreateTable, Delete, Insert, Merge, Select, Update, Upsert

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

      • Methods inherited from interface io.github.mmm.entity.bean.sql.Clause

        isOmit
      • Methods inherited from interface io.github.mmm.marshall.MarshallableObject

        write, writeObject
      • Methods inherited from interface io.github.mmm.marshall.UnmarshallableObject

        read, readObject