Class Adapter.Container

java.lang.Object
org.postgresql.pljava.Adapter<Void,Void>
org.postgresql.pljava.Adapter.Container
All Implemented Interfaces:
SlotTester.Visible
Enclosing class:
Adapter<T,U>

public abstract static class Adapter.Container extends Adapter<Void,Void>
Provided to serve as a superclass for a 'container' class that is used to group several related adapters without being instantiable as an adapter itself.

By being technically a subclass of Adapter, the container class will have access to the protected Configuration class and configure method.

  • Constructor Details

    • Container

      protected Container()