モジュール org.nkjmlab.sorm4j
パッケージ org.nkjmlab.sorm4j.result

インタフェース InsertResult


public interface InsertResult
Represents a result from an insert operation with the auto-generated keys.
  • メソッドの詳細

    • getRowsModified

      int[] getRowsModified()
      Returns the row count by executing a insert statement PreparedStatement.executeUpdate().
    • countRowsModified

      int countRowsModified()
      Returns count of rows modified.
      戻り値:
    • getGeneratedKeys

      RowMap getGeneratedKeys()
      Returns the auto-generated keys.
      戻り値: