public interface ShardingSphereDataCollector
extends org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<ShardingSphereTableData> |
collect(ShardingSphereDatabase shardingSphereDatabase,
ShardingSphereTable table)
Collect.
|
Optional<ShardingSphereTableData> collect(ShardingSphereDatabase shardingSphereDatabase, ShardingSphereTable table) throws SQLException
shardingSphereDatabase - ShardingSphere databasetable - tableSQLException - sql exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.