| Package | Description |
|---|---|
| oracle.ucp.jdbc |
Includes various interfaces and classes used by applications to work
with JDBC connections and a connection pool.
|
| oracle.ucp.util |
| Modifier and Type | Field | Description |
|---|---|---|
protected OpaqueString |
UCPConnectionBuilderImpl.password |
|
protected OpaqueString |
UCPXAConnectionBuilderImpl.password |
| Modifier and Type | Method | Description |
|---|---|---|
OpaqueString |
JDBCConnectionRetrievalInfo.getPassword() |
Gets the password.
|
| Modifier and Type | Method | Description |
|---|---|---|
JDBCConnectionRetrievalInfo.Builder |
JDBCConnectionRetrievalInfo.Builder.password(OpaqueString password) |
| Constructor | Description |
|---|---|
JDBCConnectionRetrievalInfo(String user,
OpaqueString password) |
Constructor.
|
JDBCConnectionRetrievalInfo(String user,
OpaqueString password,
Properties labels) |
Constructor.
|
| Modifier and Type | Field | Description |
|---|---|---|
static OpaqueString |
OpaqueString.EMPTY |
|
static OpaqueString |
OpaqueString.NULL |
| Modifier and Type | Method | Description |
|---|---|---|
static OpaqueString |
OpaqueString.newOpaqueString(String s) |
return a new OpaqueString storing the argument
|
Copyright © 2008, 2017, Oracle. All rights reserved.