| java.lang.Object org.apache.derby.impl.drda.DRDAProtocolExceptionInfo
DRDAProtocolExceptionInfo | class DRDAProtocolExceptionInfo (Code) | | |
Field Summary | |
protected int | errCdCodePoint The CodePoint describing the error condition for the errorCodePoint.
(e.g. | protected int | errorCodePoint errorCodePoint specifies the code point of the error reply message, (e.g.
CodePoint.SYNTAXRM) whereas errCdCodePoint specifies the code point of an
extra required field in that reply message. | protected boolean | sendsCodpntArg | protected int | svrcod |
errCdCodePoint | protected int errCdCodePoint(Code) | | The CodePoint describing the error condition for the errorCodePoint.
(e.g. CodePoint.SYNERRCD, when errorCodePoint is CodePoint.SYNTAXRM)
|
errorCodePoint | protected int errorCodePoint(Code) | | errorCodePoint specifies the code point of the error reply message, (e.g.
CodePoint.SYNTAXRM) whereas errCdCodePoint specifies the code point of an
extra required field in that reply message. Most error reply messages
have one or two required fields that are quite common, like SVRCOD
(severity code) or RDBNAM (database name). Some error reply messages
additionally have required fields that are specific to them.
errCdCodePoint is used to specify these. For instance, SYNTAXRM has a
required field called SYNERRCD, and PRCCNVRM has a required field called
PRCCNVCD.
|
sendsCodpntArg | protected boolean sendsCodpntArg(Code) | | |
svrcod | protected int svrcod(Code) | | |
DRDAProtocolExceptionInfo | DRDAProtocolExceptionInfo(int errorCodePoint, int svrcod, int errCdCodePoint, boolean sendsCodpntArg)(Code) | | |
|
|