public class InsertJSONObjectDatabaseStatement extends AbstractDMLJSONDatabaseStatement
connectionExecutor, index, optionlogger, quickDAOConfig| 构造器和说明 |
|---|
InsertJSONObjectDatabaseStatement(String tableName,
com.alibaba.fastjson.JSONObject instance,
ManipulationOption option,
QuickDAOConfig quickDAOConfig) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
executeUpdate()
执行更新语句
|
List |
getParameters()
获取参数列表
|
String |
getStatement()
获取sql语句
|
String |
name()
获取语句名称
|
distinguishJSONArrayByMultipleField, distinguishJSONArrayBySingleField, executeBatch, getPartColumnspublic InsertJSONObjectDatabaseStatement(String tableName, com.alibaba.fastjson.JSONObject instance, ManipulationOption option, QuickDAOConfig quickDAOConfig)
public int executeUpdate()
DMLDatabaseStatementexecuteUpdate 在接口中 DMLDatabaseStatementexecuteUpdate 在类中 AbstractDMLDatabaseStatementpublic String getStatement()
AbstractDatabaseStatementpublic List getParameters()
AbstractDatabaseStatementpublic String name()
AbstractDatabaseStatementname 在类中 AbstractDatabaseStatementCopyright © 2023. All rights reserved.