Package com.mysql.cj.jdbc
Class JdbcPropertySetImpl
java.lang.Object
com.mysql.cj.conf.DefaultPropertySet
com.mysql.cj.jdbc.JdbcPropertySetImpl
- All Implemented Interfaces:
PropertySet,JdbcPropertySet,java.io.Serializable
- Direct Known Subclasses:
MysqlDataSource
public class JdbcPropertySetImpl extends DefaultPropertySet implements JdbcPropertySet
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JdbcPropertySetImpl() -
Method Summary
Modifier and Type Method Description java.util.List<java.sql.DriverPropertyInfo>exposeAsDriverPropertyInfo()Exposes all ConnectionPropertyInfo instances as DriverPropertyInfovoidpostInitialization()Methods inherited from class com.mysql.cj.conf.DefaultPropertySet
addProperty, exposeAsProperties, getBooleanProperty, getBooleanProperty, getEnumProperty, getEnumProperty, getIntegerProperty, getIntegerProperty, getLongProperty, getLongProperty, getMemorySizeProperty, getMemorySizeProperty, getProperty, getProperty, getStringProperty, getStringProperty, initializeProperties, removeProperty, removeProperty, resetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, removeProperty, removeProperty, reset
-
Constructor Details
-
JdbcPropertySetImpl
public JdbcPropertySetImpl()
-
-
Method Details
-
postInitialization
public void postInitialization()- Specified by:
postInitializationin interfacePropertySet- Overrides:
postInitializationin classDefaultPropertySet
-
exposeAsDriverPropertyInfo
public java.util.List<java.sql.DriverPropertyInfo> exposeAsDriverPropertyInfo() throws java.sql.SQLExceptionDescription copied from interface:JdbcPropertySetExposes all ConnectionPropertyInfo instances as DriverPropertyInfo- Specified by:
exposeAsDriverPropertyInfoin interfaceJdbcPropertySet- Returns:
- a
Listof all ConnectionPropertyInfo instances, as DriverPropertyInfo - Throws:
java.sql.SQLException- if an error occurs
-