Class AbstractCacheTable

    • Field Detail

      • ID

        protected static long ID
      • connection

        protected final java.sql.Connection connection
    • Constructor Detail

      • AbstractCacheTable

        protected AbstractCacheTable​(java.sql.Connection connection,
                                     AbstractSQLAdapter sqlAdapter)
    • Method Detail

      • getConnection

        public java.sql.Connection getConnection()
      • isCreated

        public abstract boolean isCreated()
      • create

        protected abstract void create()
                                throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • createAndIndex

        protected abstract void createAndIndex()
                                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • drop

        protected abstract void drop()
                              throws java.sql.SQLException
        Throws:
        java.sql.SQLException