org.hsqldb
Class DatabaseScript

java.lang.Object
  extended byorg.hsqldb.DatabaseScript

public class DatabaseScript
extends Object

Script generation.

Version:
1.7.2

Constructor Summary
DatabaseScript()
           
 
Method Summary
static Result getScript(Database dDatabase, boolean bCached)
          Returns the DDL and all other statements for the database excluding INSERT and SET READONLY statements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseScript

public DatabaseScript()
Method Detail

getScript

public static Result getScript(Database dDatabase,
                               boolean bCached)
Returns the DDL and all other statements for the database excluding INSERT and SET READONLY statements. bCached == true indicates that SET INDEX statements should also be included. This class should not have any dependencies on metadata reporting.



Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.