aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/statement.cxx
AgeCommit message (Expand)AuthorFilesLines
2011-11-11Use OCI_DEFINE_SOFT in OCIDefineByPos when rebindingBoris Kolpackov1-1/+1
2011-11-10Add descriptor management flags for TIMESTAMP and INTERVAL image typesBoris Kolpackov1-121/+324
2011-11-10Cosmetic changesBoris Kolpackov1-4/+4
2011-11-10Set LOB parameter capacity in runtime instead of in generated codeConstantin Michael1-0/+8
2011-11-09Avoid copying statement text if it is statically allocatedBoris Kolpackov1-20/+104
2011-11-08Add support for SQL statement tracingBoris Kolpackov1-3/+230
2011-11-08Stylistic fixesBoris Kolpackov1-3/+3
2011-11-08Use OraText instead of text or oratextBoris Kolpackov1-1/+1
2011-11-08Restore LOB prefetch resetting code (again)Boris Kolpackov1-2/+33
2011-11-08Improve INTERVAL and TIMESTAMP descriptor type manipulationConstantin Michael1-12/+12
2011-11-08Pass LOB capacity using bind::capacity member instead of deriving at run-timeConstantin Michael1-3/+1
2011-11-08Implement support for Oracle temporal typesConstantin Michael1-180/+382
2011-11-03Add position context to LOB result callbackBoris Kolpackov1-0/+2
2011-11-02Revert previous commit: failing to reset lob prefetch size leads to ORA-03106Boris Kolpackov1-0/+27
2011-11-01Do not reset the lob prefetch buffer size while rebinding result parametersConstantin Michael1-23/+0
2011-11-01Implement support for optimistic concurrencyBoris Kolpackov1-3/+2
2011-11-01Rework statement interfaces wrt param/result passingBoris Kolpackov1-32/+29
2011-11-01Immediately specify a query as done if on execution the result set is emptyConstantin Michael1-1/+1
2011-11-01Store the OCIDefine handle for LOB result parameters and reuse it on rebindingConstantin Michael1-1/+8
2011-11-01Correct placeholder variable type used in call to OCIAttrSetConstantin Michael1-2/+6
2011-11-01Implement change callbacks for object_result and view_resultConstantin Michael1-0/+91
2011-11-01Implement query image change callback machineryConstantin Michael1-0/+5
2011-10-20Aesthetic changesConstantin Michael1-2/+2
2011-10-20Use SQLT_NUM instead of SQLT_VNU OCI type due to inconsistent buffer lengthsConstantin Michael1-2/+2
2011-10-20Do not throw on a unique constraint violation during an insertConstantin Michael1-1/+13
2011-10-20Correct bind offset error arising due to OCI using 1 based indicesConstantin Michael1-1/+1
2011-10-20Correct usage of details::buffer instance during callbacks and LOB streamingConstantin Michael1-9/+19
2011-10-17Allocate LOB manipulation buffer in connection instance instead of in imageConstantin Michael1-13/+23
2011-10-14Correct the LOB callback aspects of the bind mechanismConstantin Michael1-13/+12
2011-10-14Correct logic used to indicate exhaustion of query result dataConstantin Michael1-2/+4
2011-10-14Small bug fixes and aesthetic changesConstantin Michael1-8/+10
2011-10-14Const qualify buffer argument in parameter callback function signatureConstantin Michael1-1/+1
2011-10-14Adhere to OCI recommendations for unused arguments when binding callbacksConstantin Michael1-6/+7
2011-10-14Create separate OCI buffer type lookups for parameter and result buffersConstantin Michael1-6/+26
2011-10-14Add a RAW buffer typeConstantin Michael1-12/+13
2011-10-14Use an auto_descriptor pointer to manage a bound result LOBConstantin Michael1-1/+27
2011-10-06Add commentsConstantin Michael1-0/+5
2011-09-29Add assertion for mismatch of result set column countConstantin Michael1-2/+14
2011-09-29Implement custom bind buffer type identifiers.Constantin Michael1-11/+64
2011-09-27Add sanity check for integer buffer capacity in OCI versions earlier than 11.2Constantin Michael1-0/+20
2011-09-23Correct missing variable declarationConstantin Michael1-0/+1
2011-09-23Correct commentConstantin Michael1-4/+4
2011-09-21Improve LOB streaming in select statementConstantin Michael1-32/+10
2011-09-19Refactor stream_lobs so that base statement class does not maintain stateConstantin Michael1-22/+29
2011-09-16Allow select statement without parametersConstantin Michael1-1/+12
2011-09-16Corrections to LOB parameter and results callback implementationConstantin Michael1-122/+111
2011-09-14Corrections and additions to LOB parameter and results callback implementationConstantin Michael1-75/+134
2011-09-14Implement LOB result callbacks using OCI LOB interfaceConstantin Michael1-98/+145
2011-09-13Implement LOB read and write support using OCI callbacksConstantin Michael1-20/+140
2011-09-13Revert to previous select statement interfaceConstantin Michael1-14/+12