Uses of Class
org.apache.shardingsphere.data.pipeline.api.metadata.ColumnName
-
Packages that use ColumnName Package Description org.apache.shardingsphere.data.pipeline.api.config.ingest -
-
Uses of ColumnName in org.apache.shardingsphere.data.pipeline.api.config.ingest
Methods in org.apache.shardingsphere.data.pipeline.api.config.ingest that return types with arguments of type ColumnName Modifier and Type Method Description Optional<Set<ColumnName>>DumperConfiguration. getColumnNameSet(String actualTableName)Get column name set of table.
-