Class SetSchemaAction

  • All Implemented Interfaces:
    Action

    public class SetSchemaAction
    extends ChainedAction
    Command to set the named schema on a connection
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void performOn​(FHIRDbFlavor flavor, java.sql.Connection c)
      Perform this action on the given connection
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SetSchemaAction

        public SetSchemaAction​(SchemaNameSupplier schemaNameSupplier,
                               Action next)
        Use a provided schema name (handy for testing)
        Parameters:
        schemaNameSupplier - function to provide the schema name for the current request context
        next - the next action to apply, or null if this is the end of the chain