public interface CreateTableSQLGenerator
extends org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
| Modifier and Type | Method and Description |
|---|---|
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 © 2023 The Apache Software Foundation. All rights reserved.