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