doInsert, doUpdate, and doDelete methods use prepared statements. There are no non-preparedstatement alternatives.
john mcnally Geoff Fortytwo wrote: > > I know that to get select statements to use preparedstatements I need to > replace > "BasePeer.doSelect" with "BasePeer.doPSSelect" > in all the torque generated files. > > Even though I'm using a connection pool, it's still more efficient for me > to use preparedstatements for everything because Oracle caches all > preparedstatements on the database side, so is there any way to make the > insert, update, and delete statements also used preparedstatements? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
