interface Exp extends Expression
Modifier and Type | Method and Description |
---|---|
void |
appendTo(Select sel,
ExpContext ctx,
ExpState state,
SQLBuffer buf)
Append the SQL for this expression to the given buffer.
|
ExpState |
initialize(Select sel,
ExpContext ctx,
Map contains)
Initialize the expression.
|
void |
selectColumns(Select sel,
ExpContext ctx,
ExpState state,
boolean pks)
Select just the columns for this expression.
|
acceptVisit
ExpState initialize(Select sel, ExpContext ctx, Map contains)
contains
- map of relation paths to the number of times
the paths appear in a contains() expression;
used to ensure paths used for contains() within
the same AND expression used different aliasesvoid appendTo(Select sel, ExpContext ctx, ExpState state, SQLBuffer buf)
void selectColumns(Select sel, ExpContext ctx, ExpState state, boolean pks)
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.