public class JDBCOutputAdapter extends Object implements OutputAdapter
OutputAdapter
Constructor and Description |
---|
JDBCOutputAdapter(Connection connection,
String tableName)
Creates new JDBCOutputAdapter with specifed database connection and table
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close destination after writing is finnished.
|
void |
writeOutput(double[] output)
Writes specified output to table in database
|
public JDBCOutputAdapter(Connection connection, String tableName)
connection
- database connectiontableName
- table to put data intopublic void writeOutput(double[] output)
writeOutput
in interface OutputAdapter
output
- public void close()
OutputAdapter
close
in interface OutputAdapter
Copyright © 2019 Neuroph Project. All rights reserved.