Interface JaybirdErrorCodes


public interface JaybirdErrorCodes
Constants for Jaybird specific error codes.

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.

Since:
3.0
Author:
Mark Rotteveel
  • Field Details

    • jb_range_start

      static final int jb_range_start
      See Also:
    • jb_blobGetSegmentNegative

      static final int jb_blobGetSegmentNegative
      See Also:
    • jb_blobPutSegmentEmpty

      static final int jb_blobPutSegmentEmpty
      See Also:
    • jb_blobPutSegmentTooLong

      static final int jb_blobPutSegmentTooLong
      See Also:
    • jb_blobIdAlreadySet

      static final int jb_blobIdAlreadySet
      See Also:
    • jb_invalidClumpletStructure

      static final int jb_invalidClumpletStructure
      See Also:
    • jb_clumpletReaderUsageError

      static final int jb_clumpletReaderUsageError
      See Also:
    • jb_invalidConnectionString

      static final int jb_invalidConnectionString
      See Also:
    • jb_concurrencyResetReadOnlyReasonNotUpdatable

      static final int jb_concurrencyResetReadOnlyReasonNotUpdatable
      See Also:
    • jb_resultSetTypeUpgradeReasonHoldability

      static final int jb_resultSetTypeUpgradeReasonHoldability
      See Also:
    • jb_resultSetTypeDowngradeReasonScrollSensitive

      static final int jb_resultSetTypeDowngradeReasonScrollSensitive
      See Also:
    • jb_concurrencyResetReadOnlyReasonStoredProcedure

      static final int jb_concurrencyResetReadOnlyReasonStoredProcedure
      See Also:
    • jb_errorAsynchronousEventChannelClose

      static final int jb_errorAsynchronousEventChannelClose
      See Also:
    • jb_unableToCancelEventReasonNotConnected

      static final int jb_unableToCancelEventReasonNotConnected
      See Also:
    • jb_executeImmediateRequiresTransactionAttached

      static final int jb_executeImmediateRequiresTransactionAttached
      See Also:
    • jb_executeImmediateRequiresNoTransactionDetached

      static final int jb_executeImmediateRequiresNoTransactionDetached
      See Also:
    • jb_receiveTrustedAuth_NotSupported

      static final int jb_receiveTrustedAuth_NotSupported
      See Also:
    • jb_notConnectedToServer

      static final int jb_notConnectedToServer
      See Also:
    • jb_notAttachedToDatabase

      static final int jb_notAttachedToDatabase
      See Also:
    • jb_maxStatementLengthExceeded

      static final int jb_maxStatementLengthExceeded
      See Also:
    • jb_unexpectedOperationCode

      static final int jb_unexpectedOperationCode
      See Also:
    • jb_unsupportedFieldType

      static final int jb_unsupportedFieldType
      See Also:
    • jb_invalidFetchDirection

      static final int jb_invalidFetchDirection
      See Also:
    • jb_operationNotAllowedOnForwardOnly

      static final int jb_operationNotAllowedOnForwardOnly
      See Also:
    • jb_cryptNoCryptKeyAvailable

      static final int jb_cryptNoCryptKeyAvailable
      See Also:
    • jb_cryptAlgorithmNotAvailable

      static final int jb_cryptAlgorithmNotAvailable
      See Also:
    • jb_cryptInvalidKey

      static final int jb_cryptInvalidKey
      See Also:
    • jb_invalidConnectionPropertyValue

      static final int jb_invalidConnectionPropertyValue
      See Also:
    • jb_dbCryptCallbackInitError

      static final int jb_dbCryptCallbackInitError
      See Also:
    • jb_dbCryptDataError

      static final int jb_dbCryptDataError
      See Also:
    • jb_hashAlgorithmNotAvailable

      static final int jb_hashAlgorithmNotAvailable
      See Also:
    • jb_noKnownAuthPlugins

      static final int jb_noKnownAuthPlugins
      See Also:
    • jb_invalidGeneratedKeysOption

      static final int jb_invalidGeneratedKeysOption
      See Also:
    • jb_generatedKeysSupportNotAvailable

      static final int jb_generatedKeysSupportNotAvailable
      See Also:
    • jb_generatedKeysArrayEmptyOrNull

      static final int jb_generatedKeysArrayEmptyOrNull
      See Also:
    • jb_generatedKeysInvalidColumnPosition

      static final int jb_generatedKeysInvalidColumnPosition
      See Also:
    • jb_generatedKeysNoColumnsFound

      static final int jb_generatedKeysNoColumnsFound
      See Also:
    • jb_explainedExecutionPlanNotSupported

      static final int jb_explainedExecutionPlanNotSupported
      See Also:
    • jb_failedToLoadNativeLibrary

      static final int jb_failedToLoadNativeLibrary
      See Also:
    • jb_blobClosed

      static final int jb_blobClosed
      See Also:
    • jb_invalidTimeout

      static final int jb_invalidTimeout
      See Also:
    • jb_invalidExecutor

      static final int jb_invalidExecutor
      See Also:
    • jb_operationClosed

      static final int jb_operationClosed
      See Also:
    • jb_range_end

      static final int jb_range_end
      See Also: