public class ResultAliasExpression extends SQLExpression
SQLExpression.ColumnExpressionList
Modifier and Type | Field and Description |
---|---|
protected String |
aliasName |
lowestOperator, mapping, parameterName, st, stmt, subExprs, table
Constructor and Description |
---|
ResultAliasExpression(SQLStatement stmt,
String aliasName) |
Modifier and Type | Method and Description |
---|---|
String |
getResultAlias() |
add, and, bitAnd, bitOr, cast, com, distinct, div, encloseInParentheses, eor, eq, ge, getJavaTypeMapping, getLowestOperator, getNumberOfSubExpressions, getParameterName, getSQLStatement, getSQLTable, getSubExpression, gt, in, invoke, ior, is, isParameter, le, lt, mod, mul, ne, neg, not, setJavaTypeMapping, sub, toSQLText
protected String aliasName
public ResultAliasExpression(SQLStatement stmt, String aliasName)
public String getResultAlias()
Copyright © 2017. All rights reserved.