Interface DataModelVisitor

    • Method Detail

      • visited

        void visited​(Table fromChildTable,
                     ForeignKeyConstraint fk)
        Process a foreign key constraint from the model
        Parameters:
        fk -
      • visited

        void visited​(Table tbl)
        Process a Table from the model
        Parameters:
        tbl -
      • nop

        void nop()
        A NOP (no operation). Should do nothing, but we let the visitor implementation decide.
      • visited

        void visited​(ProcedureDef procedureDef)
        Process a ProcedureDef from the model.
        Parameters:
        procedureDef -
      • visited

        void visited​(Sequence sequence)
        Parameters:
        sequence -
      • visited

        void visited​(Tablespace tablespace)
        Parameters:
        tablespace -
      • visited

        void visited​(FunctionDef functionDef)
        Parameters:
        functionDef -
      • visited

        void visited​(CreateIndex createIndex)
        Parameters:
        createIndex -