@Override
public DriverPropertyInfo[] getPropertyInfo( String url,
Properties info ) throws SQLException {
// Get the connection information ...
RepositoryDelegate repositoryDelegate = delegateFactory.createRepositoryDelegate(url, info, this.contextFactory);
ConnectionInfo connectionInfo = repositoryDelegate.getConnectionInfo();
return connectionInfo.getPropertyInfos();
}