Uses of Class
org.apache.shardingsphere.distsql.parser.segment.DataSourceSegment
-
Packages that use DataSourceSegment Package Description org.apache.shardingsphere.distsql.parser.segment org.apache.shardingsphere.distsql.parser.segment.converter -
-
Uses of DataSourceSegment in org.apache.shardingsphere.distsql.parser.segment
Subclasses of DataSourceSegment in org.apache.shardingsphere.distsql.parser.segment Modifier and Type Class Description classHostnameAndPortBasedDataSourceSegmentHostname and port based data source segment.classURLBasedDataSourceSegmentURL based data source segment. -
Uses of DataSourceSegment in org.apache.shardingsphere.distsql.parser.segment.converter
Method parameters in org.apache.shardingsphere.distsql.parser.segment.converter with type arguments of type DataSourceSegment Modifier and Type Method Description static Map<String,DataSourceProperties>DataSourceSegmentsConverter. convert(DatabaseType databaseType, Collection<DataSourceSegment> dataSourceSegments)Convert data source segments to data source properties map.
-