public class Arithmetic extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected ParameterBinder |
arithmeticParameterBinder |
protected StringBuilder |
arithmeticSql |
| 构造器和说明 |
|---|
Arithmetic(StringBuilder arithmeticSql,
ParameterBinder arithmeticParameterBinder) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.