public final class CreateTableStatementSchemaRefresher extends Object implements SchemaRefresher<org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateTableStatement>
| 构造器和说明 |
|---|
CreateTableStatementSchemaRefresher() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
refresh(ShardingSphereMetaData schemaMetaData,
Collection<String> logicDataSourceNames,
org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateTableStatement sqlStatement,
ConfigurationProperties props)
Refresh ShardingSphere schema.
|
public void refresh(ShardingSphereMetaData schemaMetaData, Collection<String> logicDataSourceNames, org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateTableStatement sqlStatement, ConfigurationProperties props) throws SQLException
SchemaRefresherrefresh 在接口中 SchemaRefresher<org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateTableStatement>schemaMetaData - schema meta datalogicDataSourceNames - route dataSource namessqlStatement - SQL statementprops - configuration propertiesSQLException - SQL exceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.