aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/statement.hxx
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Implement support for optimistic concurrencyBoris Kolpackov1-1/+2
2011-11-01Rework statement interfaces wrt param/result passingBoris Kolpackov1-17/+16
2011-11-01Implement change callbacks for object_result and view_resultConstantin Michael1-0/+13
2011-09-19Refactor stream_lobs so that base statement class does not maintain stateConstantin Michael1-4/+8
2011-09-16Allow select statement without parametersConstantin Michael1-0/+6
2011-09-16Corrections to LOB parameter and results callback implementationConstantin Michael1-10/+12
2011-09-14Corrections and additions to LOB parameter and results callback implementationConstantin Michael1-1/+3
2011-09-14Implement LOB result callbacks using OCI LOB interfaceConstantin Michael1-6/+7
2011-09-13Implement LOB read and write support using OCI callbacksConstantin Michael1-0/+6
2011-09-13Revert to previous select statement interfaceConstantin Michael1-45/+6
2011-09-08Implement SQLite style select statement interfaceConstantin Michael1-7/+36
2011-09-08Update commentsConstantin Michael1-8/+14
2011-09-08Rename insert_statement::id_bind_type union membersConstantin Michael1-2/+2
2011-09-08Add bind array offset argument to statement::bind_paramConstantin Michael1-3/+1
2011-09-07Add implementations for insert, update, delete, and select statementsConstantin Michael1-0/+182