net.sf.dropboxmq.workflow.persistence.jdbc
Class JDBCHelper
java.lang.Object
net.sf.dropboxmq.workflow.persistence.jdbc.JDBCHelper
public class JDBCHelper
- extends Object
Created: 04 Feb 2011
- Version:
- $Revision$, $Date$
- Author:
- Dwayne Schultz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCHelper
public JDBCHelper()
getLastInsertId
public int getLastInsertId(Connection connection)
selectSingleInt
public int selectSingleInt(PreparedStatement statement)
throws SQLException
- Throws:
SQLException
safeClose
public void safeClose(PreparedStatement statement)