Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: Added Clob and Blob data to BIRT Sample Database

- Summary:

Added Clob and Blob data to BIRT Sample Database

 

- Bugzilla Bug(s) Resolved:

n/a

 

- Description:

Created a new table, productLines, which has two LOB data columns, in the Classic Models Inc. Sample Database:

            htmlDescription: CLOB data type; contains an HTML document that describes a product line

            image: BLOB data type. Contains JPEG image data for a product line.

 

Also made a small fix in Data Engine code so it can more efficiently access Blob/Clob data

 

- Tests Description:

Data Engine JUnit Test

 

- Files Edited:

"/org.eclipse.birt.report.data.oda.sampledb/db/BirtSample.jar"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/ResultObject.java"

 

- Files Added:

 

 

- Notes to Build Team:

 

 

- Notes to Developers:

 

 

- Notes to QA:

 

 

- Notes to Documentation:

 

 

 


Back to the top