org.apache.log.output.db
public class NormalizedJDBCTarget extends DefaultJDBCTarget
Parts based on JDBC logger from prottomatter by Nate Sammons
| Constructor Summary | |
|---|---|
| NormalizedJDBCTarget(DataSource dataSource, String table, ColumnInfo[] columns) | |
| Method Summary | |
|---|---|
| protected int | getID(String tableName, HashMap idMap, String instance) |
| protected void | specifyColumn(PreparedStatement statement, int index, LogEvent event)
Adds a single object into statement. |