|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Database | |
org.hsqldb | |
org.hsqldb.scriptio |
Uses of Database in org.hsqldb |
Fields in org.hsqldb declared as Database | |
protected Database |
Table.database
|
Methods in org.hsqldb with parameters of type Database | |
static Result |
DatabaseScript.getScript(Database dDatabase,
boolean bCached)
Returns the DDL and all other statements for the database excluding INSERT and SET |
static void |
ScriptRunner.runScript(Database database,
String scriptFilename,
int logType)
This is used to read the *.log file and manage any necessary transaction rollback. |
Session |
SessionManager.newSession(Database db,
org.hsqldb.User user,
boolean readonly)
Binds the specified Session object into this SessionManager's active Session registry. |
Constructors in org.hsqldb with parameters of type Database | |
SessionManager(Database db,
org.hsqldb.User sysUser)
Constructs an new SessionManager handling the specified Database using the specified SYS User |
Uses of Database in org.hsqldb.scriptio |
Methods in org.hsqldb.scriptio with parameters of type Database | |
static ScriptReaderBase |
ScriptReaderBase.newScriptReader(Database db,
String file,
int scriptType)
|
static ScriptWriterBase |
ScriptWriterBase.newScriptWriter(Database db,
String file,
boolean includeCachedData,
boolean newFile,
int scriptType)
|
Constructors in org.hsqldb.scriptio with parameters of type Database | |
ScriptWriterText(Database db,
String file,
boolean includeCachedData,
boolean newFile)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |