summaryrefslogtreecommitdiff
path: root/odb/relational/oracle/source.cxx
AgeCommit message (Expand)AuthorFilesLines
2011-10-21Update code generation to support use of SQLT_NUM OCI type instead of SQLT_VNUConstantin Michael1-0/+1
2011-10-21Do not allocate a buffer for LOB images as connections now maintain oneConstantin Michael1-9/+6
2011-10-21Generate Oracle code using updated bind callback and context membersConstantin Michael1-5/+4
2011-10-21Initialize position context to zero prior to Oracle LOB set_image callConstantin Michael1-1/+2
2011-10-21Utilize the RAW buffer typeConstantin Michael1-1/+1
2011-10-21Generate select_statement::stream_result in Oracle sourceConstantin Michael1-0/+6
2011-10-21Update init_image and init_value generation to use updated LOB traitsConstantin Michael1-2/+0
2011-10-21Remove local is_null variable used during value initializationConstantin Michael1-17/+20
2011-10-21Initialise lob_callback member of oracle::bind structureConstantin Michael1-0/+2
2011-10-21Correct bind::capacity initialization expression for big_int and stringConstantin Michael1-4/+4
2011-10-21Aesthetic changes and comment additionsConstantin Michael1-7/+6
2011-10-21Add Oracle header and source implementationsConstantin Michael1-0/+765