Database
blob.asc
Associated article: Blobs and Object-Oriented Database Engines
Tags: Database Design
_BLOBS AND OBJECT-ORIENTED DATABASE ENGINES_
by Sam Felton
[LISTING ONE]
/* blob.ddl--contains the schema definition, written in Raima Data
Definition Language */
database BLOB [4048] {
/* here we tell it into which file to put each object */
data file "blob.d01" ...


