Examples in the clob-blob directory
The following table lists the files in the clob-blob directory.
Demo program name | Description |
---|---|
demo1.java | Shows how to create two tables with BLOB and CLOB columns and compare the data |
demo2.java | Shows how to create one table with BYTE and TEXT columns and a second table with BLOB and CLOB columns and how to compare the data |
demo3.java | Shows how to create one table with BLOB and CLOB columns and a second table with BYTE and TEXT columns and how to compare the data |
demo4.java | Shows how to create two tables with BYTE and TEXT columns and compare the data |
demo5.java | Shows how to store data from a file into a BLOB table column |
demo6.java | Shows how to read a portion of the data in a smart large object |
demo_11.java | Shows how to read data from a file into a buffer and write the contents of the buffer into a smart large object |
demo_13.java | Shows how to write data into a smart large object and then insert the smart large object into a table |
demo_14.java | Shows how to fetch smart large object data from a table |