com.hp.hpl.jena.sdb.sql
Class TableDump

java.lang.Object
  extended by com.hp.hpl.jena.sdb.sql.TableDump

public class TableDump
extends Object


Constructor Summary
TableDump()
           
 
Method Summary
static String dumpDB(Connection dbConn)
          Extract the schema Taken from http://www.isocra.com/articles/db2sql.java, with additions for indexes and vendor Copyright Isocra Ltd 2004
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableDump

public TableDump()
Method Detail

dumpDB

public static String dumpDB(Connection dbConn)
Extract the schema Taken from http://www.isocra.com/articles/db2sql.java, with additions for indexes and vendor Copyright Isocra Ltd 2004

Parameters:
dbConn - A database connection
Returns:
A string representation of the schema


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.