public class DeleteJSONObjectDatabaseStatement extends AbstractDMLJSONDatabaseStatement
| 限定符和类型 | 字段和说明 |
|---|---|
protected com.alibaba.fastjson.JSONObject |
instance
json实例
|
protected String |
tableName
表名
|
connectionExecutor, index, optionlogger, quickDAOConfig| 构造器和说明 |
|---|
DeleteJSONObjectDatabaseStatement(String tableName,
com.alibaba.fastjson.JSONObject instance,
ManipulationOption option,
QuickDAOConfig quickDAOConfig) |
| 限定符和类型 | 方法和说明 |
|---|---|
List |
getParameters()
获取参数列表
|
String |
getStatement()
获取sql语句
|
String |
name()
获取语句名称
|
distinguishJSONArrayByMultipleField, distinguishJSONArrayBySingleField, executeBatch, getPartColumnsexecuteUpdateprotected String tableName
protected com.alibaba.fastjson.JSONObject instance
public DeleteJSONObjectDatabaseStatement(String tableName, com.alibaba.fastjson.JSONObject instance, ManipulationOption option, QuickDAOConfig quickDAOConfig)
public String getStatement()
AbstractDatabaseStatementpublic List getParameters()
AbstractDatabaseStatementpublic String name()
AbstractDatabaseStatementname 在类中 AbstractDatabaseStatementCopyright © 2023. All rights reserved.