public interface HmilySQLParserExecutor
| 限定符和类型 | 方法和说明 |
|---|---|
org.dromara.hmily.tac.sqlparser.model.common.statement.HmilyStatement |
executeDeleteStatement(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.DeleteStatement deleteStatement)
Execute delete statement.
|
org.dromara.hmily.tac.sqlparser.model.common.statement.HmilyStatement |
executeInsertStatement(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.InsertStatement insertStatement)
Execute insert statement.
|
org.dromara.hmily.tac.sqlparser.model.common.statement.HmilyStatement |
executeUpdateStatement(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.UpdateStatement updateStatement)
Execute update statement.
|
org.dromara.hmily.tac.sqlparser.model.common.statement.HmilyStatement executeUpdateStatement(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.UpdateStatement updateStatement)
updateStatement - update statementorg.dromara.hmily.tac.sqlparser.model.common.statement.HmilyStatement executeInsertStatement(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.InsertStatement insertStatement)
insertStatement - insert statementorg.dromara.hmily.tac.sqlparser.model.common.statement.HmilyStatement executeDeleteStatement(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.DeleteStatement deleteStatement)
deleteStatement - delete statementCopyright © 2022 dromara. All rights reserved.