Package com.mysql.cj.jdbc
Interface JdbcPropertySet
- All Superinterfaces:
PropertySet
- All Known Implementing Classes:
JdbcPropertySetImpl
,MysqlConnectionPoolDataSource
,MysqlDataSource
,MysqlXADataSource
public interface JdbcPropertySet extends PropertySet
-
Method Summary
Modifier and Type Method Description java.util.List<java.sql.DriverPropertyInfo>
exposeAsDriverPropertyInfo()
Exposes all ConnectionPropertyInfo instances as DriverPropertyInfoMethods inherited from interface com.mysql.cj.conf.PropertySet
addProperty, exposeAsProperties, getBooleanProperty, getBooleanProperty, getEnumProperty, getEnumProperty, getIntegerProperty, getIntegerProperty, getLongProperty, getLongProperty, getMemorySizeProperty, getMemorySizeProperty, getProperty, getProperty, getStringProperty, getStringProperty, initializeProperties, postInitialization, removeProperty, removeProperty, reset
-
Method Details
-
exposeAsDriverPropertyInfo
java.util.List<java.sql.DriverPropertyInfo> exposeAsDriverPropertyInfo() throws java.sql.SQLExceptionExposes all ConnectionPropertyInfo instances as DriverPropertyInfo- Returns:
- a
List
of all ConnectionPropertyInfo instances, as DriverPropertyInfo - Throws:
java.sql.SQLException
- if an error occurs
-