パッケージ org.postgresql.jdbc
クラス ResultWrapper
java.lang.Object
org.postgresql.jdbc.ResultWrapper
Helper class that storing result info. This handles both the ResultSet and no-ResultSet result
cases with a single interface for inspecting and stepping through them.
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明void
append
(ResultWrapper newResult) long
@Nullable ResultWrapper
getNext()
@Nullable ResultSet
long
-
コンストラクタの詳細
-
ResultWrapper
-
ResultWrapper
public ResultWrapper(long updateCount, long insertOID)
-
-
メソッドの詳細
-
getResultSet
-
getUpdateCount
public long getUpdateCount() -
getInsertOID
public long getInsertOID() -
getNext
-
append
-