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

Documentation: added notranslate tags

上级 4e9eebfd
...@@ -77,7 +77,9 @@ Initial Developer: H2 Group ...@@ -77,7 +77,9 @@ Initial Developer: H2 Group
<br /> <br />
<!-- translate <!-- translate
<div id = "google_translate_element"></div> <a href="http://translate.google.com/translate?u=http%3A%2F%2Fh2database.com"
onclick="javascript:document.getElementById('translate').style.display='';return false;">Translate</a>
<div id = "translate" style="display:none"><div id = "google_translate_element"></div></div>
<script type="text/javascript"> <script type="text/javascript">
function googleTranslateElementInit() { function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element'); new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
......
...@@ -75,7 +75,7 @@ ${item.syntax} ...@@ -75,7 +75,7 @@ ${item.syntax}
<br /> <br />
<h3 id="information_schema" class="notranslate">Information Schema</h3> <h3 id="information_schema" class="notranslate">Information Schema</h3>
<p> <p>
The system tables in the schema 'INFORMATION_SCHEMA' contain the meta data The system tables in the schema <code class="notranslate">INFORMATION_SCHEMA</code> contain the meta data
of all tables in the database as well as the current settings. of all tables in the database as well as the current settings.
</p> </p>
<table><tr><th>Table</th><th>Columns</th></tr> <table><tr><th>Table</th><th>Columns</th></tr>
......
...@@ -56,8 +56,8 @@ JaQu provides full control over when and what SQL statements are executed. ...@@ -56,8 +56,8 @@ JaQu provides full control over when and what SQL statements are executed.
<h3>Restrictions</h3> <h3>Restrictions</h3>
<p> <p>
Primitive types (eg. boolean, int, long, double) are not supported. Use Primitive types (eg. <code class="notranslate">boolean, int, long, double</code>) are not supported.
Boolean, Integer, Long, and Double instead. Use <code class="notranslate">java.lang.Boolean, Integer, Long, Double</code> instead.
</p> </p>
<h3>Why in Java?</h3> <h3>Why in Java?</h3>
...@@ -71,8 +71,8 @@ in the same application is complicated: you would need to split the application ...@@ -71,8 +71,8 @@ in the same application is complicated: you would need to split the application
Currently, JaQu is only tested with the H2 database. The API may change in future versions. Currently, JaQu is only tested with the H2 database. The API may change in future versions.
JaQu is not part of the h2 jar file, however the source code is included in H2, under: JaQu is not part of the h2 jar file, however the source code is included in H2, under:
</p> </p>
<ul><li>src/test/org/h2/test/jaqu/* (samples and tests) <ul><li><code class="notranslate">src/test/org/h2/test/jaqu/*</code> (samples and tests)
</li><li>src/tools/org/h2/jaqu/* (framework) </li><li><code class="notranslate">src/tools/org/h2/jaqu/*</code> (framework)
</li></ul> </li></ul>
<h2>Building the JaQu library</h2> <h2>Building the JaQu library</h2>
...@@ -247,7 +247,7 @@ public class Product implements Table { ...@@ -247,7 +247,7 @@ public class Product implements Table {
} }
</pre> </pre>
<p> <p>
The method 'define()' contains the mapping definition. It is called once The method <code class="notranslate">define()</code> contains the mapping definition. It is called once
when the class is used for the first time. Like annotations, the mapping is defined in the class itself. when the class is used for the first time. Like annotations, the mapping is defined in the class itself.
Unlike when using annotations, the compiler can check the syntax even for multi-column Unlike when using annotations, the compiler can check the syntax even for multi-column
objects (multi-column indexes, multi-column primary keys and so on). objects (multi-column indexes, multi-column primary keys and so on).
......
...@@ -297,10 +297,15 @@ java org.h2.test.TestAll timer ...@@ -297,10 +297,15 @@ java org.h2.test.TestAll timer
/* /*
translate button should be disabled by default because it is slow. replace class="n" with class="notranslate" for website
documentation: rolling review at features (alphabetically) documentation: rolling review at tutorial.html (alphabetically)
<code class="notranslate"></code> <code class="notranslate"></code>
check no space http: or https:
check space' and 'space
check spaceNULL and NULLspace
tool...
mvcc merge problem mvcc merge problem
......
...@@ -615,4 +615,4 @@ linkage superfluous disallow scoop moebius inputs copilot dmoebius leod jenkov ...@@ -615,4 +615,4 @@ linkage superfluous disallow scoop moebius inputs copilot dmoebius leod jenkov
jakob poker docware peter unstable measurable scramble reissued recreation jakob poker docware peter unstable measurable scramble reissued recreation
scrambling distinguish official unofficial distinguishable overwrites lastval scrambling distinguish official unofficial distinguishable overwrites lastval
notranslate vince bonfanti alphabetically sysdummy sysibm activation notranslate vince bonfanti alphabetically sysdummy sysibm activation
deactivation deactivation concatenating reproducing
\ No newline at end of file \ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论