public final class HmilyMySQLParserExecutor extends AbstractHmilySQLParserExecutor
| 构造器和说明 |
|---|
HmilyMySQLParserExecutor() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
generateHmilyDeleteStatement, generateHmilyInsertStatement, generateHmilyUpdateStatementpublic org.dromara.hmily.tac.sqlparser.model.common.statement.HmilyStatement executeUpdateStatement(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.UpdateStatement updateStatement)
HmilySQLParserExecutorupdateStatement - update statementpublic org.dromara.hmily.tac.sqlparser.model.common.statement.HmilyStatement executeInsertStatement(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.InsertStatement insertStatement)
HmilySQLParserExecutorinsertStatement - insert statementpublic org.dromara.hmily.tac.sqlparser.model.common.statement.HmilyStatement executeDeleteStatement(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.DeleteStatement deleteStatement)
HmilySQLParserExecutordeleteStatement - delete statementCopyright © 2022 dromara. All rights reserved.