| Package | Description |
|---|---|
| org.apache.log.output.db |
Database output destination LogTargets.
|
| Modifier and Type | Field and Description |
|---|---|
private ColumnInfo[] |
DefaultJDBCTarget.m_columns |
| Modifier and Type | Method and Description |
|---|---|
protected ColumnInfo |
DefaultJDBCTarget.getColumn(int index)
Return the column info for an supplied index.
|
| Constructor and Description |
|---|
DefaultJDBCTarget(javax.sql.DataSource dataSource,
java.lang.String table,
ColumnInfo[] columns)
Creation of a new JDBC logging target.
|
NormalizedJDBCTarget(javax.sql.DataSource dataSource,
java.lang.String table,
ColumnInfo[] columns) |