edu.ogi.cse.xs.mapping
Class RelationalSchemaGenerator

java.lang.Object
  extended by edu.ogi.cse.xs.mapping.RelationalSchemaGenerator

public class RelationalSchemaGenerator
extends java.lang.Object


Constructor Summary
RelationalSchemaGenerator(XSInstance xs)
           
RelationalSchemaGenerator(XSInstance xs, DBConnection conn)
           
 
Method Summary
static java.lang.String getDataDirectory()
           
 XToRMapping getMapping()
           
static void main(java.lang.String[] args)
           
 void process()
           
 XToRMapping process(boolean genRelSchemaInDB)
           
 void setDBConnection(DBConnection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationalSchemaGenerator

public RelationalSchemaGenerator(XSInstance xs)

RelationalSchemaGenerator

public RelationalSchemaGenerator(XSInstance xs,
                                 DBConnection conn)
Method Detail

process

public void process()

getMapping

public XToRMapping getMapping()

process

public XToRMapping process(boolean genRelSchemaInDB)

setDBConnection

public void setDBConnection(DBConnection conn)

getDataDirectory

public static java.lang.String getDataDirectory()

main

public static void main(java.lang.String[] args)