| 程序包 | 说明 |
|---|---|
| org.h2.fulltext |
The native full text search implementation, and the wrapper for
the the Lucene full text search implementation.
|
| org.h2.tools |
Various tools.
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
FullText.FullTextTrigger
Trigger updates the index when a inserting, updating, or deleting a row.
|
static class |
FullTextLucene.FullTextTrigger
Trigger updates the index when a inserting, updating, or deleting a row.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
TriggerAdapter
An adapter for the trigger interface that allows to use the ResultSet
interface instead of a row array.
|
Copyright © 2017. All rights reserved.