public class Condition extends Object
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getLeft() |
int |
getOperator() |
Object |
getRight() |
void |
setLeft(Object left) |
void |
setOperator(int operator) |
void |
setRight(Object right) |
String |
toString() |
String |
toString(Select sql) |
public static final int AND
public static final int OR
Copyright © 2008–2016 Open Microscopy Environment. All rights reserved.