提交 c595aa4e authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 358c0388
...@@ -1149,6 +1149,7 @@ Case-insensitive columns are compared faster than when using a collation. ...@@ -1149,6 +1149,7 @@ Case-insensitive columns are compared faster than when using a collation.
Admin rights are required to execute this command, as it affects all connections. Admin rights are required to execute this command, as it affects all connections.
This command commits an open transaction. This command commits an open transaction.
This setting is persistent. This setting is persistent.
This setting can be appended to the database URL: ""jdbc:h2:test;IGNORECASE=TRUE""
"," ","
SET IGNORECASE TRUE SET IGNORECASE TRUE
" "
......
...@@ -24,10 +24,10 @@ Change Log ...@@ -24,10 +24,10 @@ Change Log
</li><li>The PUBLIC schema could be renamed, which could result in a database that </li><li>The PUBLIC schema could be renamed, which could result in a database that
can't be opened normally. Now it can no longer be renamed. can't be opened normally. Now it can no longer be renamed.
The schema INFORMATION_SCHEMA can also no longer be renamed. The schema INFORMATION_SCHEMA can also no longer be renamed.
</li><li>Server mode: the problem with server and client using different </li><li>Server mode: the problem with server and client using different
timezones with different daylight saving rules has been solved timezones with different daylight saving rules has been solved
(this only applies when both the client and the server use this or a newer version). (this only applies when both the client and the server use this or a newer version).
</li><li>There is a new system property "h2.storeLocalTime" to avoid </li><li>There is a new system property "h2.storeLocalTime" to avoid
problems opening a database file in a timezone that has different problems opening a database file in a timezone that has different
daylight saving rules (see also below). daylight saving rules (see also below).
</li><li>Date, time, and timestamp data type processing has been re-implemented. </li><li>Date, time, and timestamp data type processing has been re-implemented.
......
...@@ -6,17 +6,27 @@ ...@@ -6,17 +6,27 @@
*/ */
td, input, select, textarea, body, code, pre, td, th { td, input, select, textarea, body, code, pre, td, th {
font: 10pt/130% Tahoma, Arial, Helvetica, sans-serif; font: 13px/1.4 Arial, sans-serif;
font-weight: normal; font-weight: normal;
} }
h1, h2, h3, h4, h5 { p {
font: 10pt Tahoma, Arial, Helvetica, sans-serif; margin: 0.4em 0 0.6em 0;
}
h1 {
font-weight: bold; font-weight: bold;
} }
h2, h3, h4, h5 {
margin: 0.8em 0 0.5em 0;
border-bottom-color: #999;
border-bottom-style: solid;
border-bottom-width: 1px;
}
td, input, select, textarea, body, code, pre { td, input, select, textarea, body, code, pre {
font-size: 10pt; font-size: 13px;
} }
pre { pre {
...@@ -62,23 +72,20 @@ h1 { ...@@ -62,23 +72,20 @@ h1 {
padding: 2px 4px 2px 4px; padding: 2px 4px 2px 4px;
margin-top: 11px; margin-top: 11px;
color: #fff; color: #fff;
font-size: 19pt; font-size: 22px;
line-height: normal; line-height: normal;
} }
h2 { h2 {
font-size: 16pt; font-size: 19px;
margin-top: 1.5em;
} }
h3 { h3 {
font-size: 13pt; font-size: 16px;
margin-top: 1.5em;
} }
h4 { h4 {
font-size: 10pt; font-size: 13px;
margin-top: 1.5em;
} }
hr { hr {
......
...@@ -8,6 +8,7 @@ Initial Developer: H2 Group ...@@ -8,6 +8,7 @@ Initial Developer: H2 Group
--> -->
<html><head> <html><head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width; initial-scale=0.9" />
<title>${text.a.title}</title> <title>${text.a.title}</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" /> <link rel="stylesheet" type="text/css" href="stylesheet.css" />
......
...@@ -12,7 +12,7 @@ Initial Developer: H2 Group ...@@ -12,7 +12,7 @@ Initial Developer: H2 Group
<title>${text.a.title}</title> <title>${text.a.title}</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" /> <link rel="stylesheet" type="text/css" href="stylesheet.css" />
</head> </head>
<body bgcolor="#FF00FF" class="toolbar"> <body bgcolor="#FF00FF" class="toolbar">
<form name="header" method="post" action="header.jsp?jsessionid=${sessionId}"> <form name="header" method="post" action="header.jsp?jsessionid=${sessionId}">
<table class="toolbar" cellspacing="0" cellpadding="0"><tr class="toolbar"><td class="toolbar" <table class="toolbar" cellspacing="0" cellpadding="0"><tr class="toolbar"><td class="toolbar"
><a href="logout.do?jsessionid=${sessionId}" target="_top" ><a href="logout.do?jsessionid=${sessionId}" target="_top"
......
...@@ -8,6 +8,7 @@ Initial Developer: H2 Group ...@@ -8,6 +8,7 @@ Initial Developer: H2 Group
--> -->
<html><head> <html><head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width; initial-scale=0.9" />
<title>${text.login.title}</title> <title>${text.login.title}</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" /> <link rel="stylesheet" type="text/css" href="stylesheet.css" />
<script type="text/javascript"> <script type="text/javascript">
......
...@@ -453,9 +453,11 @@ function processAsyncResponse() { ...@@ -453,9 +453,11 @@ function processAsyncResponse() {
</head> </head>
<body onresize="sizeTextArea();" onload="sizeTextArea();" style="margin: 0px; padding: 0px;"> <body onresize="sizeTextArea();" onload="sizeTextArea();" style="margin: 0px; padding: 0px;">
<form name="h2query" method="post" action="query.do?jsessionid=${sessionId}" target="h2result"> <form name="h2query" method="post" action="query.do?jsessionid=${sessionId}" target="h2result">
<input type="button" class="button" value="${text.toolbar.run}" onclick="javascript:submit();sql.focus();return true;" /> <span style="white-space:nowrap">
<input type="button" class="button" value="${text.toolbar.clear}" onclick="javascript:sql.value='';keyUp();sql.focus();return true;" /> <input type="button" class="button" value="${text.toolbar.run}" onclick="javascript:submit();sql.focus();return true;" />
${text.toolbar.sqlStatement}: <input type="button" class="button" value="${text.toolbar.clear}" onclick="javascript:sql.value='';keyUp();sql.focus();return true;" />
${text.toolbar.sqlStatement}:
</span>
<div style="display:none"> <div style="display:none">
<iframe id="h2iframeTransport" src="" onload="showList(this.contentWindow.document.body.innerHTML);"></iframe> <iframe id="h2iframeTransport" src="" onload="showList(this.contentWindow.document.body.innerHTML);"></iframe>
</div> </div>
......
...@@ -6,11 +6,11 @@ ...@@ -6,11 +6,11 @@
*/ */
td, input, select, textarea, body, code, pre { td, input, select, textarea, body, code, pre {
font: 9pt/130% Tahoma, Arial, Helvetica, sans-serif; font: 12px/1.4 Arial, sans-serif;
} }
h1, h2, h3, h4, h5 { h1, h2, h3, h4, h5 {
font: 9pt Tahoma, Arial, Helvetica, sans-serif; font: 12px/1.4 Arial, sans-serif;
font-weight: bold; font-weight: bold;
} }
...@@ -36,16 +36,16 @@ h1 { ...@@ -36,16 +36,16 @@ h1 {
background-color: #0000bb; background-color: #0000bb;
padding: 2px 4px 2px 4px; padding: 2px 4px 2px 4px;
color: #fff; color: #fff;
font-size: 15pt; font-size: 22px;
line-height: normal; line-height: normal;
} }
h2 { h2 {
font-size: 13pt; font-size: 19px;
} }
h3 { h3 {
font-size: 10pt; font-size: 16px;
} }
li { li {
...@@ -65,7 +65,6 @@ table { ...@@ -65,7 +65,6 @@ table {
td { td {
background-color: #ffffff; background-color: #ffffff;
font-size: 9pt;
padding: 2px; padding: 2px;
text-align: left; text-align: left;
vertical-align:top; vertical-align:top;
...@@ -78,7 +77,6 @@ textarea { ...@@ -78,7 +77,6 @@ textarea {
} }
th { th {
font-size: 9pt;
font-weight: normal; font-weight: normal;
text-align: left; text-align: left;
background-color: #ece9d8; background-color: #ece9d8;
...@@ -144,17 +142,15 @@ tr.login { ...@@ -144,17 +142,15 @@ tr.login {
th.login { th.login {
color: #ffffff; color: #ffffff;
font-size: 10pt;
text-align: left; text-align: left;
border: 0px; border: 0px;
background-color: #ece9d8; background-color: #ece9d8;
padding: 5px 10px; padding: 4px 10px;
background-image: url(background.gif); background-image: url(background.gif);
} }
td.login { td.login {
background-color: #ece9d8; background-color: #ece9d8;
font-size: 9pt;
padding: 5px 10px; padding: 5px 10px;
text-align: left; text-align: left;
border: 0px; border: 0px;
...@@ -191,7 +187,6 @@ table.empty { ...@@ -191,7 +187,6 @@ table.empty {
td.empty { td.empty {
background-color: #ffffff; background-color: #ffffff;
border: 0px; border: 0px;
font-size: 9pt;
padding: 5px 10px; padding: 5px 10px;
text-align: left; text-align: left;
} }
...@@ -205,7 +200,21 @@ p.error { ...@@ -205,7 +200,21 @@ p.error {
} }
input.button { input.button {
padding: 1px; padding: 3px;
background-color: #ece9d8;
border-top-color: #ffffff;
border-left-color: #ffffff;
border-right-color: #aca899;
border-bottom-color: #aca899;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-width: 1px;
border-style: solid;
}
input.button:active {
position:relative;
top:1px;
} }
.tree { .tree {
......
...@@ -8,6 +8,7 @@ Initial Developer: H2 Group ...@@ -8,6 +8,7 @@ Initial Developer: H2 Group
--> -->
<html><head> <html><head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width; initial-scale=0.9" />
<title>${text.a.tools}</title> <title>${text.a.tools}</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" /> <link rel="stylesheet" type="text/css" href="stylesheet.css" />
<script type="text/javascript"> <script type="text/javascript">
......
...@@ -684,5 +684,6 @@ diagnostics checkout somewhat icu delegation classifications karlsson applet ...@@ -684,5 +684,6 @@ diagnostics checkout somewhat icu delegation classifications karlsson applet
litailang springsource eccn springframework spr growth teams gigabytes europe litailang springsource eccn springframework spr growth teams gigabytes europe
mcleod decade experience travel willing scjp himself routinely tsi retrieving mcleod decade experience travel willing scjp himself routinely tsi retrieving
multiplied ross judson closeable watcher enqueued referent refs watch tracked multiplied ross judson closeable watcher enqueued referent refs watch tracked
preserving disallowed restrictive dst regions kiritimati flow preserving disallowed restrictive dst regions kiritimati flow wider nanosecond
march april cutover julian transitions enderbury kwajalein viewport
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论