Interface DatabaseParameterBuffer

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

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.