Class H2TableDescriptor


  • public class H2TableDescriptor
    extends Object
    Information about table in database.
    • Method Detail

      • table

        public void table​(GridH2Table tbl)
        Parameters:
        tbl - Table.
      • schemaName

        public String schemaName()
        Returns:
        Schema name.
      • cacheName

        public String cacheName()
        Returns:
        Cache name.
      • hashIndex

        public org.h2.index.Index hashIndex()
        Returns:
        Hash index.
      • createHashIndex

        public void createHashIndex​(GridH2Table tbl)
        Create hash index if needed.
      • createTextIndex

        public void createTextIndex​(GridH2Table tbl)
        Create text (lucene) index if needed.