public static class JDBCConnectionRetrievalInfo.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
JDBCConnectionRetrievalInfo |
build() |
JDBCConnectionRetrievalInfo.Builder |
labels(Properties labels) |
JDBCConnectionRetrievalInfo.Builder |
password(String password) |
JDBCConnectionRetrievalInfo.Builder |
pdbRoles(Properties pdbRoles) |
JDBCConnectionRetrievalInfo.Builder |
proxyProperties(int type,
Properties proxyProperties) |
JDBCConnectionRetrievalInfo.Builder |
serviceName(String serviceName) |
JDBCConnectionRetrievalInfo.Builder |
shardingKey(OracleShardingKey shardingKey) |
JDBCConnectionRetrievalInfo.Builder |
superShardingKey(OracleShardingKey superKey) |
JDBCConnectionRetrievalInfo.Builder |
user(String user) |
public JDBCConnectionRetrievalInfo.Builder user(String user)
public JDBCConnectionRetrievalInfo.Builder password(String password)
public JDBCConnectionRetrievalInfo.Builder labels(Properties labels)
public JDBCConnectionRetrievalInfo.Builder proxyProperties(int type, Properties proxyProperties)
public JDBCConnectionRetrievalInfo.Builder serviceName(String serviceName)
public JDBCConnectionRetrievalInfo.Builder shardingKey(OracleShardingKey shardingKey)
public JDBCConnectionRetrievalInfo.Builder superShardingKey(OracleShardingKey superKey)
public JDBCConnectionRetrievalInfo.Builder pdbRoles(Properties pdbRoles)
public JDBCConnectionRetrievalInfo build()
Copyright © 2008, 2016, Oracle. All rights reserved.