パッケージ org.postgresql.core
クラス CommandCompleteParser
java.lang.Object
org.postgresql.core.CommandCompleteParser
Parses
oid
and rows
from a CommandComplete (B)
message (end of Execute).-
コンストラクタの概要
コンストラクタ -
メソッドの概要
-
コンストラクタの詳細
-
CommandCompleteParser
public CommandCompleteParser()
-
-
メソッドの詳細
-
getOid
public long getOid() -
getRows
public long getRows() -
parse
ParsesCommandComplete (B)
message. Status is in the format of "COMMAND OID ROWS" where both 'OID' and 'ROWS' are optional and COMMAND can have spaces within it, like CREATE TABLE.- パラメータ:
status
- COMMAND OID ROWS message- 例外:
PSQLException
- in case the status cannot be parsed
-
toString
-
equals
-
hashCode
public int hashCode()
-