Class MatchCondition

java.lang.Object
com.exedio.cope.Condition
com.exedio.cope.MatchCondition
All Implemented Interfaces:
Serializable

public final class MatchCondition extends Condition
A condition matching a fulltext index. EXPERIMENTAL!!! Cope has no support for creating fulltext indexes together with the schema yet, so you have to do this manually. MySQL: create fulltext index index_name on table_name (column_name) Oracle: create index index_name ON table_name(column_name) indextype is CTXSYS.CONTEXT
Author:
Ralf Wiebicke
See Also:
  • Field Details

  • Constructor Details

    • MatchCondition

      public MatchCondition(StringFunction function, String value)
      Creates a new MatchCondition. EXPERIMENTAL!!!
  • Method Details