public interface JdbcPropertySet extends PropertySet
Modifier and Type | Method and Description |
---|---|
java.sql.DriverPropertyInfo[] |
exposeAsDriverPropertyInfo(java.util.Properties info,
int slotsToReserve)
Exposes all ConnectionPropertyInfo instances as DriverPropertyInfo
|
addProperty, exposeAsProperties, getBooleanProperty, getBooleanProperty, getEnumProperty, getEnumProperty, getIntegerProperty, getIntegerProperty, getLongProperty, getLongProperty, getMemorySizeProperty, getMemorySizeProperty, getProperty, getProperty, getStringProperty, getStringProperty, initializeProperties, postInitialization, removeProperty, removeProperty, reset
java.sql.DriverPropertyInfo[] exposeAsDriverPropertyInfo(java.util.Properties info, int slotsToReserve) throws java.sql.SQLException
info
- 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