Interface DatabaseParameterBuffer

All Superinterfaces:
ConnectionParameterBuffer, Iterable<Parameter>, ParameterBuffer, Serializable
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.

  • Method Details