com.irisel.oms.dbh
Class StatementMgrImpl

java.lang.Object
  extended by com.irisel.oms.dbh.StatementMgrImpl
All Implemented Interfaces:
StatementManager

public class StatementMgrImpl
extends java.lang.Object
implements StatementManager


Constructor Summary
StatementMgrImpl()
           
 
Method Summary
 java.sql.PreparedStatement getPS(java.sql.Connection conn, java.lang.String sql)
           
 void savePS(java.lang.String sql, java.sql.PreparedStatement ps)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementMgrImpl

public StatementMgrImpl()
Method Detail

getPS

public java.sql.PreparedStatement getPS(java.sql.Connection conn,
                                        java.lang.String sql)
                                 throws java.sql.SQLException
Specified by:
getPS in interface StatementManager
Throws:
java.sql.SQLException

savePS

public void savePS(java.lang.String sql,
                   java.sql.PreparedStatement ps)
Specified by:
savePS in interface StatementManager