|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.log4j.jdbcplus.JDBCColumnStorage
Storage of the columns
Field Summary | |
String |
column
Column name |
int |
logtype
Constant of class JDBCLogType |
int |
sqlType
Column SQL type |
String |
type
Column type name, e.g. |
Object |
value
JDBCLogType depending value |
Constructor Summary | |
JDBCColumnStorage(String column,
int logtype,
Object value,
String type,
int sqlType)
Constructor for the JDBCColumnStorage object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public String column
public int logtype
public Object value
public String type
Types
public int sqlType
Types
Constructor Detail |
public JDBCColumnStorage(String column, int logtype, Object value, String type, int sqlType)
column
- Column namelogtype
- Constant of class JDBCLogTypevalue
- JDBCLogType depending valuetype
- Column type namesqlType
- Column SQL type
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |