Class HostnameAndPortBasedDataSourceSegment
- java.lang.Object
-
- org.apache.shardingsphere.distsql.parser.segment.DataSourceSegment
-
- org.apache.shardingsphere.distsql.parser.segment.HostnameAndPortBasedDataSourceSegment
-
- All Implemented Interfaces:
org.apache.shardingsphere.sql.parser.api.ASTNode
public final class HostnameAndPortBasedDataSourceSegment extends DataSourceSegment
Hostname and port based data source segment.
-
-
Constructor Summary
Constructors Constructor Description HostnameAndPortBasedDataSourceSegment(String name, String hostname, String port, String database, String user, String password, Properties props)
-