| 程序包 | 说明 |
|---|---|
| com.ajaxjs.sqlman |
SqlMan
|
| com.ajaxjs.sqlman.crud |
CRUD operations
|
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateResult |
Action.delete(String tableName,
String idField,
Serializable id)
Execute delete operation.
|
UpdateResult |
Action.deleteWhere(String tableName,
String where)
Execute delete operation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateResult |
Update.delete()
Physical delete on an object.
|
UpdateResult |
Update.delete(Object idValue)
Physical delete on an object.
|
UpdateResult |
Update.delete(String idField,
Object idValue)
Physical delete on an object.
|
UpdateResult |
Update.delete(String tableName,
String idField,
Serializable idValue)
Physical delete by id field and id value.
|
UpdateResult |
BatchUpdate.deleteBatch(List<? extends Serializable> ids)
物理批量删除
|
UpdateResult |
Update.deleteWhere(String tableName,
String where)
Physical delete by where clause.
|
UpdateResult |
Update.execute()
Execute the update.
|
UpdateResult |
Update.execute(String where)
Execute the update with where clause.
|
UpdateResult |
Update.update()
Update by any SQL.
|
UpdateResult |
Update.withId()
Execute the update with ID specified row.
|
UpdateResult |
Update.withId(String idField)
Execute the update with ID specified row.
|
UpdateResult |
Update.withId(String idField,
Object idValue)
Execute the update with ID specified row.
|
Copyright © 2016–2026 AJAXJS. All rights reserved.