Interface DatabaseParameterBufferExtension

All Superinterfaces:
ConnectionParameterBuffer, DatabaseParameterBuffer, Iterable<Parameter>, ParameterBuffer
All Known Implementing Classes:
DatabaseParameterBufferImp, FBConnectionRequestInfo

public interface DatabaseParameterBufferExtension extends DatabaseParameterBuffer
Extension of the DatabaseParameterBuffer interface that allows GDS implementations remove the DPB extension parameters that driver implementation uses for client-side configuration.
  • Field Details

  • Method Details

    • removeExtensionParams

      DatabaseParameterBuffer removeExtensionParams()
      Remove extension parameters in the newly created deep copy of this class.
      Returns:
      a deep copy of this class where all extension parameters are removed; needed to filter Jaybird extensions that are not understood by Firebird.