Class GenerateMap

java.lang.Object
   |
   +----GenerateMap

public class GenerateMap
extends Object
This application generates a map and a file of CREATE TABLE statements from an input document. The input document can be a DTD, DDML document, or XML document that has a DTD (including referencing an external DTD). The document type is determined from the extension: .dtd for DTDs and .ddm for DDML documents; everything else is assumed to be an XML document. The documents have the same base name as the input document, but uses extensions of .map and .sql.

The command line syntax for this application is:

    java GenerateMap 
 


Constructor Index

 o GenerateMap()

Method Index

 o main(String[])

Constructors

 o GenerateMap
 public GenerateMap()

Methods

 o main
 public static void main(String argv[])