IS_INNER_JOIN, USES_DATA
Modifier | Constructor and Description |
---|---|
protected |
LocateFunExpr(QueryParser parser,
java.util.ArrayList<AmberExpr> args)
Creates a new expression
|
Modifier and Type | Method and Description |
---|---|
static FunExpr |
create(QueryParser parser,
java.util.ArrayList<AmberExpr> args) |
void |
generateUpdateWhere(CharBuffer cb)
Generates the (update) where expression.
|
void |
generateWhere(CharBuffer cb)
Generates the where expression.
|
java.lang.Object |
getObject(AmberConnection aConn,
java.sql.ResultSet rs,
int index)
Returns the object for the expr.
|
bindSelect, create, generateHaving, getArgs, getType, toString, usesFrom
createBoolean, exists, exists, findItem, generateJoin, generateSelect, getCacheObject, getColumnCount, hasRelationship, isBoolean, replaceJoin, setInternalArgType, usesFrom
protected LocateFunExpr(QueryParser parser, java.util.ArrayList<AmberExpr> args)
public static FunExpr create(QueryParser parser, java.util.ArrayList<AmberExpr> args)
public void generateWhere(CharBuffer cb)
generateWhere
in interface AmberExpr
generateWhere
in class FunExpr
public void generateUpdateWhere(CharBuffer cb)
generateUpdateWhere
in interface AmberExpr
generateUpdateWhere
in class FunExpr
public java.lang.Object getObject(AmberConnection aConn, java.sql.ResultSet rs, int index) throws java.sql.SQLException