Package org.apache.log4j.db
Class DBHelper
- java.lang.Object
-
- org.apache.log4j.db.DBHelper
-
public class DBHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static short
EXCEPTION_EXISTS
static short
PROPERTIES_EXIST
-
Constructor Summary
Constructors Constructor Description DBHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
closeConnection(java.sql.Connection connection)
static void
closeStatement(java.sql.Statement statement)
static short
computeReferenceMask(org.apache.log4j.spi.LoggingEvent event)
-
-
-
Field Detail
-
PROPERTIES_EXIST
public static final short PROPERTIES_EXIST
- See Also:
- Constant Field Values
-
EXCEPTION_EXISTS
public static final short EXCEPTION_EXISTS
- See Also:
- Constant Field Values
-
-