|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EmptyOp | |
---|---|
org.d2rq.algebra | |
org.d2rq.db | |
org.d2rq.db.op | |
org.d2rq.db.op.util |
Uses of EmptyOp in org.d2rq.algebra |
---|
Methods in org.d2rq.algebra with parameters of type EmptyOp | |
---|---|
boolean |
NodeRelationOrderer.visitEnter(EmptyOp original)
|
DatabaseOp |
NodeRelationOrderer.visitLeave(EmptyOp original,
DatabaseOp child)
Sorting an empty table is a no-op, so just return the original |
Uses of EmptyOp in org.d2rq.db |
---|
Methods in org.d2rq.db with parameters of type EmptyOp | |
---|---|
void |
SelectStatementBuilder.visitLeave(EmptyOp table)
|
Uses of EmptyOp in org.d2rq.db.op |
---|
Fields in org.d2rq.db.op declared as EmptyOp | |
---|---|
static EmptyOp |
EmptyOp.NO_COLUMNS
|
Methods in org.d2rq.db.op with parameters of type EmptyOp | |
---|---|
boolean |
OpVisitor.visitEnter(EmptyOp table)
|
boolean |
OpVisitor.Default.visitEnter(EmptyOp table)
|
void |
OpVisitor.visitLeave(EmptyOp table)
|
void |
OpVisitor.Default.visitLeave(EmptyOp table)
|
Uses of EmptyOp in org.d2rq.db.op.util |
---|
Methods in org.d2rq.db.op.util with parameters of type EmptyOp | |
---|---|
boolean |
OpSelecter.visitEnter(EmptyOp original)
|
boolean |
OpMutator.visitEnter(EmptyOp original)
|
DatabaseOp |
OpSelecter.visitLeave(EmptyOp original,
DatabaseOp child)
|
DatabaseOp |
OpMutator.visitLeave(EmptyOp original,
DatabaseOp child)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |