org.basex.query.xpath.expr
Class FTOption

java.lang.Object
  extended by org.basex.query.xpath.expr.FTOption

public final class FTOption
extends java.lang.Object

FTOption; defines options for a fulltext expression.

Author:
Workgroup DBIS, University of Konstanz 2005-07, ISC License, Christian Gruen

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

ftCase

public FTOption.CASE ftCase
Case sensitivity (default: case insensitive).


ftWild

public FTOption.WILD ftWild
Wildcard search (default: without wildcards).

Constructor Detail

FTOption

public FTOption()