h2database

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database DBMS » h2database 
H2
License:
URL:http://www.h2database.com
Description:H2 is a SQL database engine written in Java.
Package NameComment
org.h2 Javadoc package documentation Implementation of the JDBC driver.
org.h2.api Javadoc package documentation Contains interfaces for user defined extensions, such as triggers and user defined aggregate functions.
org.h2.bnf Javadoc package documentation The implementation of the BNF (Backus-Naur form) parser and tool.
org.h2.command Javadoc package documentation This package contains the parser and the base classes for prepared SQL statements.
org.h2.command.ddl Javadoc package documentation Contains DDL (data definition language) and related SQL statements.
org.h2.command.dml Javadoc package documentation Contains DML (data manipulation language) and related SQL statements.
org.h2.compress Javadoc package documentation Lossless data compression classes.
org.h2.constant Javadoc package documentation Error codes and system properties.
org.h2.constraint Javadoc package documentation Database constraints such as check constraints, unique constraints, and referential constraints.
org.h2.engine Javadoc package documentation Contains high level classes of the database and classes that don't fit in another sub-package.
org.h2.expression Javadoc package documentation Expressions include mathematical operations, conditions, simple values, and functions.
org.h2.fulltext Javadoc package documentation The native full text search implementation, and the wrapper for the the Lucene full text search implementation.
org.h2.index Javadoc package documentation Various table index implementations, as well as cursors to navigate in an index.
org.h2.jdbc Javadoc package documentation Implementation of the JDBC API (package java.sql).
org.h2.jdbcx Javadoc package documentation Implementation of the extended JDBC API (package javax.sql).
org.h2.log Javadoc package documentation Undo and redo log implementation.
org.h2.message Javadoc package documentation Trace (logging facility) and error message tool.
org.h2.result Javadoc package documentation Implementation of row and internal result sets.
org.h2.samples Javadoc package documentation Standalone sample applications.
org.h2.schema Javadoc package documentation Schema implementation and objects that are stored in a schema (for example, sequences and constants).
org.h2.security Javadoc package documentation Security classes, such as encryption and cryptographically secure hash algorithms.
org.h2.server Javadoc package documentation A small FTP server.
org.h2.server.ftp Javadoc package documentation Implementation of the TCP server.
org.h2.server.pg Javadoc package documentation PostgreSQL server implementation of this database.
org.h2.server.web Javadoc package documentation The H2 Console tool.
org.h2.store Javadoc package documentation Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
org.h2.store.fs Javadoc package documentation A file system abstraction.
org.h2.table Javadoc package documentation Classes related to a table and table meta data.
org.h2.test Javadoc package documentation High level test classes.
org.h2.test.bench Javadoc package documentation The implementation of the benchmark application.
org.h2.test.coverage Javadoc package documentation A standalone code coverage tool.
org.h2.test.db Javadoc package documentation Database tests. Most tests are on the SQL level.
org.h2.test.jdbc Javadoc package documentation JDBC API tests.
org.h2.test.jdbcx Javadoc package documentation Tests related to distributed transactions.
org.h2.test.mvcc Javadoc package documentation Multi version concurrency tests.
org.h2.test.poweroff Javadoc package documentation Multi version concurrency tests.
org.h2.test.server Javadoc package documentation This package contains server tests.
org.h2.test.synth Javadoc package documentation Synthetic tests using random operations or statements.
org.h2.test.synth.sql Javadoc package documentation A synthetic test using random SQL statements executed against multiple databases.
org.h2.test.synth.thread Javadoc package documentation Synthetic tests using random operations in multiple threads.
org.h2.test.trace Javadoc package documentation A player to interpret and execute Java statements in a trace file.
org.h2.test.unit Javadoc package documentation Unit tests that don't start the database (in most cases).
org.h2.tools Javadoc package documentation Various tools. Most tools are command line driven, but not all (for example the CSV tool).
org.h2.tools.code Javadoc package documentation Source code checking classes.
org.h2.tools.doc Javadoc package documentation Tools to build the documentation.
org.h2.tools.doclet Javadoc package documentation A Javadoc doclet to build nicer and smaller API Javadoc HTML files.
org.h2.tools.i18n Javadoc package documentation Internationalization tools.
org.h2.tools.indexer Javadoc package documentation A Javadoc indexing mechanism.
org.h2.tools.net Javadoc package documentation A tool to redirect and interpret PostgreSQL network protocol packets.
org.h2.tools.security Javadoc package documentation Security tools.
org.h2.util Javadoc package documentation Internal utility classes.
org.h2.value Javadoc package documentation Data type and value implementations.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.