public interface JDBCPropertiesBean extends SettableBean
| Modifier and Type | Method and Description | 
|---|---|
| JDBCPropertyBean | createProperty(String name)Creates a new bean representing the specified JDBC property and
 adds it to the list of currently existing beans. | 
| JDBCPropertyBean | createProperty(String name,
              String value)Creates a new bean representing the specified JDBC property and
 value and adds it to the list of currently existing beans. | 
| void | destroyProperty(JDBCPropertyBean property)Destroys the bean representing the specified JDBC property
 and removes it from the list of currently existing beans. | 
| JDBCPropertyBean[] | getProperties()An array of beans, each of which represents a property. | 
| JDBCPropertyBean | lookupProperty(String name)The bean representing the specified JDBC property. | 
JDBCPropertyBean[] getProperties()
JDBCPropertyBean createProperty(String name)
name - JDBCPropertyBean createProperty(String name, String value)
name - value - JDBCPropertyBean lookupProperty(String name)
name - void destroyProperty(JDBCPropertyBean property)
property -