org.h2.server.web |
Javadoc package documentation
The H2 Console tool.
|
Java Source File Name | Type | Comment |
ConnectionInfo.java | Class | The connection info object is a wrapper for database connection information
such as the database URL, user name and password. |
DbColumn.java | Class | Keeps the meta data information of a column. |
DbContents.java | Class | Keeps meta data information about a database. |
DbContextRule.java | Class | A BNF terminal rule that is linked to the database context information. |
DbSchema.java | Class | Contains meta data information about a database schema. |
DbStarter.java | Class | This class can be used to start the H2 TCP server (or other H2 servers, for
example the PG server) inside a web application container such as Tomcat or
Jetty. |
DbTableOrView.java | Class | Contains meta data information about a table or a view. |
PageParser.java | Class | A page parser can parse an HTML page and replace the tags there. |
WebServer.java | Class | The web server is a simple standalone HTTP server that implements the H2
Console application. |
WebServlet.java | Class | This servlet lets the H2 Console be used in a standard servlet container
such as Tomcat or Jetty. |
WebSession.java | Class | The web session keeps all data of a user session. |
WebThread.java | Class | For each connection to a session, an object of this class is created. |