Package nxt.db

Class DerivedDbTable

  • Direct Known Subclasses:
    TrimmableDbTable

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

      Fields 
      Modifier and Type Field Description
      protected static TransactionalDb db  
      protected java.lang.String table  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DerivedDbTable​(java.lang.String table)  
    • Field Detail

      • table

        protected final java.lang.String table
    • Constructor Detail

      • DerivedDbTable

        protected DerivedDbTable​(java.lang.String table)
    • Method Detail

      • popOffTo

        public void popOffTo​(int height)
      • rollback

        public void rollback​(int height)
      • truncate

        public void truncate()
      • trim

        public void trim​(int height)
      • createSearchIndex

        public void createSearchIndex​(java.sql.Connection con)
                               throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • isPersistent

        public boolean isPersistent()
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object