public interface JdbcApiDao
| Modifier and Type | Method and Description |
|---|---|
void |
dropCache() |
void |
processProjectDetails(OutputStream outputStream,
String format,
Boolean compress) |
void |
processTsvRequest(ZipOutputStream out,
Boolean article293,
String fundingPrefix,
String filename) |
Map<String,String> |
readFundingpathIds() |
void |
streamProjects(String sql,
OutputStream out,
String head,
org.antlr.stringtemplate.StringTemplate projectTemplate,
String tail,
ValueCleaner cleaner) |
void processProjectDetails(OutputStream outputStream, String format, Boolean compress) throws IOException
IOExceptionvoid processTsvRequest(ZipOutputStream out, Boolean article293, String fundingPrefix, String filename) throws IOException
IOExceptionvoid streamProjects(String sql, OutputStream out, String head, org.antlr.stringtemplate.StringTemplate projectTemplate, String tail, ValueCleaner cleaner) throws IOException, SQLException
IOExceptionSQLExceptionvoid dropCache()
Copyright © 2025. All rights reserved.