*/
public CallableStatement newCallableStatement(Agent agent,
org.apache.derby.client.am.Connection connection,
String sql,int type,int concurrency,
int holdability,ClientPooledConnection cpc) throws SqlException {
return new CallableStatement(agent,connection,sql,type,
concurrency,holdability,cpc);
}