Package nxt.db

Class DbVersion


  • public abstract class DbVersion
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected BasicDb db  
    • Constructor Summary

      Constructors 
      Constructor Description
      DbVersion()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected void apply​(java.lang.String sql)  
      protected abstract void update​(int nextUpdate)  
      • Methods inherited from class java.lang.Object

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

      • DbVersion

        public DbVersion()
    • Method Detail

      • apply

        protected void apply​(java.lang.String sql)
      • update

        protected abstract void update​(int nextUpdate)