Interface ConnectionPropertyDefinerSpi


public interface ConnectionPropertyDefinerSpi
Service provider interface to define connection properties in Jaybird.

These properties are loaded through ServiceLoader. The library or user code that wants to expose additional connection properties to Jaybird should define the implementation class(es) of this interface in META-INF/services/org.firebirdsql.jaybird.props.spi.ConnectionPropertyDefinerSpi. This should be located in the same class path or class loader as Jaybird.

Since:
5
Author:
Mark Rotteveel
  • Method Summary

    Modifier and Type
    Method
    Description
    Defines the connection properties to add to Jaybird.
    void
    notRegistered(ConnectionProperty connectionProperty)
    Callback method to inform the definer that a property has not been added to the collection of properties known to Jaybird.