Выглядет вот так в config file:
Code: Select all
{ call ? := getdata.getuniongroupintersectXXXX(?, ?, ?, ?, ?) }
Code: Select all
cs.registerOutParameter( 1, OracleTypes.CURSOR );
cs.setString( 2, state );
cs.setInt( 3, group1TableID );
cs.setARRAY( 4, arrayParam1 );
cs.setInt( 5, group2TableID );
cs.setARRAY( 6, arrayParam2 );
Спасибо.