接口 JdbcPropertySet

    • 方法详细资料

      • exposeAsDriverPropertyInfo

        DriverPropertyInfo[] exposeAsDriverPropertyInfo​(Properties info,
                                                        int slotsToReserve)
                                                 throws SQLException
        Exposes all ConnectionPropertyInfo instances as DriverPropertyInfo
        参数:
        info - the properties to load into these ConnectionPropertyInfo instances
        slotsToReserve - the number of DPI slots to reserve for 'standard' DPI properties (user, host, password, etc)
        返回:
        a list of all ConnectionPropertyInfo instances, as DriverPropertyInfo
        抛出:
        SQLException - if an error occurs