public Statement newStatement(Agent agent,
org.apache.derby.client.am.Connection connection, int type,
int concurrency, int holdability,
int autoGeneratedKeys, String[] columnNames)
throws SqlException {
return new Statement(agent,connection,type,concurrency,holdability,
autoGeneratedKeys,columnNames);
}