public class Function extends Base<Object>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected Function[] |
members |
protected String |
operator |
protected String |
pseudoTableAlias |
protected String |
tableAlias |
protected Object |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
Function() |
protected |
Function(String operator,
Object... members) |
| Modifier and Type | Method and Description |
|---|---|
void |
as(String alias) |
Object |
clone() |
protected Function |
clone(Function function) |
static Function[] |
converteAll(Object[] values) |
static Function |
converteOne(Object value) |
boolean |
equals(Object o) |
String |
getAlias() |
Function[] |
getMembers() |
String |
getOperator() |
String |
getPseudoTableAlias() |
String |
getTableAlias() |
Object |
getValue() |
int |
hashCode() |
protected void |
setMembers(Function... members) |
protected void |
setOperator(String operator) |
protected void |
setPseudoTableAlias(String pseudoTableAlias) |
protected void |
setTableAlias(String tableAlias) |
protected void |
setValue(Object value) |
String |
toString() |
protected String operator
protected Function[] members
protected String alias
protected String tableAlias
protected String pseudoTableAlias
protected Object value
public String getOperator()
protected void setOperator(String operator)
protected void setMembers(Function... members)
public Function[] getMembers()
public Object getValue()
protected void setValue(Object value)
public String getAlias()
public void as(String alias)
protected void setTableAlias(String tableAlias)
public String getTableAlias()
public String getPseudoTableAlias()
protected void setPseudoTableAlias(String pseudoTableAlias)
Copyright © 2019. All rights reserved.