Package org.h2.fulltext
Class IndexInfo
java.lang.Object
org.h2.fulltext.IndexInfo
The settings of one full text search index.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
protected int idThe index id. -
schema
The schema name. -
table
The table name. -
keys
protected int[] keysThe column indexes of the key columns. -
indexColumns
protected int[] indexColumnsThe column indexes of the index columns. -
columns
The column names.
-
-
Constructor Details
-
IndexInfo
public IndexInfo()
-