Package org.apache.derby.impl.drda
Class DRDAProtocolExceptionInfo
java.lang.Object
org.apache.derby.impl.drda.DRDAProtocolExceptionInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
The CodePoint describing the error condition for the errorCodePoint.protected int
errorCodePoint specifies the code point of the error reply message, (e.g.protected boolean
protected int
-
Constructor Summary
ConstructorsConstructorDescriptionDRDAProtocolExceptionInfo
(int errorCodePoint, int svrcod, int errCdCodePoint, boolean sendsCodpntArg) -
Method Summary
-
Field Details
-
errorCodePoint
protected int errorCodePointerrorCodePoint 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. -
svrcod
protected int svrcod -
errCdCodePoint
protected int errCdCodePointThe CodePoint describing the error condition for the errorCodePoint. (e.g. CodePoint.SYNERRCD, when errorCodePoint is CodePoint.SYNTAXRM) -
sendsCodpntArg
protected boolean sendsCodpntArg
-
-
Constructor Details
-
DRDAProtocolExceptionInfo
DRDAProtocolExceptionInfo(int errorCodePoint, int svrcod, int errCdCodePoint, boolean sendsCodpntArg)
-