提交 e2059ea3 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Not only say that FLOAT is double, but also point to correct data type

上级 bb044d82
...@@ -269,6 +269,7 @@ is equivalent to <code>DOUBLE</code>, and both are mapped to <code>java.lang.Dou ...@@ -269,6 +269,7 @@ is equivalent to <code>DOUBLE</code>, and both are mapped to <code>java.lang.Dou
See also See also
<a href="http://java.sun.com/j2se/1.5.0/docs/guide/jdbc/getstart/mapping.html#1055162"> <a href="http://java.sun.com/j2se/1.5.0/docs/guide/jdbc/getstart/mapping.html#1055162">
Mapping SQL and Java Types - 8.3.10 FLOAT</a>.</p> Mapping SQL and Java Types - 8.3.10 FLOAT</a>.</p>
<p>Use REAL or FLOAT(24) data type for <code>java.lang.Float</code> values.</p>
<h3 id="gcj">Is the GCJ Version Stable? Faster?</h3> <h3 id="gcj">Is the GCJ Version Stable? Faster?</h3>
<p> <p>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论