You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by tm...@apache.org on 2008/01/05 09:25:38 UTC

svn commit: r609101 [14/26] - in /db/derby/docs/trunk: ./ src/ja_JP/ src/ja_JP/ref/

Added: db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcescapedate.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcescapedate.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcescapedate.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcescapedate.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "reference.dtd">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<reference id="rrefjdbcescapedate" xml:lang="ja">
+<title>日付書式のJDBCエスケープ構文</title>
+<prolog><metadata>
+<keywords><indexterm>d (JDBC escape keyword)</indexterm><indexterm>{d (JDBC
+escape syntax)</indexterm><indexterm>JDBC escape syntax for</indexterm><indexterm>Date
+formats</indexterm></keywords>
+</metadata></prolog>
+<refbody>
+<section> <p><ph conref="../conrefs.dita#prod/productshortname"></ph>は日付のJDBCエスケープ構文を、等価な日付のSQL構文に解釈します。</p></section>
+<refsyn><title>構文</title><codeblock><b>{d 'yyyy-mm-dd'}</b></codeblock> </refsyn>
+<section><title>以下と等価</title><codeblock><b>DATE 'yyyy-mm-dd'</b></codeblock> </section>
+<example> <title>例</title><codeblock><b>VALUES {d '1995-12-19'}</b></codeblock> </example>
+</refbody>
+</reference>

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcescapedate.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlconnection30.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlconnection30.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlconnection30.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlconnection30.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<reference id="rrefjdbcjavasqlconnection30" xml:lang="ja">
+<title>java.sql.Connectionインターフェイス: JDBC3.0にて利用可能なメソッド </title>
+<prolog><metadata>
+<keywords><indexterm>Savepoints (JDBC)</indexterm></keywords>
+</metadata></prolog>
+<refbody>
+<section><p> <table pgwide="1" frame="all"><title>Connectionにて利用可能なJDBC 3.0のメソッド</title>
+<tgroup cols="3" colsep="1" rowsep="1"><colspec colname="1" colnum="1" colwidth="11*"/>
+<colspec colname="2" colnum="2" colwidth="40*"/><colspec colname="3" colnum="3"
+colwidth="49*"/>
+<thead>
+<row>
+<entry align="left" colname="1" valign="bottom">返り値</entry>
+<entry align="left" colname="2" valign="bottom">シグネチャ</entry>
+<entry align="left" colname="3" valign="bottom">実装の但し書き</entry>
+</row>
+</thead>
+<tbody>
+<row>
+<entry colname="1"><i>Savepoint</i></entry>
+<entry colname="2"><i>setSavepoint (String name)</i></entry>
+<entry colname="3">現在のトランザクションにて指定した名前のセーブポイントを作成して、それを表す新規セーブポイントオブジェクトを返す。</entry>
+</row>
+<row>
+<entry colname="1"><i>Savepoint</i></entry>
+<entry colname="2"><i>setSavepoint ()</i></entry>
+<entry colname="3">現在のトランザクションにてセーブポイントを作成して、それを表す新規セーブポイントオブジェクトを返す。</entry>
+</row>
+<row>
+<entry colname="1"><i>void</i></entry>
+<entry colname="2"><i>releaseSavepoint (Savepoint savepoint) </i></entry>
+<entry colname="3">指定したセーブポイントオブジェクトを現在のトランザクションから除去する。</entry>
+</row>
+<row>
+<entry colname="1"><i>void</i></entry>
+<entry colname="2"><i>rollback(Savepoint savepoint) </i></entry>
+<entry colname="3">指定されたセーブポイント以降に行われた変更を取り消す。</entry>
+</row>
+<row>
+<entry colname="1"><i>PreparedStatement</i></entry>
+<entry colname="2"><i>prepareStatement(String sql, int autoGeneratedKeys)</i></entry>
+<entry colname="3"><i>sql</i>がINSERT文でなければ、<i>autoGeneratedKeys</i>の引数は無視される。</entry>
+</row>
+<row>
+<entry colname="1"><i>PreparedStatement</i></entry>
+<entry colname="2"><i>prepareStatement(String sql, int [] columnIndexes)</i></entry>
+<entry colname="3"><i>sql</i>がINSERT文でなければ、columnIndexesは無視される。配列のそれぞれの列の番号は、INSERTの対象表にある<xref href="rrefsqlj37836.dita#rrefsqlj37836">自動増分</xref>列に対応する。組み込みモードでのみ利用可能。</entry>
+</row>
+<row>
+<entry colname="1"><i>PreparedStatement</i></entry>
+<entry colname="2"><i>prepareStatement(String sql, String [] columnNames)</i></entry>
+<entry colname="3"><i>sql</i>がINSERT文でなければ、columnNamesは無視される。配列のそれぞれの列名は、INSERTの対象表の<xref href="rrefsqlj37836.dita#rrefsqlj37836">自動増分</xref>列を指定する。組み込みモードでのみ利用可能。</entry>
+</row>
+</tbody>
+</tgroup>
+</table></p>
+<ul>
+<li><b><xref href="crefjavstateautogen.dita#crefjavstateautogen"></xref></b></li>
+</ul>
+</section>
+</refbody>
+</reference>
+

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlconnection30.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlpreparedstatement30.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlpreparedstatement30.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlpreparedstatement30.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlpreparedstatement30.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<reference id="rrefjdbcjavasqlpreparedstatement30" xml:lang="ja">
+<title>java.sql.PreparedStatementインターフェイス: JDBC3.0で利用可能なメソッド</title>
+<refbody>
+<section><p><i>PreparedStatement.getParameterMetaData</i>メソッドは<i>PreparedStatement</i>のパラメータマーカを記述する<i>ParameterMetaData</i>オブジェクトを返します。詳細は<i><xref href="rrefjdbcparametermetadata30.dita#rrefjdbcparametermetadata30"></xref></i>を参照してください。<table frame="all"><title>PreparedStatementで利用可能なJDBC 3.0のメソッド</title>
+<tgroup cols="3" colsep="1" rowsep="1"><colspec colname="1" colnum="1" colwidth="25*"/>
+<colspec colname="2" colnum="2" colwidth="31*"/><colspec colname="3" colnum="3"
+colwidth="44*"/>
+<thead>
+<row>
+<entry align="left" colname="1" valign="bottom">返り値</entry>
+<entry align="left" colname="2" valign="bottom">シグネチャ</entry>
+<entry align="left" colname="3" valign="bottom">実装の但し書き</entry>
+</row>
+</thead>
+<tbody>
+<row>
+<entry colname="1"><i>ParameterMetaData</i></entry>
+<entry colname="2"><i>getParameterMetaData()</i></entry>
+<entry colname="3"></entry>
+</row>
+</tbody>
+</tgroup>
+</table></p></section>
+</refbody>
+</reference>
+

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlpreparedstatement30.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlsavepoint.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlsavepoint.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlsavepoint.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlsavepoint.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<reference id="rrefjdbcjavasqlsavepoint" xml:lang="ja">
+<title>java.sql.Savepoint インターフェイス</title>
+<prolog><metadata>
+<keywords><indexterm>java.sql.Savepoint</indexterm><indexterm>Savepoints (JDBC)</indexterm>
+<indexterm>Savepoints<indexterm>setting and rollong back</indexterm></indexterm>
+</keywords>
+</metadata></prolog>
+<refbody>
+<section><p><i>Savepoint</i>インターフェイスはJDBC 3.0にて新たに追加されました。このインターフェイスにはセーブポイントの設定、解除、トランザクションの指定されたセーブポイントへのロールバックのためのメソッドが用意されています。
+セーブポイントが設定してあれば、それまでの処理に影響を与えることなく、トランザクションをそのセーブポイントへロールバックすることができます。セーブポイントによりトランザクションのある時点を指定することで、粒度の細かいトランザクション制御が行えます。</p></section>
+</refbody>
+</reference>
+

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlsavepoint.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlstatement30.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlstatement30.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlstatement30.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlstatement30.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<reference id="rrefjdbcjavasqlstatement30" xml:lang="ja">
+<title>java.sql.Statementインターフェイス: JDBC 3.0で利用可能なメソッド</title>
+<refbody>
+<table frame="all"><title>JDBC 3.0で利用可能なStatementのメソッド</title>
+<tgroup cols="3" colsep="1" rowsep="1"><colspec colname="1" colnum="1" colwidth="25*"/>
+<colspec colname="2" colnum="2" colwidth="31*"/><colspec colname="3" colnum="3"
+colwidth="44*"/>
+<thead>
+<row>
+<entry align="left" colname="1" valign="bottom">返り値</entry>
+<entry align="left" colname="2" valign="bottom">シグネチャ</entry>
+<entry align="left" colname="3" valign="bottom">実装の但し書き</entry>
+</row>
+</thead>
+<tbody>
+<row>
+<entry colname="1"><i>ResultSet</i></entry>
+<entry colname="2"><i>getGeneratedKeys()</i></entry>
+<entry colname="3">ユーザが自動生成キーを有効にしていた場合、このメソッドは<xref href="rrefidentityvallocal.dita#rrefidentityvallocal">IDENTITY_VAL_LOCAL</xref>関数が呼ばれた時と同じ値を返します。もし有効ではないなら、この関数はnullを返します。</entry>
+</row>
+<row>
+<entry colname="1"><i>boolean</i></entry>
+<entry colname="2"><i>execute(String sql, int autoGeneratedKeys)</i></entry>
+<entry colname="3">
+<i>sql</i>がINSERT文ではない場合、<i>autoGeneratedKeys</i>引数は無視されます。</entry>
+</row>
+<row>
+<entry colname="1"><i>boolean</i></entry>
+<entry colname="2"><i>execute(String sql, int [] columnIndexes)</i></entry>
+<entry colname="3">
+<i>sql</i>がINSERT文ではない場合、columnIndexesは無視されます。配列のそれぞれの列番号は、INSERTの対象表にある<xref href="rrefsqlj37836.dita#rrefsqlj37836">自動増分</xref>の列に対応します。組み込みモードでのみ利用することができます。</entry>
+</row>
+<row>
+<entry colname="1"><i>boolean</i></entry>
+<entry colname="2"><i>execute(String sql, String [] columnNames)</i></entry>
+<entry colname="3">
+<i>sql</i>がINSERT文ではない場合、columnNamesは無視されます。配列のそれぞれの列名は、<xref href="rrefsqlj37836.dita#rrefsqlj37836">自動増分</xref>の列に対応します。組み込みモードでのみ利用することができます。</entry>
+</row>
+<row>
+<entry colname="1"><i>int</i></entry>
+<entry colname="2"><i>executeUpdate(String sql, int autoGeneratedKeys)</i></entry>
+<entry colname="3"><i>sql</i>がINSERT文ではない場合、<i>autoGeneratedKeys</i>引数は無視されます。</entry>
+</row>
+<row>
+<entry colname="1"><i>int</i></entry>
+<entry colname="2"><i>executeUpdate(String sql, int [] columnIndexes)</i></entry>
+<entry colname="3"><i>sql</i>がINSERT文ではない場合、columnIndexesは無視されます。
+配列のそれぞれの列番号は、INSERTの対象表の<xref href="rrefsqlj37836.dita#rrefsqlj37836">自動増分</xref>列に対応します。組み込みモードでのみ利用することができます。</entry>
+</row>
+<row>
+<entry colname="1"><i>int</i></entry>
+<entry colname="2"><i>executeUpdate(String sql, String [] columnNames)</i></entry>
+<entry colname="3">
+<i>sql</i>がINSERT文ではない場合、columnNamesは無視されます。配列のそれぞれの列名は、INSERTの対象表にある<xref href="rrefsqlj37836.dita#rrefsqlj37836">自動増分</xref>列を表します。組み込みモードでのみ利用が可能です。</entry>
+</row>
+</tbody>
+</tgroup>
+</table>
+</refbody>
+</reference>
+

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjavasqlstatement30.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjsr169.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjsr169.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjsr169.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjsr169.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<reference id="rrefjdbcjsr169" xml:lang="ja">
+<title>Connected Device ConfigurationおよびFoundation Profile向けのJDBCパッケージ(JSR169)</title>
+<prolog><metadata>
+<keywords><indexterm>JSR169-only features<indexterm>Derby's support for</indexterm></indexterm>
+</keywords>
+</metadata></prolog>
+<refbody>
+<section><p><ph conref="../conrefs.dita#prod/productshortname"></ph>ではJSR169すなわち、Connected Device ConfigurationおよびFoundation Profile向けに定義されたJDBC APIが利用可能です。この機能ではJDBC 3.0の機能が部分的に利用できます。JSR169は組込みのドライバでのみ利用可能です。<ph conref="../conrefs.dita#prod/productshortname"></ph>ではネットワークサーバをJSR169の元で利用することはできません。</p></section>
+<section><p>JSR169の仕様に基づき接続を確立するために、<codeph>org.apache.derby.jdbc.EmbeddedSimpleDataSource</codeph>クラスを利用します。このクラスは<codeph>org.apache.derby.jdbc.EmbeddedDataSource</codeph>と実装的に同じものです。
+<codeph>org.apache.derby.jdbc.EmbeddedDataSource</codeph>クラスの属性の使い方については、<ph conref="../conrefs.dita#pub/citdevelop"></ph>の情報を参照してください。</p>
+<p>この他、<ph conref="../conrefs.dita#prod/productshortname"></ph>にてJSR169の実装を使うときに意識するべき事柄を挙げます。:<ul>
+<li>アプリケーションは<codeph>DECIMAL</codeph>の値を取得したり設定したりするとき、<codeph>getString()</codeph>や<codeph>setString()</codeph>のような、<codeph>getXXX</codeph>および<codeph>setXXX</codeph>のうち、代替となるJDBCのメソッドを利用しなければなりません。JDBC 2.0やJDBC 3.0にてDECIMAL型に対して利用可能な代替のメソッドはJSR169にて何れも利用できます。</li>
+<li><codeph>CONTAINS SQL</codeph>や<codeph>READS SQL DATA</codeph>、<codeph>MODIFIES
+SQL DATA</codeph>等のサーバ側のJDBC引数をとるJavaによる関数やプロシージャは、JSR169では利用できません。</li>
+<li>接続を確立するための標準API(<codeph>jdbc:default:connection</codeph>)はJSR169では利用できません。
+ルーチンが<codeph>jdbc:default:connection</codeph>を使って接続を確立しようとすると実行時エラーが発生することがあります。</li>
+<li>診断表は利用できません。</li>
+<li>トリガは利用できません。</li>
+<li>暗号化されたデータベースは利用できません。</li>
+<li>DriverManagerは利用できません。DriverManager.getConnection()で接続を確立できません。</li>
+</ul></p></section>
+</refbody>
+</reference>

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcjsr169.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcparametermetadata30.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcparametermetadata30.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcparametermetadata30.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcparametermetadata30.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<reference id="rrefjdbcparametermetadata30" xml:lang="ja">
+<title>java.sql.ParameterMetaDataインターフェイス:JDBC3.0で利用可能なメソッド </title>
+<prolog><metadata>
+<keywords><indexterm>java.sql.ParameterMetaData interface</indexterm></keywords>
+</metadata></prolog>
+<refbody>
+<section><p><i>ParameterMetaData</i>はJDBC 3.0にて新規に追加されました。これは準備済み文にある引数の数、型、属性を記述します。<i>PreparedStatement.getParameterMetaData </i>メソッドは<i>PreparedStatement</i>オブジェクト中のパラメータマーカを記述するParameterMetaDataオブジェクトを返します。詳細は<i><xref href="rrefjdbcjavasqlpreparedstatement30.dita#rrefjdbcjavasqlpreparedstatement30"></xref></i>を参照してください。</p></section>
+<section><p><i>ParameterMetaData</i>インターフェイスのメソッドを以下に挙げます。<i></i> 
+ <table frame="all"><title>ParameterMetaDataのJDBC 3.0にて利用可能なメソッド</title>
+<tgroup cols="3" colsep="1" rowsep="1"><colspec colname="1" colnum="1" colwidth="12*"/>
+<colspec colname="2" colnum="2" colwidth="41*"/><colspec colname="3" colnum="3"
+colwidth="47*"/>
+<thead>
+<row>
+<entry align="left" colname="1" valign="bottom">返り値</entry>
+<entry align="left" colname="2" valign="bottom">シグネチャ</entry>
+<entry align="left" colname="3" valign="bottom">実装の但し書き</entry>
+</row>
+</thead>
+<tbody>
+<row>
+<entry colname="1"><i>int</i></entry>
+<entry colname="2"><i>getParameterCount()</i></entry>
+<entry colname="3"></entry>
+</row>
+<row>
+<entry colname="1"><i>int</i></entry>
+<entry colname="2"><i>isNullable(int param)</i></entry>
+<entry colname="3"></entry>
+</row>
+<row>
+<entry colname="1"><i>boolean</i></entry>
+<entry colname="2"><i>isSigned(int param)</i></entry>
+<entry colname="3"></entry>
+</row>
+<row>
+<entry colname="1"><i>int</i></entry>
+<entry colname="2"><i>getPrecision(int param)</i></entry>
+<entry colname="3"></entry>
+</row>
+<row>
+<entry colname="1"><i>int</i></entry>
+<entry colname="2"><i>getScale(int param)</i></entry>
+<entry colname="3"></entry>
+</row>
+<row>
+<entry colname="1"><i>int</i></entry>
+<entry colname="2"><i>getParameterType(int param)</i></entry>
+<entry colname="3"></entry>
+</row>
+<row>
+<entry colname="1"><i>String</i></entry>
+<entry colname="2"><i>getParamterTypeName (int param)</i></entry>
+<entry colname="3"></entry>
+</row>
+<row>
+<entry colname="1"><i>String</i></entry>
+<entry colname="2"><i>getParamterClassName (int param)</i></entry>
+<entry colname="3"></entry>
+</row>
+<row>
+<entry colname="1"><i>int</i></entry>
+<entry colname="2"><i>getParameterMode (int param)</i></entry>
+<entry colname="3"></entry>
+</row>
+</tbody>
+</tgroup>
+</table></p></section>
+</refbody>
+</reference>
+

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcparametermetadata30.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcrefsqlxml.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcrefsqlxml.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcrefsqlxml.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcrefsqlxml.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+ 
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<reference id="rrefjdbcrefsqlxml" xml:lang="ja">
+<title>java.sql.SQLXMLインターフェイス</title>
+<prolog><metadata>
+<keywords><indexterm>java.sql.SQLXML interface</indexterm></keywords>
+</metadata></prolog>
+<refbody>
+<section><p>JDBC 4.0では、SQLのXML型の情報はjava.sql.SQLXMLに対応付けられます。しかしながら、<ph conref="../conrefs.dita#prod/productshortname"></ph>では、XML型はSQLの層でのみ実現されています。JDBCの側ではXML型や演算子は実現されていません。</p>
+<p><ph conref="../conrefs.dita#prod/productshortname"></ph>では、java.sql.SQLXMLオブジェクトのインスタンスを生成できません。またXMLの値を直接バインドしたり、結果セットから直接XMLの値を取得することもできません。XMLの値をバインドしたり取得する為には、SQLの問合せ文にてXMLPARSEやXMLSERIALIZE等のXML演算子を明示的に記述して、XMLの情報をJavaの文字列として扱う必要があります。</p><p>加えて<ph conref="../conrefs.dita#prod/productshortname"></ph>では、XML型ã�
 �«ã¤ã„てJDBCメタデータの機能は実現されていません。</p></section>
+</refbody>
+</reference>

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rrefjdbcrefsqlxml.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rrefjta1003392.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rrefjta1003392.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rrefjta1003392.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rrefjta1003392.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<reference id="rrefjta1003392" xml:lang="en-us">
+<title>製品に関する但し書き</title>
+<refbody></refbody>
+</reference>
+

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rrefjta1003392.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rrefjta1003415.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rrefjta1003415.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rrefjta1003415.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rrefjta1003415.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<reference id="rrefjta1003415" xml:lang="ja">
+<title>グローバルなトランザクションの復元</title>
+<refbody>
+<section><p><i>XAResource.prepare</i>の呼び出しにより、グローバルなトランザクションはコミット準備済みの状態になり、永続化できるようになります。
+コミット準備済みの状態は、一般的にはトランザクションの結果が確定する前の一時的な状態です。しかしながらシステムがクラッシュした場合、復元処理でコミット準備済みのトランザクションはその状態に戻され、トランザクションマネージャからの指示を待ちます。</p></section>
+</refbody>
+</reference>
+

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rrefjta1003415.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rrefjta1003463.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rrefjta1003463.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rrefjta1003463.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rrefjta1003463.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<reference id="rrefjta1003463" xml:lang="ja">
+<title>XAConnection、ユーザ名、パスワード</title>
+<refbody>
+<section><p>ユーザ名とパスワードを指定して開いた<i>XAConnection</i>にて作成したトランザクションは、異なるユーザ名とパスワードで開いた<i>XAConnection</i>に結び付けることはできません。
+ユーザ名とパスワードを指定せずに開いた<i>XAConnection</i>にて作成したトランザクションは、あらゆる<i>XAConnection</i>に結び付けることができます。</p></section>
+<section><p>しかしながら復元されたグローバルなトランザクションではユーザ名とパスワードは失われており、あらゆる<i>XAConnection</i>が不定なトランザクションをコミットしたりロールバックすることができます。
+   <note>リモート(クライアント/サーバ)環境にてXAの機能が必要な場合、ネットワーククライアントドライバのXA DataSourceインターフェイスを使ってください。</note></p></section>
+</refbody>
+</reference>
+

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rrefjta1003463.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rrefjta16677.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rrefjta16677.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rrefjta16677.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rrefjta16677.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<reference id="rrefjta16677" xml:lang="ja">
+<title>J2EEへの準拠:Java Transaction APIとjavax.sql インターフェイス</title>
+<prolog><metadata>
+<keywords><indexterm>Resource manager<indexterm>Derby as a J2EE system</indexterm><indexterm>JNDI</indexterm><indexterm>javax.sql.DataSource</indexterm
+></indexterm><indexterm>Connection pooling</indexterm><indexterm>javax.sql.
+ConnectionPoolDataSource</indexterm><indexterm>javax.sql.PooledConnection</indexterm>
+<indexterm>XA</indexterm><indexterm>Distributed transaction management</indexterm>
+<indexterm>javax.sql.XAxxx interfaces</indexterm><indexterm>java.transaction.xa
+package</indexterm></keywords>
+</metadata></prolog>
+<refbody>
+<section><p>J2EE、Java 2 Platform, Enterprise Editionは、多階層環境の再利用可能なソフトウェア部品に基づきエンタープライズアプリケーションを開発する標準です。
+J2EEではJava 2 Platform, Standard Edition (J2SE)に加えて、Enterprise Java Beans (EJB)、Java Server Pages (JSP)、サーブレット、XMLなどの機能を提供しています。
+J2EEアーキテクチャにより既存の技術やエンタープライズアプリケーションを統合して、単一の管理が可能な環境にまとめ上げることが可能です。</p></section>
+<section><p><ph conref="../conrefs.dita#prod/productshortname"></ph>は分散化されたJ2EEシステムにおいては、J2EE準拠のソフトウェア部品です。JNDIサーバやコネクションプールのモジュール、トランザクションマネージャ、リソースマネージャ、ユーザアプリケーション等のほかのソフトウェアと並んで、<ph conref="../conrefs.dita#prod/productshortname"></ph>は大きなシステムの一部となるソフトウェアとなります。<ph conref="../conrefs.dita#prod/productshortname"></ph>は、これã‚�
 �のうち、リソースマネージャとしての機能を提供します。</p><p>J2EEについてのより詳細な情報は、<i><xref format="html" href="http://java.sun.com/javaee/reference/" scope="external">http://java.sun.com/javaee/reference/</xref></i>にて入手可能なJ2EEの仕様を参照してください。</p><p>J2EEのシステムにてリソースマネージャとして働くためには、J2EEが要求する以下の基本機能・機構を実現しなければなりません。<ul>
+<li>JNDIのサポート<p>この機能により、アプリケーションは、データベースの名前を登録して、データベース接続URLではなく、登録した名前によりデータベースに接続できます。JDBCインターフェイスの一つである、<i><xref href="rrefjta18596.dita#rrefjta18596/jta20722">javax.sql.DataSource</xref></i>により、この機能は実現されています。</p></li>
+<li>コネクションプーリング<p>リソースマネージャ((<ph conref="../conrefs.dita#prod/productshortname"></ph>)への接続を保持する機構です。
+接続を要求するユーザは、プールされた接続をこの機構から受け取ることができます。
+接続の確率は比較的に高価な処理となるので、クライアント/サーバの環境にてコネクションプールは有用です。組み込み環境では接続は比較的安価に手に入れることができます。したがってコネクションプールによるパフォーマンス上の利得は余りありません。
+この機能はJDBCインターフェイスの、<i><xref href="rrefjta18596.dita#rrefjta18596/jta96573">javax.sql.ConnectionPoolDataSourceとjavax.sql.PooledConnection</xref></i>により提供されます。</p></li>
+
+<li>XA のサポート<p>XAは分散トランザクション管理の標準の一つです。
+これは2フェーズコミットに基づくものです。<i>javax.sql.XAxxx</i>インターフェイスと<i>java.transaction.xa</i>パッケージはXAの抽象的な実装です。
+XAの詳細については<cite>X/Open CAE Specification-Distributed
+Transaction Processing: The XA Specification</cite>, X/Open Document No. XO/CAE/91/300か、ISBN 1 872630 24 3を参照してください。
+JTAのAPIは、java.transaction.xaパッケージのインターフェイス(<i><xref href="rrefjta18596.dita#rrefjta18596/jta18170">javax.sql.XAConnection</xref>,</i> <i><xref
+href="rrefjta18596.dita#rrefjta18596/jta88962">javax.sql.XADataSource</xref>,</i> <i><xref
+href="rrefjta51021.dita#rrefjta51021/jta18387">javax.transaction.xa.XAResource</xref>,</i> <i><xref
+href="rrefjta51021.dita#rrefjta51021/jta75105">javax.transaction.xa.Xid</xref>,</i> and <i><xref
+href="rrefjta51021.dita#rrefjta51021/jta93666">javax.transaction.xa.XAException</xref></i>)から構成されて、この機能を提供します。</p></li>
+</ul></p><p>基本となるJDBCのインターフェイスを除いて、これらのインターフェイスはエンドユーザーのアプリケーションからは意識されません。これらはシステムのバックエンドのソフトウェアコンポーネントにて利用されます。
+<note>これらのインターフェイスを実装するクラスの情報や、どのようにして<ph conref="../conrefs.dita#prod/productshortname"></ph>をリソースマネージャーとして使うかは、<cite><ph conref="../conrefs.dita#pub/citdevelop"></ph></cite>の第6章にある「<ph conref="../conrefs.dita#prod/productshortname"></ph>をJ2EEのリソースマネージャに使う」を参照してください。</note></p></section>
+</refbody>
+</reference>

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rrefjta16677.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rrefjta18596.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rrefjta18596.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rrefjta18596.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rrefjta18596.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<reference id="rrefjta18596" xml:lang="ja">
+<title>javax.sql:JDBCインターフェイス</title>
+<prolog><metadata>
+<keywords><indexterm>javax.sql package</indexterm><indexterm>JDBC 2.0<indexterm>standard
+interfaces</indexterm></indexterm><indexterm>javax.sql.PooledConnection</indexterm>
+<indexterm>Connection pooling</indexterm><indexterm>javax.sql.DataSource</indexterm>
+<indexterm>Data sources</indexterm><indexterm>javax.sql.XAConnection</indexterm>
+<indexterm>javax.sql.XADataSource</indexterm><indexterm>Data sources<indexterm>creating
+a database for</indexterm></indexterm><indexterm>Data sources<indexterm>shutting
+down a database for</indexterm></indexterm></keywords>
+</metadata></prolog>
+<refbody>
+<section><p>この節では<ph conref="../conrefs.dita#prod/productshortname"></ph>が実装するJDBCインターフェイスについて説明します。この仕様はJ2EE準拠の一部に含まれます。</p>
+<p>これらの拡張のより詳細な情報は、利用するバージョンのJDKのAPI文書を参照してください。この文書は<xref format="html"
+href="http://java.sun.com/javase/reference/api.jsp"
+scope="external"><i>http://java.sun.com/javase/reference/api.jsp</i></xref>にもあります。
+  <ul id="i1017905">
+<li><i id="jta20722">javax.sql.DataSource</i> 
+<p>実在のデータソースを表し、接続のファクトリとして働きます。DataSourceインターフェイスを実装するクラスは一般的には、Java Naming and Directory (JNDI) APIに基づき登録されます。</p></li>
+<li><i id="jta96573">javax.sql.ConnectionPoolDataSource</i>と<i> javax.sql.PooledConnection</i> <p>データベースへの接続はクライアント/サーバの環境では比較的負荷が高い処理です。接続を一度確立した後、同じ接続を複数の要求に供することで、劇的にデータベースのパフォーマンスを向上することができます。</p> 
+<p><ph
+conref="../conrefs.dita#prod/productshortname"></ph>の<codeph>ConnectionPoolDataSource</codeph>および<codeph>PooledConnection</codeph>インターフェイスの実装により、コネクションプールサーバはリソースマネージャ(<ph conref="../conrefs.dita#prod/productshortname"></ph>)への接続を維持・管理することができます。
+組み込みの環境下では比較的低い負荷で接続を確立することができるので、コネクションプールは必要ではありません。</p></li>
+<li id="i1018049"><i id="jta18170">javax.sql.XAConnection</i>   
+<p>単一の<i>XAConnection</i>から、単一の<i>XAResource</i>および、その生存期間中に複数の<i>Connection</i>を作ることができます。この種類の接続により、分散トランザクションが可能となります。</p></li>
+<li id="i1018057"><i id="jta88962">javax.sql.XADataSource</i>   
+<p><i>XADataSource</i>を簡単に説明すると、<i>XAConnections</i>を作成できる<i>ConnectionPoolDataSource</i>です。</p></li>
+</ul></p></section>
+<section><p>さらに<ph conref="../conrefs.dita#prod/productshortname"></ph>では<i>XADataSource、DataSourceとConnectionPoolDataSource</i>に三つのメソッドを用意しています。
+<ph
+conref="../conrefs.dita#prod/productshortname"></ph>ではデータソースの属性をいくつか用意しています。
+<ul>
+<li><i><ph></ph>setCreateDatabase(String create)</i>   
+<p>次回の接続でデータベースを作成する属性を設定します。引数の文字列は"create"でなければなりません。</p></li>
+<li><i>setShutdownDatabase(String shutdown)</i>   
+<p>データベースを終了する属性を設定します。データベースは次回の接続で終了します。引数の文字列は"shutdown"でなければなりません。</p></li>
+</ul> <note>これらの属性はデータベースへの接続を取得する前に設定してください。</note></p></section>
+</refbody>
+</reference>

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rrefjta18596.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rrefjta51021.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rrefjta51021.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rrefjta51021.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rrefjta51021.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<reference id="rrefjta51021" xml:lang="ja">
+<title>JTA API </title>
+<prolog><metadata>
+<keywords><indexterm>JTA API</indexterm></keywords>
+</metadata></prolog>
+<refbody>
+<section><p>JTA APIは<i> java.transaction.xa</i>の二つのインターフェイスと一つの例外によりできています。このAPIは<ph conref="../conrefs.dita#prod/productshortname"></ph>にて全て実装されています。
+<ul id="i1017757">
+<li><i id="jta18387"><ph><indexterm>javax.transaction.xa.XAResource</indexterm></ph>javax.transaction.xa.XAResource</i></li>
+<li id="i1018125"><i id="jta75105">javax.transaction.xa.Xid<ph><indexterm>javax.transaction.xa.Xid</indexterm></ph></i></li>
+<li id="i1017827"><i id="jta93666"><ph><indexterm>javax.transaction.xa.XAException</indexterm></ph>javax.transaction.xa.XAException</i></li>
+</ul></p></section>
+</refbody>
+</reference>
+

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rrefjta51021.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rrefkeywords29722.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rrefkeywords29722.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rrefkeywords29722.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rrefkeywords29722.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,242 @@
+<?xml version="1.0" encoding="utf-8"?>
+ 
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<reference id="rrefkeywords29722" xml:lang="ja">
+<title>SQL予約語</title>
+<prolog><metadata>
+<keywords><indexterm>reserved words</indexterm><indexterm>keywords</indexterm>
+</keywords>
+</metadata></prolog>
+<refbody>
+<section><p>この章では<ph conref="../conrefs.dita#prod/productshortname"></ph>の全予約語を一覧で示します。これにはSQL-92にて定められたものも含めます。
+これらのキーワードを二重引用符(")で囲むことなく識別子として利用した場合、<ph conref="../conrefs.dita#prod/productshortname"></ph>はエラーを返します。
+詳細は<xref href="crefsqlj1003454.dita#crefsqlj1003454"></xref>を参照してください。<sl
+compact="yes">
+<sli>ADD</sli>
+<sli>ALL</sli>
+<sli>ALLOCATE</sli>
+<sli>ALTER</sli>
+<sli>AND</sli>
+<sli>ANY</sli>
+<sli>ARE</sli>
+<sli>AS</sli>
+<sli>ASC</sli>
+<sli>ASSERTION</sli>
+<sli>AT</sli>
+<sli>AUTHORIZATION</sli>
+<sli>AVG</sli>
+<sli>BEGIN</sli>
+<sli>BETWEEN</sli>
+<sli>BIGINT</sli>
+<sli>BIT</sli>
+<sli>BOOLEAN</sli>
+<sli>BOTH</sli>
+<sli>BY</sli>
+<sli>CALL</sli>
+<sli>CASCADE</sli>
+<sli>CASCADED</sli>
+<sli>CASE</sli>
+<sli>CAST</sli>
+<sli>CHAR</sli>
+<sli>CHARACTER</sli>
+<sli>CHECK</sli>
+<sli>CLOSE</sli>
+<sli>COALESCE</sli>
+<sli>COLLATE</sli>
+<sli>COLLATION</sli>
+<sli>COLUMN</sli>
+<sli>COMMIT</sli>
+<sli>CONNECT</sli>
+<sli>CONNECTION</sli>
+<sli>CONSTRAINT</sli>
+<sli>CONSTRAINTS</sli>
+<sli>CONTINUE</sli>
+<sli>CONVERT</sli>
+<sli>CORRESPONDING</sli>
+<sli>CREATE</sli>
+<sli>CURRENT</sli>
+<sli>CURRENT_DATE</sli>
+<sli>CURRENT_TIME</sli>
+<sli>CURRENT_TIMESTAMP</sli>
+<sli>CURRENT_USER</sli>
+<sli>CURSOR</sli>
+<sli>DEALLOCATE</sli>
+<sli>DEC</sli>
+<sli>DECIMAL</sli>
+<sli>DECLARE</sli>
+<sli>DEFAULT</sli>
+<sli>DEFERRABLE</sli>
+<sli>DEFERRED</sli>
+<sli>DELETE</sli>
+<sli>DESC</sli>
+<sli>DESCRIBE</sli>
+<sli>DIAGNOSTICS</sli>
+<sli>DISCONNECT</sli>
+<sli>DISTINCT</sli>
+<sli>DOUBLE</sli>
+<sli>DROP</sli>
+<sli>ELSE</sli>
+<sli>END</sli>
+<sli>END-EXEC</sli>
+<sli>ESCAPE</sli>
+<sli>EXCEPT</sli>
+<sli>EXCEPTION</sli>
+<sli>EXEC</sli>
+<sli>EXECUTE</sli>
+<sli>EXISTS</sli>
+<sli>EXPLAIN</sli>
+<sli>EXTERNAL</sli>
+<sli>FALSE</sli>
+<sli>FETCH</sli>
+<sli>FIRST</sli>
+<sli>FLOAT</sli>
+<sli>FOR</sli>
+<sli>FOREIGN</sli>
+<sli>FOUND</sli>
+<sli>FROM</sli>
+<sli>FULL</sli>
+<sli>FUNCTION</sli>
+<sli>GET</sli>
+<sli>GETCURRENTCONNECTION</sli>
+<sli>GLOBAL</sli>
+<sli>GO</sli>
+<sli>GOTO</sli>
+<sli>GRANT</sli>
+<sli>GROUP</sli>
+<sli>HAVING</sli>
+<sli>HOUR</sli>
+<sli>IDENTITY</sli>
+<sli>IMMEDIATE</sli>
+<sli>IN</sli>
+<sli>INDICATOR</sli>
+<sli>INITIALLY</sli>
+<sli>INNER</sli>
+<sli>INOUT</sli>
+<sli>INPUT</sli>
+<sli>INSENSITIVE</sli>
+<sli>INSERT</sli>
+<sli>INT</sli>
+<sli>INTEGER</sli>
+<sli>INTERSECT</sli>
+<sli>INTO</sli>
+<sli>IS</sli>
+<sli>ISOLATION</sli>
+<sli>JOIN</sli>
+<sli>KEY</sli>
+<sli>LAST</sli>
+<sli>LEFT</sli>
+<sli>LIKE</sli>
+<sli>LOWER</sli>
+<sli>LTRIM</sli>
+<sli>MATCH</sli>
+<sli>MAX</sli>
+<sli>MIN</sli>
+<sli>MINUTE</sli>
+<sli>NATIONAL</sli>
+<sli>NATURAL</sli>
+<sli>NCHAR</sli>
+<sli>NVARCHAR</sli>
+<sli>NEXT</sli>
+<sli>NO</sli>
+<sli>NOT</sli>
+<sli>NULL</sli>
+<sli>NULLIF</sli>
+<sli>NUMERIC</sli>
+<sli>OF</sli>
+<sli>ON</sli>
+<sli>ONLY</sli>
+<sli>OPEN</sli>
+<sli>OPTION</sli>
+<sli>OR</sli>
+<sli>ORDER</sli>
+<sli>OUTER</sli>
+<sli>OUTPUT</sli>
+<sli>OVERLAPS</sli>
+<sli>PAD</sli>
+<sli>PARTIAL</sli>
+<sli>PREPARE</sli>
+<sli>PRESERVE</sli>
+<sli>PRIMARY</sli>
+<sli>PRIOR</sli>
+<sli>PRIVILEGES</sli>
+<sli>PROCEDURE</sli>
+<sli>PUBLIC</sli>
+<sli>READ</sli>
+<sli>REAL</sli>
+<sli>REFERENCES</sli>
+<sli>RELATIVE</sli>
+<sli>RESTRICT</sli>
+<sli>REVOKE</sli>
+<sli>RIGHT</sli>
+<sli>ROLLBACK</sli>
+<sli>ROWS</sli>
+<sli>RTRIM</sli>
+<sli>SCHEMA</sli>
+<sli>SCROLL</sli>
+<sli>SECOND</sli>
+<sli>SELECT</sli>
+<sli>SESSION_USER</sli>
+<sli>SET</sli>
+<sli>SMALLINT</sli>
+<sli>SOME</sli>
+<sli>SPACE</sli>
+<sli>SQL</sli>
+<sli>SQLCODE</sli>
+<sli>SQLERROR</sli>
+<sli>SQLSTATE</sli>
+<sli>SUBSTR</sli>
+<sli>SUBSTRING</sli>
+<sli>SUM</sli>
+<sli>SYSTEM_USER</sli>
+<sli>TABLE</sli>
+<sli>TEMPORARY</sli>
+<sli>TIMEZONE_HOUR</sli>
+<sli>TIMEZONE_MINUTE</sli>
+<sli>TO</sli>
+<sli>TRANSACTION</sli>
+<sli>TRANSLATE</sli>
+<sli>TRANSLATION</sli>
+<sli>TRIM</sli>
+<sli>TRUE</sli>
+<sli>UNION</sli>
+<sli>UNIQUE</sli>
+<sli>UNKNOWN</sli>
+<sli>UPDATE</sli>
+<sli>UPPER</sli>
+<sli>USER</sli>
+<sli>USING</sli>
+<sli>VALUES</sli>
+<sli>VARCHAR</sli>
+<sli>VARYING</sli>
+<sli>VIEW</sli>
+<sli>WHENEVER</sli>
+<sli>WHERE</sli>
+<sli>WITH</sli>
+<sli>WORK</sli>
+<sli>WRITE</sli>
+<sli>XML</sli>
+<sli>XMLEXISTS</sli>
+<sli>XMLPARSE</sli>
+<sli>XMLQUERY</sli>
+<sli>XMLSERIALIZE</sli>
+<sli>YEAR</sli>
+</sl></p></section>
+</refbody>
+</reference>

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rrefkeywords29722.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rreflicense.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rreflicense.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rreflicense.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rreflicense.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,247 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!--##### DO NOT CHANGE ANYTHING ABOVE THIS LINE #####-->
+<reference id="rreflicense" xml:lang="en-us">
+<title>License</title>
+<shortdesc></shortdesc>
+<prolog><metadata>
+<keywords><indexterm>Apache<indexterm>license</indexterm></indexterm></keywords>
+</metadata></prolog>
+<refbody>
+<section><title>The Apache License, Version 2.0</title>
+<codeblock>
+                               Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use,
+      reproduction, and distribution as defined by Sections 1 through
+      9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized
+      by the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under
+      common control with that entity. For the purposes of this
+      definition, "control" means (i) the power, direct or indirect,
+      to cause the direction or management of such entity, whether by
+      contract or otherwise, or (ii) ownership of fifty percent (50%)
+      or more of the outstanding shares, or (iii) beneficial ownership
+      of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making
+      modifications, including but not limited to software source code,
+      documentation source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or
+      Object form, that is based on (or derived from) the Work and
+      for which the editorial revisions, annotations, elaborations,
+      or other modifications represent, as a whole, an original work
+      of authorship.  For the purposes of this License, Derivative
+      Works shall not include works that remain separable from, or
+      merely link (or bind by name) to the interfaces of, the Work
+      and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or
+      additions to that Work or Derivative Works thereof, that is
+      intentionally submitted to Licensor for inclusion in the Work
+      by the copyright owner or by an individual or Legal Entity
+      authorized to submit on behalf of the copyright owner. For the
+      purposes of this definition,
+      "submitted" means any form of electronic, verbal, or written
+      communication sent to the Licensor or its representatives,
+      including but not limited to communication on electronic mailing
+      lists, source code control systems, and issue tracking systems
+      that are managed by, or on behalf of, the Licensor for the
+      purpose of discussing and improving the Work, but excluding
+      communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a
+      Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal
+      Entity on behalf of whom a Contribution has been received by
+      Licensor and subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions
+      of this License, each Contributor hereby grants to You a
+      perpetual, worldwide, non-exclusive, no-charge, royalty-free,
+      irrevocable copyright license to reproduce, prepare Derivative
+      Works of, publicly display, publicly perform, sublicense, and
+      distribute the Work and such Derivative Works in Source or
+      Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have
+      made, use, offer to sell, sell, import, and otherwise transfer
+      the Work, where such license applies only to those patent claims
+      licensable by such Contributor that are necessarily infringed by
+      their Contribution(s) alone or by combination of their
+      Contribution(s) with the Work to which such Contribution(s) was
+      submitted. If You institute patent litigation against any entity
+      (including a cross-claim or counterclaim in a lawsuit) alleging
+      that the Work or a Contribution incorporated within the Work
+      constitutes direct or contributory patent infringement, then any
+      patent licenses granted to You under this License for that Work
+      shall terminate as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute
+          must include a readable copy of the attribution notices
+          contained within such NOTICE file, excluding those notices
+          that do not pertain to any part of the Derivative Works, in
+          at least one of the following places: within a NOTICE text
+          file distributed as part of the Derivative Works; within the
+          Source form or documentation, if provided along with the
+          Derivative Works; or, within a display generated by the
+          Derivative Works, if and wherever such third-party notices
+          normally appear. The contents of the NOTICE file are for
+          informational purposes only and do not modify the License.
+          You may add Your own attribution notices within Derivative
+          Works that You distribute, alongside or as an addendum to
+          the NOTICE text from the Work, provided that such additional
+          attribution notices cannot be construed as modifying the
+          License.
+
+      You may add Your own copyright statement to Your modifications
+      and may provide additional or different license terms and
+      conditions for use, reproduction, or distribution of Your
+      modifications, or for any such Derivative Works as a whole,
+      provided Your use, reproduction, and distribution of the Work
+      otherwise complies with the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state
+      otherwise, any Contribution intentionally submitted for
+      inclusion in the Work by You to the Licensor shall be under the
+      terms and conditions of this License, without any additional
+      terms or conditions.  Notwithstanding the above, nothing herein
+      shall supersede or modify the terms of any separate license
+      agreement you may have executed with Licensor regarding such
+      Contributions.
+
+   6. Trademarks. This License does not grant permission to use the
+      trade names, trademarks, service marks, or product names of the
+      Licensor, except as required for reasonable and customary use
+      in describing the origin of the Work and reproducing the content
+      of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or
+      conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or
+      FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for
+      determining the appropriateness of using or redistributing the
+      Work and assume any risks associated with Your exercise of
+      permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and
+      grossly negligent acts) or agreed to in writing, shall any
+      Contributor be liable to You for damages, including any direct,
+      indirect, special, incidental, or consequential damages of any
+      character arising as a result of this License or out of the use
+      or inability to use the Work (including but not limited to
+      damages for loss of goodwill, work stoppage, computer failure or
+      malfunction, or any and all other commercial damages or losses),
+      even if such Contributor has been advised of the possibility of
+      such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by
+      reason of your accepting any such warranty or additional
+      liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+   implied.  See the License for the specific language governing
+   permissions and limitations under the License.
+</codeblock>
+</section>
+</refbody>
+</reference>

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rreflicense.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rreflimits.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rreflimits.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rreflimits.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rreflimits.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<reference id="rreflimits" xml:lang="en-us">
+<title>Derbyの制限事項</title>
+<refbody>
+<section><p>この説では<ph
+conref="../conrefs.dita#prod/productshortname"></ph>にある制限事項を挙げます。</p></section>
+</refbody>
+</reference>
+

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rreflimits.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native

Added: db/derby/docs/trunk/src/ja_JP/ref/rreflimitsxml.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ja_JP/ref/rreflimitsxml.dita?rev=609101&view=auto
==============================================================================
--- db/derby/docs/trunk/src/ja_JP/ref/rreflimitsxml.dita (added)
+++ db/derby/docs/trunk/src/ja_JP/ref/rreflimitsxml.dita Sat Jan  5 00:25:17 2008
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+ 
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<reference id="rreflimitsxml" xml:lang="en-us">
+<title>XMLの制限</title>
+<prolog><metadata>
+<keywords><indexterm>XML data type<indexterm>limitations</indexterm></indexterm>
+</keywords>
+</metadata></prolog>
+<refbody>
+<section><p>以下の表に、<ph
+conref="../conrefs.dita#prod/productshortname"></ph>でのXMLデータ型の制限を記します。</p></section>
+<table frame="all"><title>XMLの制限</title>
+<tgroup cols="2" colsep="1" rowsep="1"><colspec colname="colspec0" colwidth="228*"/>
+<colspec colname="colspec1" colwidth="228*"/>
+<thead>
+<row>
+<entry align="left" valign="top">項目</entry>
+<entry align="left" colname="colspec1" valign="top">制限</entry>
+</row>
+</thead>
+<tbody>
+<row>
+<entry colname="colspec0">XMLの長さ</entry>
+<entry colname="colspec1">2,147,483,647文字</entry>
+</row>
+<row>
+<entry colname="colspec0">XML演算子の利用</entry>
+<entry colname="colspec1">Apache XercesのようなJAXP構文解析器とApache Xalanのクラスが、クラスパスに記述されている必要があります。クラスパスにこれらのクラスがない場合、XML演算子を利用するとエラーとなります。</entry>
+</row>
+</tbody>
+</tgroup>
+</table>
+</refbody>
+</reference>

Propchange: db/derby/docs/trunk/src/ja_JP/ref/rreflimitsxml.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native