public abstract class S_Arithmetic extends SqlExpr2
| Constructor and Description |
|---|
S_Arithmetic(String symbol,
SqlExpr left,
SqlExpr right,
SqlDatatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSymbol()
If the database backend is not strange, then addition, substraction and so on
work with the symbols +, -, *, / (and some other operators).
|
getArgs, getLeft, getRight_getColumnsMentioned, asString, asString, asString, getColumnsMentioned, getDatatype, toStringpublic S_Arithmetic(String symbol, SqlExpr left, SqlExpr right, SqlDatatype datatype)
public String getSymbol()
Copyright © 2013. All Rights Reserved.