Interface JdbcPropertySet

All Superinterfaces:
PropertySet
All Known Implementing Classes:
JdbcPropertySetImpl, MysqlConnectionPoolDataSource, MysqlDataSource, MysqlXADataSource

public interface JdbcPropertySet
extends PropertySet
  • Method Details

    • exposeAsDriverPropertyInfo

      java.util.List<java.sql.DriverPropertyInfo> exposeAsDriverPropertyInfo() throws java.sql.SQLException
      Exposes all ConnectionPropertyInfo instances as DriverPropertyInfo
      Returns:
      a List of all ConnectionPropertyInfo instances, as DriverPropertyInfo
      Throws:
      java.sql.SQLException - if an error occurs