aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/oracle/header.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-25Implement bulk database operation support for Oracle and SQL ServerBoris Kolpackov1-0/+30
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-04-23Polymorphic inheritance supportBoris Kolpackov1-13/+20
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
2012-01-22Pass precision and scale to Oracle query_paramBoris Kolpackov1-13/+10
2012-01-22Rename range to precision in Oracle generatorBoris Kolpackov1-3/+3
2012-01-20Remove unnecessary newlineBoris Kolpackov1-2/+1
2011-11-30Merge LOB callback function and context into structBoris Kolpackov1-1/+0
2011-11-29Cosmetic changesBoris Kolpackov1-1/+1
2011-11-16Allocate position context in oracle::lob struct instead of in Oracle LOB imageConstantin Michael1-1/+0
2011-11-15Refactor LOB descriptor, callback context, and temporary buffer handlingConstantin Michael1-1/+1
2011-11-09Make sure we can use same type as both container and simple valueBoris Kolpackov1-1/+1
2011-11-08Add support for Oracle INTERVAL temporal typesConstantin Michael1-5/+17
2011-11-01Rename local variable to improve readabilityConstantin Michael1-3/+3
2011-11-01Use lob_auto_descriptor pointer as LOB image typeConstantin Michael1-2/+1
2011-11-01Generate an image inline function that will return its change_callback memberConstantin Michael1-2/+20
2011-11-01Do not generate image version or change_callback members for abstract objectsConstantin Michael1-1/+1
2011-11-01Implement query image change callback machineryConstantin Michael1-0/+13
2011-10-21Update code generation to support use of SQLT_NUM OCI type instead of SQLT_VNUConstantin Michael1-3/+3
2011-10-21Do not allocate a buffer for LOB images as connections now maintain oneConstantin Michael1-1/+0
2011-10-21Generate object traits auto id flag for all databasesConstantin Michael1-17/+0
2011-10-21Generate Oracle code using updated bind callback and context membersConstantin Michael1-2/+2
2011-10-21Aesthetic changes and syntax correctionsConstantin Michael1-2/+4
2011-10-21Use an auto_descriptor to manage a bound result LOBConstantin Michael1-1/+18
2011-10-21Enforce maximum byte length for CHAR, NCHAR, VARCHAR2 and NVARCHAR2 imagesConstantin Michael1-2/+10
2011-10-21Add an additional byte of storage to the big_int image for a terminator byteConstantin Michael1-2/+3
2011-10-21Aesthetic changes and comment additionsConstantin Michael1-0/+3
2011-10-21Add Oracle header and source implementationsConstantin Michael1-0/+176