| Package | Description |
|---|---|
| org.h2.fulltext |
| Modifier and Type | Field and Description |
|---|---|
protected IndexInfo |
FullText.FullTextTrigger.index |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<Integer,IndexInfo> |
FullTextSettings.indexes
The set of indexes in this database.
|
| Modifier and Type | Method and Description |
|---|---|
protected IndexInfo |
FullTextSettings.getIndexInfo(int indexId)
Get the index information for the given index id.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FullTextSettings.addIndexInfo(IndexInfo index)
Add an index.
|
protected void |
FullTextSettings.removeIndexInfo(IndexInfo index)
Remove an index from the settings.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.