|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.outerj.xreporter.datatype.operator.NotLike
NOT LIKE SQL operator.
Field Summary | |
protected static NotLike |
instance
|
Constructor Summary | |
NotLike()
|
Method Summary | |
void |
generateNaturalDescription(java.lang.StringBuffer description,
java.lang.String title,
java.lang.String[] values,
ResourceHandle resourceHandle)
Generates a human readable representation of this operator applied to some values. |
void |
generateSql(java.lang.StringBuffer statement,
java.lang.String fieldName,
int argumentCount)
Generates a piece of SQL for this operator. |
int |
getArgumentCount()
Get the number of arguments that this operator can take. |
java.lang.String |
getDescription(ResourceHandle resourceHandle)
Something that can be shown to an end-user to identify this operator. |
java.lang.String |
getId()
An ID for this operator. |
static Operator |
getInstance()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static NotLike instance
Constructor Detail |
public NotLike()
Method Detail |
public java.lang.String getId()
Operator
getId
in interface Operator
public java.lang.String getDescription(ResourceHandle resourceHandle)
Operator
getDescription
in interface Operator
public static Operator getInstance()
public int getArgumentCount()
Operator
getArgumentCount
in interface Operator
public void generateSql(java.lang.StringBuffer statement, java.lang.String fieldName, int argumentCount)
Operator
generateSql
in interface Operator
statement
- A StringBuffer to which the generated SQL should be appended.public void generateNaturalDescription(java.lang.StringBuffer description, java.lang.String title, java.lang.String[] values, ResourceHandle resourceHandle)
Operator
generateNaturalDescription
in interface Operator
description
- stringbuffer to which the description will be appendedtitle
- can be nullvalues
- for operators with a fixed number of arguments, this array should have the same size
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |