public class Arithmetic extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ParameterBinder |
arithmeticParameterBinder |
protected StringBuilder |
arithmeticSql |
| Constructor and Description |
|---|
Arithmetic(StringBuilder arithmeticSql,
ParameterBinder arithmeticParameterBinder) |
| Modifier and Type | Method and Description |
|---|---|
ParameterBinder |
getArithmeticParameterBinder() |
StringBuilder |
getArithmeticSql() |
ColumFunction |
getColumFunctionArithmetic() |
void |
setColumFunctionArithmetic(ColumFunction columFunctionArithmetic) |
protected final StringBuilder arithmeticSql
protected final ParameterBinder arithmeticParameterBinder
public Arithmetic(StringBuilder arithmeticSql, ParameterBinder arithmeticParameterBinder)
public StringBuilder getArithmeticSql()
public ParameterBinder getArithmeticParameterBinder()
public ColumFunction getColumFunctionArithmetic()
public void setColumFunctionArithmetic(ColumFunction columFunctionArithmetic)
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.