Class CacheTable

    • Method Detail

      • create

        protected void create()
                       throws java.sql.SQLException
        Specified by:
        create in class AbstractCacheTable
        Throws:
        java.sql.SQLException
      • createAsSelect

        protected void createAsSelect​(java.lang.String select)
                               throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • createAndIndex

        protected void createAndIndex()
                               throws java.sql.SQLException
        Specified by:
        createAndIndex in class AbstractCacheTable
        Throws:
        java.sql.SQLException
      • createIndexes

        public void createIndexes()
                           throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • truncate

        public void truncate()
                      throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • size

        public long size()
                  throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getTableName

        public java.lang.String getTableName()
      • isIndexed

        public boolean isIndexed()
      • isStandAlone

        public boolean isStandAlone()
      • mirror

        public CacheTable mirror()
                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • mirrorAndIndex

        public CacheTable mirrorAndIndex()
                                  throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • dropMirrorTable

        public void dropMirrorTable()
                             throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getMirrorTable

        public CacheTable getMirrorTable()
      • drop

        protected void drop()
                     throws java.sql.SQLException
        Specified by:
        drop in class AbstractCacheTable
        Throws:
        java.sql.SQLException
      • dropInternal

        protected void dropInternal()
                             throws java.sql.SQLException
        Throws:
        java.sql.SQLException