org.osjava.oscube.service.store
Class CallableJdbcStore
java.lang.Object
org.osjava.oscube.service.store.JdbcStore
org.osjava.oscube.service.store.CallableJdbcStore
- All Implemented Interfaces:
- Store
- public class CallableJdbcStore
- extends JdbcStore
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallableJdbcStore
public CallableJdbcStore()
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.