ch.qos.logback.core.db
Class DBHelper

java.lang.Object
  extended by ch.qos.logback.core.db.DBHelper

public class DBHelper
extends Object

Author:
Ceki Gülcü

Constructor Summary
DBHelper()
           
 
Method Summary
static void closeConnection(Connection connection)
           
static void closeStatement(Statement statement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBHelper

public DBHelper()
Method Detail

closeConnection

public static void closeConnection(Connection connection)

closeStatement

public static void closeStatement(Statement statement)


Copyright © 2005-2012 QOS.ch. All Rights Reserved.