| 程序包 | 说明 |
|---|---|
| com.nlf.mini.extend.dao.sql | |
| com.nlf.mini.extend.dao.sql.dbType.common |
| 限定符和类型 | 方法和说明 |
|---|---|
ISqlUpdater |
AbstractSqlDao.getUpdater() |
ISqlUpdater |
ISqlDao.getUpdater()
获取SQL更新器
|
ISqlUpdater |
ISqlUpdater.set(Bean bean)
赋值
|
ISqlUpdater |
ISqlUpdater.set(String sql)
赋值
|
ISqlUpdater |
ISqlUpdater.set(String columnOrSql,
Object valueOrBean)
赋值
|
ISqlUpdater |
ISqlUpdater.setIf(Bean bean,
boolean condition)
当条件满足时赋值
|
ISqlUpdater |
ISqlUpdater.setIf(String sql,
boolean condition)
当条件满足时赋值
|
ISqlUpdater |
ISqlUpdater.setIf(String columnOrSql,
Object valueOrBean,
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 columnOrSql,
Object valueOrBean)
带参数的where
|
ISqlUpdater |
ISqlUpdater.whereIf(String sql,
boolean condition)
当满足条件时执行where
|
ISqlUpdater |
ISqlUpdater.whereIf(String columnOrSql,
Object valueOrBean,
boolean condition)
当满足条件时执行where
|
ISqlUpdater |
ISqlUpdater.whereIn(String column,
Object... values)
where in
|
ISqlUpdater |
ISqlUpdater.whereNotEqual(String column,
Object value)
where !
|
ISqlUpdater |
ISqlUpdater.whereNotIn(String column,
Object... values)
where not in
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ASqlUpdater
SQL更新器的默认实现
|
| 限定符和类型 | 方法和说明 |
|---|---|
ISqlUpdater |
ASqlUpdater.set(Bean bean) |
ISqlUpdater |
ASqlUpdater.set(String sql) |
ISqlUpdater |
ASqlUpdater.set(String columnOrSql,
Object valueOrBean) |
ISqlUpdater |
ASqlUpdater.setIf(Bean bean,
boolean condition) |
ISqlUpdater |
ASqlUpdater.setIf(String sql,
boolean condition) |
ISqlUpdater |
ASqlUpdater.setIf(String columnOrSql,
Object valueOrBean,
boolean condition) |
ISqlUpdater |
ASqlUpdater.table(String tables) |
ISqlUpdater |
ASqlUpdater.tableIf(String tables,
boolean condition) |
ISqlUpdater |
ASqlUpdater.where(String sql) |
ISqlUpdater |
ASqlUpdater.where(String columnOrSql,
Object valueOrBean) |
ISqlUpdater |
ASqlUpdater.whereIf(String sql,
boolean condition) |
ISqlUpdater |
ASqlUpdater.whereIf(String columnOrSql,
Object valueOrBean,
boolean condition) |
ISqlUpdater |
ASqlUpdater.whereIn(String column,
Object... values) |
ISqlUpdater |
ASqlUpdater.whereNotEqual(String column,
Object value) |
ISqlUpdater |
ASqlUpdater.whereNotIn(String column,
Object... values) |
Copyright © 2023. All Rights Reserved.