return db.getPath();
}
@Override
public Object getCachedQuery(String key) {
throw new PageRuntimeException(new ServiceException("method [getQueryCache] is not supported for datasource service"));
//pageContext.getQueryCache().getQuery(sql,datasource,username,password,cachedafter)
// return null;
}