| Package | Description | 
|---|---|
| oracle.jdeveloper.db.adapter | 
 Contains the connection architecture (CA) implementation for database
connections. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.util.Collection<JDBCParameterInfo> | 
AbstractConnectionCreator.convertToJDBCParameterInfos(java.sql.DriverPropertyInfo[] infos)
Converts the given DriverPropertyInfo objects returned from the JDBC
 driver into a collection of JDBCParameterInfo objects. 
 | 
java.util.Collection<JDBCParameterInfo> | 
DerbyConnectionCreator.listJDBCParameterInfos(java.util.Properties connectionProps)  | 
java.util.Collection<JDBCParameterInfo> | 
ConnectionCreator.listJDBCParameterInfos(java.util.Properties connProperties)
Lists the information for jdbc parameters that are associated with the
 given connection. 
 | 
java.util.Collection<JDBCParameterInfo> | 
AbstractConnectionCreator.listJDBCParameterInfos(java.util.Properties connProperties)  |