public class SQLGenerator extends Object implements Closeable
| Constructor and Description |
|---|
SQLGenerator(BufferedWriter metaWriter,
BufferedWriter dataWriter,
Map<String,String> config) |
SQLGenerator(Path metaSQL,
Path dataSQL,
Map<String,String> config,
boolean overwrite) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
setWarningHandler(Consumer<String> handler) |
void |
writeOntologySQL(Ontology ontology) |
public SQLGenerator(BufferedWriter metaWriter, BufferedWriter dataWriter, Map<String,String> config) throws IOException, SQLException
IOExceptionSQLExceptionpublic SQLGenerator(Path metaSQL, Path dataSQL, Map<String,String> config, boolean overwrite) throws IOException, SQLException
IOExceptionSQLExceptionpublic void writeOntologySQL(Ontology ontology) throws SQLException, OntologyException
SQLExceptionOntologyExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2013–2017 R.W.Majeed. All rights reserved.