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