*/
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 CallableStatement40(agent,connection,sql,type,concurrency,
holdability,cpc);
}