org.osjava.oscube.service.store
Class CallableJdbcStore

java.lang.Object
  extended byorg.osjava.oscube.service.store.JdbcStore
      extended byorg.osjava.oscube.service.store.CallableJdbcStore
All Implemented Interfaces:
Store

public class CallableJdbcStore
extends JdbcStore


Constructor Summary
CallableJdbcStore()
           
 
Method Summary
protected  int executeSql(Connection conn, String sql, Object[] row, org.apache.commons.dbutils.QueryRunner queryRunner)
           
protected  void fillStatement(PreparedStatement stmt, Object[] params)
           
 
Methods inherited from class org.osjava.oscube.service.store.JdbcStore
exists, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableJdbcStore

public CallableJdbcStore()
Method Detail

executeSql

protected int executeSql(Connection conn,
                         String sql,
                         Object[] row,
                         org.apache.commons.dbutils.QueryRunner queryRunner)
                  throws SQLException
Overrides:
executeSql in class JdbcStore
Throws:
SQLException

fillStatement

protected void fillStatement(PreparedStatement stmt,
                             Object[] params)
                      throws SQLException
Throws:
SQLException


Copyright © 2003-2005 OSJava. All Rights Reserved.