org.hsqldb
Class DatabaseScript
java.lang.Object
org.hsqldb.DatabaseScript
- public class DatabaseScript
- extends Object
Script generation.
- Version:
- 1.7.2
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 |
DatabaseScript
public DatabaseScript()
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.