| 程序包 | 说明 |
|---|---|
| com.nlf.extend.dao.sql | |
| com.nlf.extend.dao.sql.dbType.common |
| 限定符和类型 | 方法和说明 |
|---|---|
ISqlUpdater |
ISqlDao.getUpdater()
获取SQL更新器
|
ISqlUpdater |
AbstractSqlDao.getUpdater() |
ISqlUpdater |
ISqlUpdater.set(Bean bean) |
ISqlUpdater |
ISqlUpdater.set(String sql) |
ISqlUpdater |
ISqlUpdater.set(String sql,
Bean param)
赋值为sql语句
|
ISqlUpdater |
ISqlUpdater.set(String column,
Object value) |
ISqlUpdater |
ISqlUpdater.setIf(Bean bean,
boolean condition) |
ISqlUpdater |
ISqlUpdater.setIf(String sql,
Bean param,
boolean condition) |
ISqlUpdater |
ISqlUpdater.setIf(String sql,
boolean condition) |
ISqlUpdater |
ISqlUpdater.setIf(String column,
Object value,
boolean condition) |
ISqlUpdater |
ISqlUpdater.table(String tables)
指定表
|
ISqlUpdater |
ISqlUpdater.tableIf(String tables,
boolean condition)
当满足条件时指定表
|
ISqlUpdater |
ISqlUpdater.where(String sql)
纯SQL语句的where
|
ISqlUpdater |
ISqlUpdater.where(String sql,
Bean param)
带多个参数的where
|
ISqlUpdater |
ISqlUpdater.where(String column,
Object value)
带1个参数的where
|
ISqlUpdater |
ISqlUpdater.whereIf(String sql,
Bean values,
boolean condition)
当满足条件时执行where
|
ISqlUpdater |
ISqlUpdater.whereIf(String sql,
boolean condition)
当满足条件时执行where
|
ISqlUpdater |
ISqlUpdater.whereIf(String column,
Object value,
boolean condition)
当满足条件时执行where
|
ISqlUpdater |
ISqlUpdater.whereIn(String column,
Object... values) |
ISqlUpdater |
ISqlUpdater.whereNotIn(String column,
Object... values) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ASqlUpdater
SQL更新器的默认实现
|
| 限定符和类型 | 方法和说明 |
|---|---|
ISqlUpdater |
ASqlUpdater.set(Bean bean) |
ISqlUpdater |
ASqlUpdater.set(String sql) |
ISqlUpdater |
ASqlUpdater.set(String sql,
Bean param) |
ISqlUpdater |
ASqlUpdater.set(String column,
Object value) |
ISqlUpdater |
ASqlUpdater.setIf(Bean bean,
boolean condition) |
ISqlUpdater |
ASqlUpdater.setIf(String sql,
Bean param,
boolean condition) |
ISqlUpdater |
ASqlUpdater.setIf(String sql,
boolean condition) |
ISqlUpdater |
ASqlUpdater.setIf(String column,
Object value,
boolean condition) |
ISqlUpdater |
ASqlUpdater.table(String tables) |
ISqlUpdater |
ASqlUpdater.tableIf(String tables,
boolean condition) |
ISqlUpdater |
ASqlUpdater.where(String sql) |
ISqlUpdater |
ASqlUpdater.where(String sql,
Bean param) |
ISqlUpdater |
ASqlUpdater.where(String column,
Object value) |
ISqlUpdater |
ASqlUpdater.whereIf(String sql,
Bean param,
boolean condition) |
ISqlUpdater |
ASqlUpdater.whereIf(String sql,
boolean condition) |
ISqlUpdater |
ASqlUpdater.whereIf(String column,
Object value,
boolean condition) |
ISqlUpdater |
ASqlUpdater.whereIn(String column,
Object... values) |
ISqlUpdater |
ASqlUpdater.whereNotIn(String column,
Object... values) |
Copyright © 2018. All Rights Reserved.