net.darkmist.alib.db
Class DbUtil

java.lang.Object
  extended by net.darkmist.alib.db.DbUtil

public final class DbUtil
extends Object


Method Summary
static void cleanup(PreparedStatement stmt)
           
static void cleanup(PreparedStatement stmt, ResultSet rs)
           
static void cleanup(ResultSet rs)
           
static void cleanup(ResultSet rs, PreparedStatement stmt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

cleanup

public static void cleanup(PreparedStatement stmt)

cleanup

public static void cleanup(ResultSet rs)

cleanup

public static void cleanup(ResultSet rs,
                           PreparedStatement stmt)

cleanup

public static void cleanup(PreparedStatement stmt,
                           ResultSet rs)


Copyright © 2012. All Rights Reserved.