Package de.ec.sql

Interface BeforeInsert

  • All Superinterfaces:
    QueryPart
    All Known Implementing Classes:
    With

    public interface BeforeInsert
    extends QueryPart
    • Method Detail

      • insert

        default Insert insert​(java.lang.String table)
      • insertSQL

        default Insert insertSQL​(java.lang.String sql)