Skip to content

Commit

Permalink
Add explanation for SqlxmlTypeHandler on doc
Browse files Browse the repository at this point in the history
See #1221
  • Loading branch information
kazuki43zoo authored and h3adache committed May 5, 2018
1 parent 4978c3c commit f01482f
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/site/es/xdoc/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,17 @@ public class Author {
Cualquiera compatible con <code>NUMERIC</code> o <code>DOUBLE</code> por que se guarda la posición (no el código).
</td>
</tr>
<tr>
<td>
<code>SqlxmlTypeHandler</code>
</td>
<td>
<code>java.lang.String</code>
</td>
<td>
<code>SQLXML</code>
</td>
</tr>
<tr>
<td>
<code>InstantTypeHandler</code>
Expand Down
11 changes: 11 additions & 0 deletions src/site/ja/xdoc/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,17 @@ public class Author {
コードではなく位置(ordinal)が保存されるので、NUMERIC または DOUBLE 互換の型
</td>
</tr>
<tr>
<td>
SqlxmlTypeHandler
</td>
<td>
java.lang.String
</td>
<td>
SQLXML
</td>
</tr>
<tr>
<td>
InstantTypeHandler
Expand Down
11 changes: 11 additions & 0 deletions src/site/ko/xdoc/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,17 @@ public class Author {
코드자체가 아니라 위치를 저장할수 있는 <code>NUMERIC</code> 또는 <code>DOUBLE</code>와 호환가능한 타입
</td>
</tr>
<tr>
<td>
<code>SqlxmlTypeHandler</code>
</td>
<td>
<code>java.lang.String</code>
</td>
<td>
<code>SQLXML</code>
</td>
</tr>
<tr>
<td>
<code>InstantTypeHandler</code>
Expand Down
11 changes: 11 additions & 0 deletions src/site/xdoc/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,17 @@ public class Author {
(not the code itself).
</td>
</tr>
<tr>
<td>
<code>SqlxmlTypeHandler</code>
</td>
<td>
<code>java.lang.String</code>
</td>
<td>
<code>SQLXML</code>
</td>
</tr>
<tr>
<td>
<code>InstantTypeHandler</code>
Expand Down
11 changes: 11 additions & 0 deletions src/site/zh/xdoc/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,17 @@ public class Author {
任何兼容的 <code>NUMERIC</code> 或 <code>DOUBLE</code> 类型,存储枚举的索引(而不是名称)。
</td>
</tr>
<tr>
<td>
<code>SqlxmlTypeHandler</code>
</td>
<td>
<code>java.lang.String</code>
</td>
<td>
<code>SQLXML</code>
</td>
</tr>
<tr>
<td>
<code>InstantTypeHandler</code>
Expand Down

0 comments on commit f01482f

Please sign in to comment.