public class UpdateHandler extends Object implements SqlParseProvider<UpdateResponse,com.alibaba.druid.sql.ast.statement.SQLUpdateStatement>
| 构造器和说明 |
|---|
UpdateHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
JdbcRequest |
of(com.alibaba.druid.sql.ast.statement.SQLUpdateStatement statement)
sql语句转换为请求体
|
com.alibaba.fastjson.JSONObject |
to(List<com.alibaba.druid.sql.ast.statement.SQLUpdateSetItem> items) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, of, toResponsepublic JdbcRequest of(com.alibaba.druid.sql.ast.statement.SQLUpdateStatement statement) throws SQLFeatureNotSupportedException
SqlParseProviderof 在接口中 SqlParseProvider<UpdateResponse,com.alibaba.druid.sql.ast.statement.SQLUpdateStatement>statement - sql语法快SQLFeatureNotSupportedExceptionpublic com.alibaba.fastjson.JSONObject to(List<com.alibaba.druid.sql.ast.statement.SQLUpdateSetItem> items)
Copyright © 2022. All rights reserved.