Interface CustomInstruction


  • public interface CustomInstruction
    Represents a custom instruction for database migration.
    Since:
    4.0
    Author:
    Anindya Chatterjee
    • Method Detail

      • perform

        void perform​(Nitrite nitrite)
        Performs the instruction on the nitrite database.
        Parameters:
        nitrite - the nitrite database