Log4j 1.3alpha-6

org.apache.log4j.db
Class DBHelper

java.lang.Object
  |
  +--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(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 short PROPERTIES_EXIST

EXCEPTION_EXISTS

public static short EXCEPTION_EXISTS
Constructor Detail

DBHelper

public DBHelper()
Method Detail

computeReferenceMask

public static short computeReferenceMask(LoggingEvent event)

closeConnection

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

closeStatement

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

Log4j 1.3alpha-6

Copyright 2000-2005 Apache Software Foundation.