|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV NEXT | ||||||||
Uses of Class
org.hsqldb.Database
| Uses of Database in org.hsqldb |
| Fields in org.hsqldb declared as Database | |
protected Database |
Table.dDatabase
|
private Database |
Session.dDatabase
|
private Database |
Servlet.dDatabase
|
(package private) Database |
Server.mDatabase
Description of the Field |
private Database |
Parser.dDatabase
|
private Database |
Log.dDatabase
|
(package private) Database |
jdbcConnection.dDatabase
This connection's in-process Database. |
private Database |
DatabaseInformation.dDatabase
|
private Database |
HypersonicDBServlet.database
|
| Methods in org.hsqldb that return Database | |
(package private) Database |
Session.getDatabase()
Method declaration |
| Methods in org.hsqldb with parameters of type Database | |
(package private) static void |
Log.scriptToFile(Database db,
java.lang.String file,
boolean full,
Session session)
Method declaration |
(package private) static void |
jdbcConnection.removeDatabase(Database database)
An internal method for removing a databas that has been shutdown |
(package private) static Result |
DatabaseScript.getScript(Database dDatabase,
boolean bDrop,
boolean bInsert,
boolean bCached,
Session session)
Method declaration |
(package private) static void |
DatabaseScript.getTableDDL(Database dDatabase,
Table t,
int i,
java.util.Vector forwardFK,
java.util.Vector forwardFKSource,
java.lang.StringBuffer a)
|
(package private) boolean |
Database.Logger.openLog(Database db,
Session sys,
java.lang.String name)
Opens the specified Database object's database files and starts up the logging process. |
| Constructors in org.hsqldb with parameters of type Database | |
View(Database db,
HsqlName name)
|
|
TextTable(Database db,
HsqlName name,
int type,
Session session)
Constructor declaration |
|
Table(Database db,
HsqlName name,
int type,
Session session)
Constructor declaration |
|
Session(Database db,
User user,
boolean autocommit,
boolean readonly,
int id)
Constructor declaration |
|
Parser(Database db,
Tokenizer t,
Session session)
Constructor declaration |
|
Log(Database db,
Session system,
java.lang.String name)
Constructor declaration |
|
DatabaseInformation(Database db,
java.util.Vector tables,
UserManager access)
Constructor declaration |
|
|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV NEXT | ||||||||