Package org.apache.log4j.db
Class DBHelper
- java.lang.Object
-
- org.apache.log4j.db.DBHelper
-
public class DBHelper extends Object
- Author:
- Ceki Gülcü
-
-
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(Connection connection)
static void
closeStatement(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
-
-
Method Detail
-
computeReferenceMask
public static short computeReferenceMask(org.apache.log4j.spi.LoggingEvent event)
-
closeConnection
public static void closeConnection(Connection connection)
-
closeStatement
public static void closeStatement(Statement statement)
-
-