public interface JaybirdErrorCodes
The error code of Jaybird use the same scheme as the rest of Firebird error codes. The error codes are not
maintained within Firebird, but here and in associated files jaybird_error_msg.properties
and jaybird_error_sqlstates.properties
For error codes, Firebird has reserved facility code 26
for Jaybird. Facility code 26 has error codes in
range 337248256 - 337264639. See Firebird src\common\msg_encode.h
for calculation of this range.
static final int jb_range_start
static final int jb_blobGetSegmentNegative
static final int jb_blobPutSegmentEmpty
static final int jb_blobPutSegmentTooLong
static final int jb_blobIdAlreadySet
static final int jb_invalidClumpletStructure
static final int jb_clumpletReaderUsageError
static final int jb_invalidConnectionString
static final int jb_concurrencyResetReadOnlyReasonNotUpdatable
static final int jb_resultSetTypeUpgradeReasonHoldability
static final int jb_resultSetTypeDowngradeReasonScrollSensitive
static final int jb_concurrencyResetReadOnlyReasonStoredProcedure
static final int jb_errorAsynchronousEventChannelClose
static final int jb_unableToCancelEventReasonNotConnected
static final int jb_executeImmediateRequiresTransactionAttached
static final int jb_executeImmediateRequiresNoTransactionDetached
static final int jb_receiveTrustedAuth_NotSupported
static final int jb_notConnectedToServer
static final int jb_notAttachedToDatabase
static final int jb_maxStatementLengthExceeded
static final int jb_unexpectedOperationCode
static final int jb_unsupportedFieldType
static final int jb_invalidFetchDirection
static final int jb_operationNotAllowedOnForwardOnly
static final int jb_cryptNoCryptKeyAvailable
static final int jb_cryptAlgorithmNotAvailable
static final int jb_cryptInvalidKey
static final int jb_invalidConnectionPropertyValue
static final int jb_dbCryptCallbackInitError
static final int jb_dbCryptDataError
static final int jb_hashAlgorithmNotAvailable
static final int jb_blobClosed
static final int jb_range_end
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.