public static class JDBCConnectionRetrievalInfo.Builder extends Object
| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
JDBCConnectionRetrievalInfo |
build() |
|
JDBCConnectionRetrievalInfo.Builder |
labels(Properties labels) |
|
JDBCConnectionRetrievalInfo.Builder |
password(OpaqueString 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(OpaqueString 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, 2017, Oracle. All rights reserved.