public interface InsertResult
Represents a result from an insert operation with the auto-generated keys.
-
メソッドの概要
修飾子とタイプメソッド説明intReturns count of rows modified.Returns the auto-generated keys.int[]Returns the row count by executing a insert statementPreparedStatement.executeUpdate().
-
メソッドの詳細
-
getRowsModified
int[] getRowsModified()Returns the row count by executing a insert statementPreparedStatement.executeUpdate(). -
countRowsModified
int countRowsModified()Returns count of rows modified.- 戻り値:
-
getGeneratedKeys
RowMap getGeneratedKeys()Returns the auto-generated keys.- 戻り値:
-