|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.fulltext.IndexInfo
public class IndexInfo
The settings of one full text search index.
| Field Summary | |
|---|---|
protected java.lang.String[] |
columns
The column names. |
protected int |
id
The index id. |
protected int[] |
indexColumns
The column indexes of the index columns. |
protected int[] |
keys
The column indexes of the key columns. |
protected java.lang.String |
schema
The schema name. |
protected java.lang.String |
table
The table name. |
| Constructor Summary | |
|---|---|
IndexInfo()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int id
protected java.lang.String schema
protected java.lang.String table
protected int[] keys
protected int[] indexColumns
protected java.lang.String[] columns
| Constructor Detail |
|---|
public IndexInfo()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||