NpsPreparedStatement class

NpsPreparedStatement can be applied to implement SQL statement precompiled by ORACLE. Database connection will adopt DataSource name as "nps" defined in db.xml. As default, the database connection transaction won’t be automatically submitted. Use “session.Commit()” to submit transaction. Use “session.Rollback()” to rollback transaction.

Currently, large object (CLOB, BLOB, LONG) and array is not supported.

top

Method Summary