Interface DatabaseParameterBuffer

  • All Superinterfaces:
    ConnectionParameterBuffer, java.lang.Iterable<Parameter>, ParameterBuffer
    All Known Implementing Classes:
    DatabaseParameterBufferImp

    public interface DatabaseParameterBuffer
    extends ConnectionParameterBuffer
    Instance of this interface represents a Database Parameter Buffer from the Firebird API documentation and specifies the attributes for the current connection.

    Additionally, it is possible to change some database properties in a permanent way, however this approach is not recommended. Please use instead management API.