Interface InsertStatement

All Superinterfaces:
Statement
All Known Implementing Classes:
InsertStatementDefault

public interface InsertStatement extends Statement
  • Method Details

    • insert

      int insert()
      Runs the insert query, returns the number of affected rows.
    • insertGetGeneratedId

      Long insertGetGeneratedId(String primaryKeyColumnName)
      Runs the insert query and return the generated id