Package | Description |
---|---|
sf.database.jdbc.sql | |
sf.database.mapper.handle |
Modifier and Type | Method and Description |
---|---|
SQLParameter |
SQLParameter.setColumnMapping(ColumnMapping columnMapping) |
SQLParameter |
SQLParameter.setExpression(String expression) |
SQLParameter |
SQLParameter.setHandler(TypeHandler<?> handler) |
SQLParameter |
SQLParameter.setJdbcType(int jdbcType) |
SQLParameter |
SQLParameter.setValue(Object value) |
Modifier and Type | Method and Description |
---|---|
List<SQLParameter> |
SQLContext.getParas() |
List<SQLParameter> |
SQLContext.getPreResultParas() |
Modifier and Type | Method and Description |
---|---|
static void |
CommonSql.fillOrmStatement(PreparedStatement pst,
List<SQLParameter> paras)
设置值
|
static void |
CommonSql.fillSQLStatement(PreparedStatement pst,
List<SQLParameter> paras)
设置值
|
void |
SQLContext.setParas(List<SQLParameter> paras) |
void |
SQLContext.setPreResultParas(List<SQLParameter> preResultParas) |
Constructor and Description |
---|
SQLContext(String sql,
List<SQLParameter> paras,
boolean isUpdate) |
SQLContext(String sqlId,
String originalSql,
List<SQLParameter> paras,
Map<String,Object> inputParas,
boolean isUpdate) |
Modifier and Type | Method and Description |
---|---|
List<SQLParameter> |
Condition.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
Condition.setParameters(List<SQLParameter> parameters) |
Copyright © 2020. All rights reserved.