Uses of Interface
java.sql.ConnectionBuilder
Package
Description
Provides the API for accessing and processing data stored in a
data source (usually a relational database) using the
Java programming language.
Provides the API for server side data source access and processing from
the Java programming language.
-
Uses of ConnectionBuilder in java.sql
Modifier and TypeMethodDescriptionSpecifies the password to be used when creating a connectionConnectionBuilder.shardingKey(ShardingKey shardingKey)
Specifies ashardingKey
to be used when creating a connectionConnectionBuilder.superShardingKey(ShardingKey superShardingKey)
Specifies asuperShardingKey
to be used when creating a connectionSpecifies the username to be used when creating a connection -
Uses of ConnectionBuilder in javax.sql
Modifier and TypeMethodDescriptiondefault ConnectionBuilder
DataSource.createConnectionBuilder()
Create a newConnectionBuilder
instance