| java.lang.Object org.hsqldb.DatabaseScript
DatabaseScript | public class DatabaseScript (Code) | | Script generation.
The core functionality of this class was inherited from Hypersonic and
extensively rewritten and extended in successive versions of HSQLDB.
author: Thomas Mueller (Hypersonic SQL Group) author: fredt@users version: 1.8.0 since: 1.7.0 |
addSchemaStatements | static void addSchemaStatements(Database database, Result r, boolean indexRoots)(Code) | | |
getDataSource | static String getDataSource(Table t)(Code) | | Generates the SET TABLE SOURCE statement for a
text table;
|
getDataSourceHeader | static String getDataSourceHeader(Table t)(Code) | | Generates the SET TABLE SOURCE HEADER statement for a
text table;
|
getScript | public static Result getScript(Database database, boolean indexRoots)(Code) | | Returns the DDL and all other statements for the database excluding
INSERT and SET READONLY statements.
cachedData == true indicates that SET INDEX statements should
also be included.
This class should not have any dependencies on metadata reporting.
|
|
|