类 JdbcPropertySetImpl
- java.lang.Object
-
- com.mysql.cj.conf.DefaultPropertySet
-
- com.mysql.cj.jdbc.JdbcPropertySetImpl
-
- 所有已实现的接口:
PropertySet,JdbcPropertySet,Serializable
- 直接已知子类:
MysqlDataSource
public class JdbcPropertySetImpl extends DefaultPropertySet implements JdbcPropertySet
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 JdbcPropertySetImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<DriverPropertyInfo>exposeAsDriverPropertyInfo()Exposes all ConnectionPropertyInfo instances as DriverPropertyInfovoidpostInitialization()-
从类继承的方法 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
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 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
-
-
-
-
方法详细资料
-
postInitialization
public void postInitialization()
- 指定者:
postInitialization在接口中PropertySet- 覆盖:
postInitialization在类中DefaultPropertySet
-
exposeAsDriverPropertyInfo
public List<DriverPropertyInfo> exposeAsDriverPropertyInfo() throws SQLException
从接口复制的说明:JdbcPropertySetExposes all ConnectionPropertyInfo instances as DriverPropertyInfo- 指定者:
exposeAsDriverPropertyInfo在接口中JdbcPropertySet- 返回:
- a
Listof all ConnectionPropertyInfo instances, as DriverPropertyInfo - 抛出:
SQLException- if an error occurs
-
-