public interface CreateTableSQLGenerator
extends org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<String> |
generate(DataSource dataSource,
String schemaName,
String tableName)
Generate create table SQLs.
|
Collection<String> generate(DataSource dataSource, String schemaName, String tableName) throws SQLException
dataSource - dataSourceschemaName - schema nametableName - table nameSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.