Class IndexInfo

java.lang.Object
org.h2.fulltext.IndexInfo

public class IndexInfo extends Object
The settings of one full text search index.
  • Field Details

    • id

      protected int id
      The index id.
    • schema

      protected String schema
      The schema name.
    • table

      protected String table
      The table name.
    • keys

      protected int[] keys
      The column indexes of the key columns.
    • indexColumns

      protected int[] indexColumns
      The column indexes of the index columns.
    • columns

      protected String[] columns
      The column names.
  • Constructor Details

    • IndexInfo

      public IndexInfo()