class DBLogicalOperator extends ParseItem
| Modifier and Type | Field and Description |
|---|---|
static char |
AND |
(package private) char |
logOperator |
static char |
NOT |
static char |
OR |
| Constructor and Description |
|---|
DBLogicalOperator(char operator) |
DBLogicalOperator(String operator)
Creates the operator
|
| Modifier and Type | Method and Description |
|---|---|
void |
sqlConversion(StringBuffer result)
Appends the converted operator to the stringbuffer.
|
public static final char AND
public static final char NOT
public static final char OR
char logOperator
public DBLogicalOperator(String operator)
public DBLogicalOperator(char operator)
public void sqlConversion(StringBuffer result)
sqlConversion in class ParseItemresult - the stringbuffer to which to add the operatorMMBase 1.9-SNAPSHOT - ${javadoctimestamp}