|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operation | |
|---|---|
| edu.upc.dama.dex.core | Provides the main DEX classes with all the basic but complete funcionality for graph and data manipulation. |
| Uses of Operation in edu.upc.dama.dex.core |
|---|
| Fields in edu.upc.dama.dex.core declared as Operation | |
|---|---|
static Operation |
Operation.BETWEEN
Deprecated. Between |
static Operation |
Operation.EQ
Deprecated. Equal to. |
static Operation |
Operation.ERE
Deprecated. Regular expression. |
static Operation |
Operation.GE
Deprecated. Greater or equal than. |
static Operation |
Operation.GT
Deprecated. Greater than. |
static Operation |
Operation.ILIKE
Deprecated. Insensitive like. |
static Operation |
Operation.LE
Deprecated. Less or equal than. |
static Operation |
Operation.LIKE
Deprecated. Like. |
static Operation |
Operation.LT
Deprecated. Less than. |
static Operation |
Operation.NE
Deprecated. Not equal to. |
| Methods in edu.upc.dama.dex.core that return Operation | |
|---|---|
static Operation |
Operation.valueOf(java.lang.String name)
Deprecated. |
static Operation[] |
Operation.values()
Deprecated. |
| Methods in edu.upc.dama.dex.core with parameters of type Operation | |
|---|---|
Objects |
Graph.select(int type,
java.lang.String attribute,
Operation op,
Value v)
Deprecated. As of release 1.2, replace by Graph.select(long, short, edu.upc.dama.dex.core.Value). |
Objects |
Graph.select(long attribute,
Operation op,
Value v)
Deprecated. As of release 1.2, replace by Graph.select(long, short, edu.upc.dama.dex.core.Value). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||