1 21 22 package org.apache.derby.impl.jdbc; 23 24 import java.sql.SQLException ; 25 26 40 41 public final class EmbedCallableStatement169 extends EmbedCallableStatement { 42 public EmbedCallableStatement169(EmbedConnection conn, String sql, 43 int resultSetType, int resultSetConcurrency, 44 int resultSetHoldability) throws SQLException { 45 super(conn, sql, resultSetType, resultSetConcurrency, 46 resultSetHoldability); 47 } 48 } | Popular Tags |