Package org.postgresql.core
Class CommandCompleteParser
java.lang.Object
org.postgresql.core.CommandCompleteParser
Parses
oid
and rows
from a CommandComplete (B)
message (end of Execute).-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommandCompleteParser
public CommandCompleteParser()
-
-
Method Details
-
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.- Parameters:
status
- COMMAND OID ROWS message- Throws:
PSQLException
- in case the status cannot be parsed
-
toString
-
equals
-
hashCode
public int hashCode()
-