kieker.monitoring.writer.database
Class DBWriterHelper
java.lang.Object
kieker.monitoring.writer.database.DBWriterHelper
public final class DBWriterHelper
- extends Object
- Author:
- Jan Waller
DBWriterHelper
public DBWriterHelper(Connection connection,
String indexTablename,
boolean overwrite)
throws SQLException
- Throws:
SQLException
DBWriterHelper
public DBWriterHelper(Connection connection,
String indexTablename,
AtomicInteger tableCounter,
boolean overwrite)
throws SQLException
- Throws:
SQLException
createTable
public String createTable(String classname,
Class<?>... columns)
throws SQLException
- Throws:
SQLException
createIndexTable
public void createIndexTable()
throws SQLException
- Throws:
SQLException
set
public boolean set(PreparedStatement preparedStatement,
int parameterIndex,
Object value)
throws SQLException
- Throws:
SQLException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright 2012 Kieker Project, http://kieker-monitoring.net>