|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.xpath.expr.FTOption
public final class FTOption
FTOption; defines options for a fulltext expression.
| Nested Class Summary | |
|---|---|
static class |
FTOption.CASE
Case sensitivity enumeration. |
static class |
FTOption.WILD
Case sensitivity enumeration. |
| Field Summary | |
|---|---|
FTOption.CASE |
ftCase
Case sensitivity (default: case insensitive). |
FTOption.WILD |
ftWild
Wildcard search (default: without wildcards). |
| Constructor Summary | |
|---|---|
FTOption()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public FTOption.CASE ftCase
public FTOption.WILD ftWild
| Constructor Detail |
|---|
public FTOption()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||