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(DataSource dataSource,
String table,
ColumnInfo[] columns)
Creation of a new JDBC logging target.
|
NormalizedJDBCTarget(DataSource dataSource,
String table,
ColumnInfo[] columns) |
Copyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.