net.sf.dropboxmq.workflow.persistence.jdbc
Class JDBCHelper

java.lang.Object
  extended by net.sf.dropboxmq.workflow.persistence.jdbc.JDBCHelper

public class JDBCHelper
extends Object

Created: 04 Feb 2011

Version:
$Revision$, $Date$
Author:
Dwayne Schultz

Constructor Summary
JDBCHelper()
           
 
Method Summary
 int getLastInsertId(Connection connection)
           
 void safeClose(PreparedStatement statement)
           
 int selectSingleInt(PreparedStatement statement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCHelper

public JDBCHelper()
Method Detail

getLastInsertId

public int getLastInsertId(Connection connection)

selectSingleInt

public int selectSingleInt(PreparedStatement statement)
                    throws SQLException
Throws:
SQLException

safeClose

public void safeClose(PreparedStatement statement)