Class NativeConnectionPropertyDefiner

java.lang.Object
org.firebirdsql.gds.ng.jna.NativeConnectionPropertyDefiner
All Implemented Interfaces:
org.firebirdsql.jaybird.props.spi.ConnectionPropertyDefinerSpi

public final class NativeConnectionPropertyDefiner extends Object implements org.firebirdsql.jaybird.props.spi.ConnectionPropertyDefinerSpi
Property definer for connection properties which exist exclusively for jaybird-native.
Since:
6
Author:
Mark Rotteveel
  • Constructor Details

    • NativeConnectionPropertyDefiner

      public NativeConnectionPropertyDefiner()
  • Method Details

    • defineProperties

      public Stream<org.firebirdsql.jaybird.props.def.ConnectionProperty> defineProperties()
      Specified by:
      defineProperties in interface org.firebirdsql.jaybird.props.spi.ConnectionPropertyDefinerSpi
    • notRegistered

      public void notRegistered(org.firebirdsql.jaybird.props.def.ConnectionProperty connectionProperty)
      Specified by:
      notRegistered in interface org.firebirdsql.jaybird.props.spi.ConnectionPropertyDefinerSpi