T - type of updatable RAL statementpublic interface RALUpdater<T extends org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement>
extends org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
| Modifier and Type | Method and Description |
|---|---|
void |
executeUpdate(String databaseName,
T sqlStatement)
Execute update.
|
void executeUpdate(String databaseName, T sqlStatement) throws SQLException
databaseName - database namesqlStatement - updatable RAL statementSQLException - SQL exceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.