Split a long data string into clob chunks, which have a maximum size of CLOB_BATCH_SIZE and have all single quotes "'" replaced with the escaped version (two single quotes,
"''")
This method should incorporate information from the given DataTypeMapping to override
information from the Column model as appropriate to generate an oracle column definition.
This method should incorporate information from the given DataTypeMapping to override
information from the Column model as appropriate to generate an oracle column definition.
Parses the next line in the given reader and returns a MpxHeaderData built from header information
This method assumes the given reader is at the beginning of an mpx file
Build a map of resource locations to schema instances
This allows for defining a whole schema in one file, or breaking the definition up into separate files (one for tables, one for views, etc)