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 DriverPropertyInfovoid
postInitialization()
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, reset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
postInitialization
in interfacePropertySet
- Overrides:
postInitialization
in classDefaultPropertySet
-
exposeAsDriverPropertyInfo
public java.util.List<java.sql.DriverPropertyInfo> exposeAsDriverPropertyInfo() throws java.sql.SQLExceptionDescription copied from interface:JdbcPropertySet
Exposes all ConnectionPropertyInfo instances as DriverPropertyInfo- Specified by:
exposeAsDriverPropertyInfo
in interfaceJdbcPropertySet
- Returns:
- a
List
of all ConnectionPropertyInfo instances, as DriverPropertyInfo - Throws:
java.sql.SQLException
- if an error occurs
-