frame_ja.html 1.5 KB
Newer Older
1 2
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<!-- 
3
Copyright 2004-2007 H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html). 
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Initial Developer: H2 Group
-->
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <title>H2 データベース エンジン</title>
    <script type="text/javascript" src="navigation.js"></script>
    <link rel="stylesheet" type="text/css" href="stylesheet.css" />
    <link rel="alternate" type="application/atom+xml" title="H2 Newsfeed" href="http://www.h2database.com/html/newsfeed-atom.xml" />
    <link rel="alternate" type="application/rss+xml" title="H2 Newsfeed" href="http://www.h2database.com/html/newsfeed-rss.xml" />
</head>
<frameset cols="180,*" rows="*" frameborder="2" framespacing="4" border="4" onLoad="loadFrameset()">
    <frame frameborder="0" marginheight="0" marginwidth="0" src="search_ja.html" name="menu" />
    <frame frameborder="0" marginheight="0" marginwidth="0" src="main_ja.html" name="main" />
</frameset>
<noframes>
<body>
21
<p>
22 23 24 25 26 27
H2 (for 'Hypersonic 2') is free a Java SQL DBMS.
Clustering, embedded and server mode, transactions, referential integrity, 
views, subqueries, triggers, encryption, and disk based or in-memory operation 
are supported. A browser based console application is included. 
If you see this page your browser does not support frames. 
Please click here to view the <a href="search_ja.html">index</a>.
28
</p>
29 30 31
</body>
</noframes>
</html>