org.apache.log4j.db
Class DBHelper

java.lang.Object
  extended by org.apache.log4j.db.DBHelper

public class DBHelper
extends java.lang.Object

Author:
Ceki Gülcü

Field Summary
static short EXCEPTION_EXISTS
           
static short PROPERTIES_EXIST
           
 
Constructor Summary
DBHelper()
           
 
Method Summary
static void closeConnection(java.sql.Connection connection)
           
static void closeStatement(java.sql.Statement statement)
           
static short computeReferenceMask(org.apache.log4j.spi.LoggingEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

DBHelper

public DBHelper()
Method Detail

computeReferenceMask

public static short computeReferenceMask(org.apache.log4j.spi.LoggingEvent event)

closeConnection

public static void closeConnection(java.sql.Connection connection)

closeStatement

public static void closeStatement(java.sql.Statement statement)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.