public class JdbcPropertySetImpl extends DefaultPropertySet implements JdbcPropertySet
| Constructor and Description |
|---|
JdbcPropertySetImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.sql.DriverPropertyInfo[] |
exposeAsDriverPropertyInfo(java.util.Properties info,
int slotsToReserve)
Exposes all ConnectionPropertyInfo instances as DriverPropertyInfo
|
void |
postInitialization() |
addProperty, exposeAsProperties, getBooleanProperty, getBooleanProperty, getEnumProperty, getEnumProperty, getIntegerProperty, getIntegerProperty, getLongProperty, getLongProperty, getMemorySizeProperty, getMemorySizeProperty, getProperty, getProperty, getStringProperty, getStringProperty, initializeProperties, removeProperty, removeProperty, resetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddProperty, exposeAsProperties, getBooleanProperty, getBooleanProperty, getEnumProperty, getEnumProperty, getIntegerProperty, getIntegerProperty, getLongProperty, getLongProperty, getMemorySizeProperty, getMemorySizeProperty, getProperty, getProperty, getStringProperty, getStringProperty, initializeProperties, removeProperty, removeProperty, resetpublic void postInitialization()
postInitialization in interface PropertySetpostInitialization in class DefaultPropertySetpublic java.sql.DriverPropertyInfo[] exposeAsDriverPropertyInfo(java.util.Properties info,
int slotsToReserve)
throws java.sql.SQLException
JdbcPropertySetexposeAsDriverPropertyInfo in interface JdbcPropertySetinfo - the properties to load into these ConnectionPropertyInfo
instancesslotsToReserve - the number of DPI slots to reserve for 'standard' DPI
properties (user, host, password, etc)java.sql.SQLException - if an error occurs