Ontimize 5.2072EN

com.ontimize.db
Class ContainsOperator

java.lang.Object
  extended bycom.ontimize.db.SQLStatementBuilder.BasicOperator
      extended bycom.ontimize.db.ContainsOperator
All Implemented Interfaces:
java.io.Serializable, SQLStatementBuilder.Operator

public class ContainsOperator
extends SQLStatementBuilder.BasicOperator

See Also:
Serialized Form

Field Summary
static SQLStatementBuilder.BasicOperator CONTAINS_OP
           
static SQLStatementBuilder.BasicOperator NOT_CONTAINS_OP
           
 
Fields inherited from class com.ontimize.db.SQLStatementBuilder.BasicOperator
AND, AND_NOT, AND_NOT_OP, AND_OP, EQUAL, EQUAL_OP, IN_OP, LESS, LESS_EQUAL, LESS_EQUAL_OP, LESS_OP, LIKE, LIKE_OP, MORE, MORE_EQUAL, MORE_EQUAL_OP, MORE_OP, NOT_EQUAL, NOT_EQUAL_OP, NOT_LIKE, NOT_LIKE_OP, NOT_NULL, NOT_NULL_OP, NULL, NULL_OP, operator, OR, OR_NOT, OR_NOT_OP, OR_OP
 
Constructor Summary
ContainsOperator(java.lang.String s)
           
 
Methods inherited from class com.ontimize.db.SQLStatementBuilder.BasicOperator
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CONTAINS_OP

public static final SQLStatementBuilder.BasicOperator CONTAINS_OP

NOT_CONTAINS_OP

public static final SQLStatementBuilder.BasicOperator NOT_CONTAINS_OP
Constructor Detail

ContainsOperator

public ContainsOperator(java.lang.String s)

Ontimize