You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@db.apache.org by rh...@apache.org on 2013/03/13 14:54:25 UTC

svn commit: r854277 [17/44] - in /websites/production/db/content/derby: docs/10.4/ja_JP/ docs/10.4/ja_JP/getstart/ docs/10.4/ja_JP/images/ docs/10.4/ja_JP/ref/ manuals/

Propchange: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexcept71493.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexportproc.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexportproc.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexportproc.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,118 @@
+<!--
+  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.
+-->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html lang="ja" xml:lang="ja">
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+<meta name="copyright" content="(C) Copyright 2005" />
+<meta name="DC.rights.owner" content="(C) Copyright 2005" />
+<meta content="public" name="security" />
+<meta content="index,follow" name="Robots" />
+<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
+<meta content="reference" name="DC.Type" />
+<meta name="DC.Title" content="SYSCS_UTIL.SYSCS_EXPORT_TABLE システム手続き" />
+<meta name="abstract" content="SYSCS_UTIL.SYSCS_EXPORT_TABLEシステム手続きにより、基本ソフト(OS)のファイルへ、表にある全ての情報をエクスポートすることができます。" />
+<meta name="description" content="SYSCS_UTIL.SYSCS_EXPORT_TABLEシステム手続きにより、基本ソフト(OS)のファイルへ、表にある全ての情報をエクスポートすることができます。" />
+<meta content="system procedures, SYSCS_UTIL.SYSCS_EXPORT_TABLE" name="DC.subject" />
+<meta content="system procedures, SYSCS_UTIL.SYSCS_EXPORT_TABLE" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="crefsqlbuiltinsystemprocedures.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rrefexportproc" name="DC.Identifier" />
+<meta content="ja" name="DC.Language" />
+<link href="/export/home/tmp/derby/docs-10.4/out/ja_JP/reftemp/commonltr.css" type="text/css" rel="stylesheet" />
+<title>SYSCS_UTIL.SYSCS_EXPORT_TABLE システム手続き</title>
+</head>
+<body id="rrefexportproc"><a name="rrefexportproc"><!-- --></a>
+
+
+<h1 class="topictitle1">SYSCS_UTIL.SYSCS_EXPORT_TABLE システム手続き</h1>
+
+
+
+<div><p><samp class="codeph">SYSCS_UTIL.SYSCS_EXPORT_TABLE</samp>システム手続きにより、基本ソフト(OS)のファイルへ、表にある全ての情報をエクスポートすることができます。</p>
+
+<div class="section"><p><samp class="codeph">SYSCS_UTIL.SYSCS_EXPORT_TABLE</samp>システム手続きは、デリミトされたデータファイルの書式で、表から基本ソフト(OS)のファイルへエクスポートを行います。</p>
+</div>
+
+<div class="section"><p>セキュリティ的な配慮と意図せぬファイルの破壊を避けるため、このエクスポートの手続きは情報を既存ファイルへエクスポートしません。エクスポートの手続きでは新規のファイル名を指定する必要があります。この手続きを実行すると、作成した新規ファイルへ情報がエクスポートされます。</p>
+
+<p>デリミトされたファイル書式により情報はエクスポートされます。</p>
+</div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4> <pre>SYSCS_UTIL.SYSCS_EXPORT_TABLE (IN SCHEMANAME  VARCHAR(128),
+IN TABLENAME VARCHAR(128), IN FILENAME VARCHAR(32672),
+IN COLUMNDELIMITER CHAR(1), IN CHARACTERDELIMITER CHAR(1),
+IN CODESET VARCHAR(128)) </pre>
+ 
+<p>このシステム手続きは結果を返しません。</p>
+ <dl>
+
+<dt class="dlterm">SCHEMANAME</dt>
+
+<dd>An input argument of type VARCHAR(128) that specifies the schema name
+of the table. Passing a NULL value will use the default schema name.</dd>
+
+
+<dt class="dlterm">TABLENAME</dt>
+
+<dd>この引数の型はVARCHAR(128)で、この引数により情報をエクスポートする表やビューの名前を指定します。空の値を渡すとエラーになります。</dd>
+
+
+<dt class="dlterm">FILENAME</dt>
+
+<dd>情報をエクスポートする新規ファイルの名称を指定します。パスが省略された場合、現在のディレクトリが使われます。もし既存ファイルの名前が指定された場合、エクスポートの手続きはエラーを返します。ネットワークサーバを使っている場合、サーバ上のファイル位置を指定する必要があります。NULL値を指定するとエラーとなります。<span class="parmname">FILENAME</span>パラメータ�
 �¯VARCHAR (32672)型の値を入力にとる引数です。</dd>
+
+
+<dt class="dlterm">COLUMNDELIMITER</dt>
+
+<dd>この引数の型はCHAR(1)で、列のデリミタを指定します。指定された文字はコンマの代わりに列の終わりを表すために用いられます。空の値を渡した場合は既定の値が使われ、既定値はコンマ(,)です。</dd>
+
+
+<dt class="dlterm">CHARACTERDELIMITER</dt>
+
+<dd>この引数の型はCHAR(1)で、文字のデリミタを指定します。指定された文字は二重引用符の代わりに文字列を囲うために用いられます。
+空の値を渡すと既定値が用いられ、既定値は二重引用符(")です。</dd>
+
+
+<dt class="dlterm">CODESET</dt>
+
+<dd>この引数の型はVARCHAR(128)で、エクスポートされるファイルにおける情報のコードセットを指定します。コードセットの名前はJavaのサポートする文字エンコーディングの内の一つでなければなりません。情報はファイルに書き出す前に、データベースのコードセットから指定されたコードセットに変換されます。
+空の値を渡した場合、情報は実行中のJVMと同じコードセットで出力されます。</dd>
+
+</dl>
+もしスキーマや表の名前をデリミトされない識別子で作成した場合、エクスポートを行う手続きに渡す名前は全て大文字としなければなりません。もしスキーマや表、列名をデリミトされた識別子で作成した場合、エクスポートを行う手続きに渡す名前の大文字小文字は、作成したときと同じでなければなりません。</div>
+
+<div class="section"><h4 class="sectiontitle">使い方</h4><p>この手続きの使い方のより詳細な情報は、<span><em>Derby ツールとユーティリティーガイド</em></span>の「バルクインポートとエクスポートの手続きを使う」の章を参照してください。</p>
+</div>
+
+<div class="section"><h4 class="sectiontitle">例</h4>
+<p>次の例ではSAMPLEデータベースにあるSTAFF表から<samp class="codeph">myfile.del</samp>というファイルへエクスポートを行う方法を示します。</p>
+
+<pre>CALL SYSCS_UTIL.SYSCS_EXPORT_TABLE (null, 'STAFF', 'myfile.del', null, null, null);</pre>
+</div>
+
+</div>
+
+<div>
+<div class="familylinks">
+<div class="parentlink"><strong>親トピック:</strong> <a href="crefsqlbuiltinsystemprocedures.html" title="">組み込みシステム手続き</a></div>
+</div>
+</div>
+
+</body>
+</html>

Propchange: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexportproc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexportproctablelobs.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexportproctablelobs.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexportproctablelobs.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,135 @@
+<!--
+  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.
+-->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html lang="ja" xml:lang="ja">
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+<meta name="copyright" content="(C) Copyright 2005" />
+<meta name="DC.rights.owner" content="(C) Copyright 2005" />
+<meta content="public" name="security" />
+<meta content="index,follow" name="Robots" />
+<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
+<meta content="reference" name="DC.Type" />
+<meta name="DC.Title" content="SYSCS_UTIL.SYSCS_EXPORT_TABLE_LOBS_TO_EXTFILE システム手続き" />
+<meta name="abstract" content="SYSCS_UTIL.SYSCS_EXPORT_TABLE_LOBS_TO_EXTFILEシステム手続きをつかって、表の全情報をエクスポートできます。このときLOBの情報は別ファイルにエクスポートして書かれます。LOBが書かれた場所への参照は、主となるエクスポートファイルのLOB列にあります。" />
+<meta name="description" content="SYSCS_UTIL.SYSCS_EXPORT_TABLE_LOBS_TO_EXTFILEシステム手続きをつかって、表の全情報をエクスポートできます。このときLOBの情報は別ファイルにエクスポートして書かれます。LOBが書かれた場所への参照は、主となるエクスポートファイルのLOB列にあります。" />
+<meta content="system procedures, SYSCS_UTIL.SYSCS_EXPORT_TABLE_LOBS_TO_EXTFILE, system procedures" name="DC.subject" />
+<meta content="system procedures, SYSCS_UTIL.SYSCS_EXPORT_TABLE_LOBS_TO_EXTFILE, system procedures" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="crefsqlbuiltinsystemprocedures.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rrefexportproclobs" name="DC.Identifier" />
+<meta content="ja" name="DC.Language" />
+<link href="/export/home/tmp/derby/docs-10.4/out/ja_JP/reftemp/commonltr.css" type="text/css" rel="stylesheet" />
+<title>SYSCS_UTIL.SYSCS_EXPORT_TABLE_LOBS_TO_EXTFILE システム手続き</title>
+</head>
+<body id="rrefexportproclobs"><a name="rrefexportproclobs"><!-- --></a>
+
+
+<h1 class="topictitle1">SYSCS_UTIL.SYSCS_EXPORT_TABLE_LOBS_TO_EXTFILE システム手続き</h1>
+
+
+
+<div><p><samp class="codeph">SYSCS_UTIL.SYSCS_EXPORT_TABLE_LOBS_TO_EXTFILE</samp>システム手続きをつかって、表の全情報をエクスポートできます。このときLOBの情報は別ファイルにエクスポートして書かれます。LOBが書かれた場所への参照は、主となるエクスポートファイルのLOB列にあります。</p>
+
+<div class="section">
+<p>セキュリティへの配慮や意図しないファイルの破壊を避ける理由で、この手続きは既存のファイルへのエクスポートは行いません。手続きのファイル名には存在しないファイル名を指定する必要があります。手続きを実行するとファイルが作成され、そのファイルへ情報がエクスポートされます。</p>
+
+<p>情報はデリミトされたファイル書式によりエクスポートされます。</p>
+</div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4> <pre>SYSCS_UTIL.SYSCS_EXPORT_TABLE_LOBS_TO_EXTFILE (
+    IN SCHEMANAME VARCHAR(128), 
+    IN TABLENAME VARCHAR(128), 
+    IN FILENAME VARCHAR(32672), 
+    IN COLUMNDELIMITER CHAR(1), 
+    IN CHARACTERDELIMITER CHAR(1), 
+    IN CODESET VARCHAR(128) 
+    IN LOBSFILENAME VARCHAR(32672)
+    ) </pre>
+ 
+<p>
+この手続きを実行すると、列の情報は主となるエクスポートファイルにデリミトされたデータファイルの書式で書かれます。</p>
+<dl>
+<dt class="dlterm">SCHEMANAME</dt>
+
+<dd>表のスキーマを指定します。既定のスキーマ名を利用するため、NULLを指定することもできます。<span class="parmname">SCHEMANAME</span>パラメータには、VARCHAR (128)データ型の引数を入力として与えます。</dd>
+
+
+<dt class="dlterm">TABLENAME</dt>
+
+<dd>情報をエクスポートする表やビューの名前を指定します。この表はシステム表や一時表であってはなりません。文字列は表名と大文字小文字が一致していなければなりません。<span class="parmname">TABLENAME</span>パラメータには、VARCHAR (128)型の引数を入力に与えます。</dd>
+
+
+<dt class="dlterm">FILENAME</dt>
+
+<dd>
+情報がエクスポートされる新規ファイルの名前を指定します。もしパスが省略されている場合、現在のディレクトリが使われます。もし既存ファイルの名前が指定された場合、エクスポート手続きはエラーを返します。
+ネットワークサーバを利用している場合、指定するファイルの位置はサーバサイドでの位置です。NULLの値を指定するとエラーとなります。<span class="parmname">FILENAME</span>パラメータには、VARCHAR (32672)データ型の引数を入力に与えます。</dd>
+
+
+<dt class="dlterm">COLUMNDELIMITER</dt>
+
+<dd>列のデリミタを指定します。指定された文字は列の終了を表すために、コンマに代わって使われます。既定値のコンマを使う場合、NULLを指定することができます。
+<span class="parmname">COLUMNDELIMITER</span>パラメータはCHAR (1)データ型でなければなりません。</dd>
+
+
+<dt class="dlterm">CHARACTERDELIMITER</dt>
+
+<dd>文字のデリミタを指定します。指定された文字は文字列を囲うために、二重引用符に代わって使われます。既定値の二重引用符を使う場合、NULLを指定することができます。
+<span class="parmname">CHARACTERDELIMITER</span>パラメータには、CHAR (1)データ型の引数を入力に与えます。</dd>
+
+
+<dt class="dlterm">CODESET</dt>
+
+<dd>エクスポートファイルの情報のコードセットを指定します。コードセットの名前はJavaにて利用可能な文字エンコードでなければなりません。ファイルに情報が書き出される前に、データベースのコードページから指定されたコードページへの情報の変換がおこなわれます。プログラムを実行しているJVMのコードページで情報を書き出す場合、NULLを指定することができまã
 ™ã€‚<span class="parmname">CODESET</span>パラメータには、VARCHAR (128)データ型の引数を入力に与えます。</dd>
+
+
+<dt class="dlterm">LOBSFILENAME</dt>
+
+<dd>ラージオブジェクトの情報が書き出されるファイルを指定します。もしパスが省略された場合、LOBファイルは主となるエクスポートファイルと同じディレクトリに作成されます。もし既存ファイルの名前が指定された場合、エクスポートユーティリティはファイルの内容を上書きします。情報がファイルに追加されることはありません。
+ネットワークサーバを利用する場合、ファイルはサーバサイドでの位置である必要があります。
+NULLを引数に与えるとエラーとなります。
+<span class="parmname">LOBSFILENAME</span>パラメータは、VARCHAR (32672)データ型の引数を入力に与えます。</dd>
+
+</dl>
+
+<p>スキーマ、表、列名がデリミトされない識別子で作成されていた場合、エクスポートの手続きに渡す名前は全文字が大文字からなっている必要があります。
+スキーマ、表、列名がデリミトされた識別子で作成されていた場合、エクスポートの手続きに渡す名前は作成した時の名前と大文字小文字が一致していなければなりません。</p>
+</div>
+
+<div class="section"><h4 class="sectiontitle">使い方</h4>
+<p>この手続きの使い方について追加の情報が、<span><em>Derby ツールとユーティリティーガイド</em></span>の「バルクインポートとエクスポートの手続きを使う」にあります。</p>
+</div>
+
+<div class="section"><h4 class="sectiontitle">表の全情報をLOBの情報を別ファイルに分けてエクスポートする例</h4>
+<p>以下の例にて、サンプルデータベースにあるSTAFF表から、<samp class="codeph">staff.del</samp>という主ファイルと<samp class="codeph">pictures.dat</samp>というLOBエクスポートファイルに、情報をエクスポートする方法を示します。</p>
+<pre>CALL SYSCS_UTIL.SYSCS_EXPORT_TABLE_LOBS_TO_EXTFILE(
+    'APP', 'STAFF', 'c:ï¼¼dataï¼¼staff.del', ',' ,'"', 
+    'UTF-8', 'c:ï¼¼dataï¼¼pictures.dat'); </pre>
+</div>
+
+</div>
+
+<div>
+<div class="familylinks">
+<div class="parentlink"><strong>親トピック:</strong> <a href="crefsqlbuiltinsystemprocedures.html" title="">組み込みシステム手続き</a></div>
+</div>
+</div>
+
+</body>
+</html>

Propchange: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexportproctablelobs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexportselectionproc.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexportselectionproc.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexportselectionproc.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,110 @@
+<!--
+  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.
+-->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html lang="ja" xml:lang="ja">
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+<meta name="copyright" content="(C) Copyright 2005" />
+<meta name="DC.rights.owner" content="(C) Copyright 2005" />
+<meta content="public" name="security" />
+<meta content="index,follow" name="Robots" />
+<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
+<meta content="reference" name="DC.Type" />
+<meta name="DC.Title" content="SYSCS_UTIL.SYSCS_EXPORT_QUERYシステム手続き" />
+<meta name="abstract" content="The SYSCS_UTIL.SYSCS_EXPORT_QUERY system procedure exports the results of a SELECT statement to an operating system file." />
+<meta name="description" content="The SYSCS_UTIL.SYSCS_EXPORT_QUERY system procedure exports the results of a SELECT statement to an operating system file." />
+<meta content="system procedures, SYSCS_UTIL.SYSCS_EXPORT_QUERY" name="DC.subject" />
+<meta content="system procedures, SYSCS_UTIL.SYSCS_EXPORT_QUERY" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="crefsqlbuiltinsystemprocedures.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rrefexportselectionproc" name="DC.Identifier" />
+<meta content="ja" name="DC.Language" />
+<link href="/export/home/tmp/derby/docs-10.4/out/ja_JP/reftemp/commonltr.css" type="text/css" rel="stylesheet" />
+<title>SYSCS_UTIL.SYSCS_EXPORT_QUERYシステム手続き</title>
+</head>
+<body id="rrefexportselectionproc"><a name="rrefexportselectionproc"><!-- --></a>
+
+
+<h1 class="topictitle1">SYSCS_UTIL.SYSCS_EXPORT_QUERYシステム手続き</h1>
+
+
+
+<div><p>The <samp class="codeph">SYSCS_UTIL.SYSCS_EXPORT_QUERY</samp> system procedure
+exports the results of a SELECT statement to an operating system file.</p>
+
+<div class="section"><p>セキュリティ的な配慮と予期せぬファイルの破損を避けるため、このエクスポートを行う手続きでは既存ファイルへ情報はエキスポートされません。まだ存在しないファイルのファイル名のみ、エクスポートで指定できます。手続きを実行するとファイルが作成されて、そのファイルへ情報がエクスポートされます。</p>
+
+<p>情報はデリミトされたファイル書式によりエクスポートされます。</p>
+</div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4> <pre>SYSCS_UTIL.SYSCS_EXPORT_QUERY(IN SELECTSTATEMENT VARCHAR(32672),
+IN FILENAME VARCHAR(32672), IN COLUMNDELIMITER CHAR(1),
+IN CHARACTERDELIMITER CHAR(1), IN CODESET VARCHAR(128)) </pre>
+ 
+<p>この手続きは結果を返しません。</p>
+ <dl>
+<dt class="dlterm">SELECTSTATEMENT</dt>
+
+<dd>この引数の型はVARCHAR(32672)です。この引数にはエクスポートする情報を返す選択文(問合せ)を渡します。引数に空の値を渡すとエラーとなります。</dd>
+
+
+<dt class="dlterm">FILENAME</dt>
+
+<dd>情報をエキスポートする新規ファイルを指定します。パスが省略された場合、現在のディレクトリが使われます。もし既存ファイルの名前が指定された場合、エクスポートの手続きはエラーを返します。ネットワークサーバを利用している場合、指定するファイルの位置はサーバ上の位置です。NULL値を指定するとエラーとなります。 <span class="parmname">FILENAME</span>パラメータはVARCHAR (32672)å�
 �‹ã®å€¤ã‚’入力にとる引数です。</dd>
+
+
+<dt class="dlterm">COLUMNDELIMITER</dt>
+
+<dd>この引数の型はCHAR(1)で、列のデリミタを指定します。与えた文字はコンマの代わりに列の終わりを表します。空の値が渡された場合は既定値が使われ、既定値はコンマ(,)です。</dd>
+
+
+<dt class="dlterm">CHARACTERDELIMITER</dt>
+
+<dd>この引数の型はCHAR(1)で、文字のデリミタを指定します。与えた文字は二重引用符の代わりに文字列の囲いを表します。空の値が渡された場合は既定値が使われ、既定値は二重引用符(")です。</dd>
+
+
+<dt class="dlterm">CODESET</dt>
+
+<dd>この引数の型はVARCHAR(128)で、エクスポートされるファイルの情報のコードセットを表します。
+コードセットの名前はJavaがサポートするエンコーディングの何れかでなければなりません。
+情報はファイルに書き出される前に、データベースのコードセットから指定されたコードセットに変換されます。
+空の値を渡すと実行中のJVMと同じコードセットで情報は書き出されます。</dd>
+
+</dl>
+</div>
+
+<div class="section"><h4 class="sectiontitle">使い方</h4>
+<p>この手続きの利用に関する更なる情報については、<span><em>Derby ツールとユーティリティーガイド</em></span>の「バルクインポートとエクスポートの手続きを使う」という章を参照してください。</p>
+</div>
+
+<div class="section"><h4 class="sectiontitle">例</h4> 
+<p>次の例ではSAMPLEデータベースにあるSTAFF表から、<samp class="codeph">myfile.del</samp>というファイルにエクスポートを行う方法を示します。</p>
+ <pre>CALL SYSCS_UTIL.SYSCS_EXPORT_QUERY('select * from staff where dept =20',
+'c:/output/awards.del', null, null, null);</pre>
+</div>
+
+</div>
+
+<div>
+<div class="familylinks">
+<div class="parentlink"><strong>親トピック:</strong> <a href="crefsqlbuiltinsystemprocedures.html" title="">組み込みシステム手続き</a></div>
+</div>
+</div>
+
+</body>
+</html>

Propchange: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexportselectionproc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexportselectionproclobs.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexportselectionproclobs.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexportselectionproclobs.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,123 @@
+<!--
+  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.
+-->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html lang="ja" xml:lang="ja">
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+<meta name="copyright" content="(C) Copyright 2005" />
+<meta name="DC.rights.owner" content="(C) Copyright 2005" />
+<meta content="public" name="security" />
+<meta content="index,follow" name="Robots" />
+<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
+<meta content="reference" name="DC.Type" />
+<meta name="DC.Title" content="SYSCS_UTIL.SYSCS_EXPORT_QUERY_LOBS_TO_EXTFILE システム手続き" />
+<meta name="abstract" content="SYSCS_UTIL.SYSCS_EXPORT_QUERY_LOBS_TO_EXTFILE手続きを使って、主エクスポートファイルと、別になったLOBの情報のエクスポートファイルに、SELECT文の結果をエクスポートすることができます。" />
+<meta name="description" content="SYSCS_UTIL.SYSCS_EXPORT_QUERY_LOBS_TO_EXTFILE手続きを使って、主エクスポートファイルと、別になったLOBの情報のエクスポートファイルに、SELECT文の結果をエクスポートすることができます。" />
+<meta content="system procedures, SYSCS_UTIL.SYSCS_EXPORT_QUERY_LOBS_TO_EXTFILE, system procedures" name="DC.subject" />
+<meta content="system procedures, SYSCS_UTIL.SYSCS_EXPORT_QUERY_LOBS_TO_EXTFILE, system procedures" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="crefsqlbuiltinsystemprocedures.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rrefexportselectionproclobs" name="DC.Identifier" />
+<meta content="ja" name="DC.Language" />
+<link href="/export/home/tmp/derby/docs-10.4/out/ja_JP/reftemp/commonltr.css" type="text/css" rel="stylesheet" />
+<title>SYSCS_UTIL.SYSCS_EXPORT_QUERY_LOBS_TO_EXTFILE システム手続き</title>
+</head>
+<body id="rrefexportselectionproclobs"><a name="rrefexportselectionproclobs"><!-- --></a>
+
+
+<h1 class="topictitle1">SYSCS_UTIL.SYSCS_EXPORT_QUERY_LOBS_TO_EXTFILE システム手続き</h1>
+
+
+
+<div><p><samp class="codeph">SYSCS_UTIL.SYSCS_EXPORT_QUERY_LOBS_TO_EXTFILE</samp>手続きを使って、主エクスポートファイルと、別になったLOBの情報のエクスポートファイルに、SELECT文の結果をエクスポートすることができます。</p>
+
+<div class="section"><p>セキュリティ的な配慮と意図せぬファイルの破壊を避けるため、このエクスポートの手続きでは既存ファイルへの情報のエクスポートは行いません。このエクスポートの手続きには存在しないファイルを指定する必要があります。この手続きを実行するとファイルが新規で作成されて、そのファイルへ情報がエクスポートされます。</p>
+
+<p>情報のエクスポートはデリミトファイル書式により行われます。</p>
+</div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4><pre>SYSCS_UTIL.SYSCS_EXPORT_QUERY_LOBS_TO_EXTFILE (
+    IN SELECTSTATEMENT VARCHAR(32672),
+    IN FILENAME VARCHAR(32672), 
+    IN COLUMNDELIMITER CHAR(1),
+    IN CHARACTERDELIMITER CHAR(1), 
+    IN CODESET VARCHAR(128)
+    IN LOBSFILENAME VARCHAR(32672) 
+    )</pre>
+ 
+<p>この手続きを実行すると、主エクスポートファイルに、情報がデリミトされたファイル書式で列の情報が書き出されます。</p>
+<dl>
+<dt class="dlterm">SELECTSTATEMENT</dt>
+
+<dd>エクスポートする情報を返す問い合わせを記述します。
+NULL値を指定するとエラーになります。<span class="parmname">SELECTSTATEMENT</span>パラメータはVARCHAR (32672)型の値を入力にとる引数です。</dd>
+
+
+<dt class="dlterm">FILENAME</dt>
+
+<dd>情報をエクスポートする新規ファイルの名称を指定します。パスが省略された場合、現在のディレクトリが用いられます。既存ファイルの名前が指定された場合、エクスポートの手続きからエラーが返ります。ネットワークサーバを利用している場合、サーバ上のファイル位置を指定します。NULL値を取るとエラーになります。<span class="parmname">FILENAME</span>パラメータはVARCHAR (32672)型の値ã‚
 ’入力にとる引数です。</dd>
+
+
+<dt class="dlterm">COLUMNDELIMITER</dt>
+
+<dd>列のデリミタを指定します。指定した文字は列の終わりを表すコンマの代わりに使われます。
+NULL値を指定して既定のコンマを使うこともできます。<span class="parmname">COLUMNDELIMITER</span>パラメータはCHAR (1)データ型の値を入力にとる引数です。</dd>
+
+
+<dt class="dlterm">CHARACTERDELIMITER</dt>
+
+<dd>文字のデリミタを指定します。指定した文字は文字列を囲う二重引用符の代わりに使われます。
+NULL値を指定して既定の二重引用符を使うこともできます。<span class="parmname">CHARACTERDELIMITER</span>パラメータはCHAR (1)データ型の値を入力にとる引数です。</dd>
+
+
+<dt class="dlterm">CODESET</dt>
+
+<dd>エクスポートファイルに書かれる情報のコードセットを指定します。コードセットの名称はJavaで利用可能なキャラクタエンコーディングセットのものである必要があります。情報はファイルに出力される前に、データベースのコードページから指定したコードページに変換されます。
+NULL値を指定して実行中のJVMと同じコードページを指定することもできます。<span class="parmname">CODESET</span>パラメータはVARCHAR (128)型の値を入力にとる引数です。</dd>
+
+
+<dt class="dlterm">LOBSFILENAME</dt>
+
+<dd>large objectの情報がエクスポートされるファイルを指定します。パスが省略された場合、lobのファイルは主エクスポートファイルと同じディレクトリに作成されます。もし既存のファイルと同じ名前を指定した場合、エクスポートユーティリティはファイルの内容を上書きします。ファイルに情報を追記する振る舞いはしません。
+ネットワークサーバを利用している場合、サーバ上のファイル位置を指定します。
+NULL値を指定するとエラーとなります。<span class="parmname">LOBSFILENAME</span>パラメータはVARCHAR (32672)型の値を入力にとる引数です。</dd>
+
+</dl>
+</div>
+
+<div class="section"><h4 class="sectiontitle">使い方</h4>
+<p>この手続きの使い方に関する追加の情報は、<span><em>Derby ツールとユーティリティーガイド</em></span>の「バルクインポートとエクスポートの手続きを使う」という章を参照してください。</p>
+</div>
+
+<div class="section"><h4 class="sectiontitle">LOBの情報を別エクスポートファイルにして、問い合わせた情報をエクスポートする例</h4>サンプルデータベースにあるSTAFF表から、20の部署の従業員の情報を、主ファイルを<samp class="codeph">staff.del</samp>、lobの情報を<samp class="codeph">pictures.dat</samp>にエクスポートする方法を、次の例で示します。
+<pre>CALL SYSCS_UTIL.SYSCS_EXPORT_QUERY_LOBS_TO_EXTFILE(
+    'SELECT * FROM STAFF WHERE dept=20',
+    'c:ï¼¼dataï¼¼staff.del', ',' ,'"',
+    'UTF-8','c:ï¼¼dataï¼¼pictures.dat');  </pre>
+</div>
+
+</div>
+
+<div>
+<div class="familylinks">
+<div class="parentlink"><strong>親トピック:</strong> <a href="crefsqlbuiltinsystemprocedures.html" title="">組み込みシステム手続き</a></div>
+</div>
+</div>
+
+</body>
+</html>

Propchange: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefexportselectionproclobs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffreezedbproc.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffreezedbproc.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffreezedbproc.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,73 @@
+<!--
+  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.
+-->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html lang="ja" xml:lang="ja">
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+<meta name="copyright" content="(C) Copyright 2005" />
+<meta name="DC.rights.owner" content="(C) Copyright 2005" />
+<meta content="public" name="security" />
+<meta content="index,follow" name="Robots" />
+<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
+<meta content="reference" name="DC.Type" />
+<meta name="DC.Title" content="SYSCS_UTIL.SYSCS_FREEZE_DATABASEシステム手続き" />
+<meta scheme="URI" name="DC.Relation" content="crefsqlbuiltinsystemprocedures.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffreezedbproc" name="DC.Identifier" />
+<meta content="ja" name="DC.Language" />
+<link href="/export/home/tmp/derby/docs-10.4/out/ja_JP/reftemp/commonltr.css" type="text/css" rel="stylesheet" />
+<title>SYSCS_UTIL.SYSCS_FREEZE_DATABASEシステム手続き</title>
+</head>
+<body id="rreffreezedbproc"><a name="rreffreezedbproc"><!-- --></a>
+
+
+<h1 class="topictitle1">SYSCS_UTIL.SYSCS_FREEZE_DATABASEシステム手続き</h1>
+
+<div>
+<div class="section"><p><samp class="codeph">SYSCS_UTIL.SYSCS_FREEZE_DATABASE</samp>システム手続きにより、データベースをバックアップのため一時的に凍結します。</p>
+</div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4> <pre>SYSCS_UTIL.SYSCS_FREEZE_DATABASE()</pre>
+ 
+<p>この手続きは結果を返しません。</p>
+</div>
+
+<div class="section"><h4 class="sectiontitle">例</h4> <pre>String backupdirectory = "c:/mybackups/" + JCalendar.getToday();
+CallableStatement cs = conn.prepareCall
+("CALL SYSCS_UTIL.SYSCS_FREEZE_DATABASE()");
+cs.execute();
+cs.close();
+// "backupdirectory"全体のバックアップをとる、ユーザのコード
+// バックアップの終了後に、データベースを解凍します。
+CallableStatement cs = conn.prepareCall
+("CALL SYSCS_UTIL.SYSCS_UNFREEZE_DATABASE()");
+cs.execute();
+cs.close();
+</pre>
+</div>
+
+</div>
+
+<div>
+<div class="familylinks">
+<div class="parentlink"><strong>親トピック:</strong> <a href="crefsqlbuiltinsystemprocedures.html" title="">組み込みシステム手続き</a></div>
+</div>
+</div>
+
+</body>
+</html>

Propchange: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffreezedbproc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncacos.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncacos.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncacos.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,73 @@
+<!--
+  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.
+-->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html lang="ja" xml:lang="ja">
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+<meta name="copyright" content="(C) Copyright 2005" />
+<meta name="DC.rights.owner" content="(C) Copyright 2005" />
+<meta content="public" name="security" />
+<meta content="index,follow" name="Robots" />
+<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
+<meta content="reference" name="DC.Type" />
+<meta name="DC.Title" content="ACOS 関数" />
+<meta name="abstract" content="ACOS関数は与えられた数を引数とした逆余弦関数の値を返します。" />
+<meta name="description" content="ACOS関数は与えられた数を引数とした逆余弦関数の値を返します。" />
+<meta content="ACOS function, functions, ACOS" name="DC.subject" />
+<meta content="ACOS function, functions, ACOS" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffuncacos" name="DC.Identifier" />
+<meta content="ja" name="DC.Language" />
+<link href="/export/home/tmp/derby/docs-10.4/out/ja_JP/reftemp/commonltr.css" type="text/css" rel="stylesheet" />
+<title>ACOS 関数</title>
+</head>
+<body id="rreffuncacos"><a name="rreffuncacos"><!-- --></a>
+
+
+<h1 class="topictitle1">ACOS 関数</h1>
+
+
+
+<div><p>ACOS関数は与えられた数を引数とした逆余弦関数の値を返します。</p>
+
+<div class="section"> <div class="p">引数は任意のラジアンによる角度の余弦です。また引数のデータ型は<a href="rrefsqljdoubleprecision.html#rrefsqljdoubleprecision">倍精度浮動小数点数</a>でなければなりません。
+<ul>
+<li>もし引数がNULLなら、関数の返り値もNULLです。</li>
+
+<li>もし引数の絶対値が1を超える場合、値が範囲外であることを示す例外が返ります。(SQL state 22003)</li>
+
+</ul>
+</div>
+<p>返り値はラジアンで、その範囲は0から<dfn class="term">pi</dfn>です。
+返り値のデータ型は倍精度浮動小数点数です。</p>
+ </div>
+
+<div class="section"><h4 class="sectiontitle">Syntax</h4> <pre><strong>ACOS ( <var class="varname">数</var> )</strong></pre>
+ </div>
+
+</div>
+
+<div>
+<div class="familylinks">
+<div class="parentlink"><strong>親トピック:</strong> <a href="rrefsqlj29026.html" title="">組み込み関数</a></div>
+</div>
+</div>
+
+</body>
+</html>

Propchange: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncacos.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncasin.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncasin.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncasin.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,73 @@
+<!--
+  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.
+-->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html lang="en-us" xml:lang="en-us">
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+<meta name="copyright" content="(C) Copyright 2005" />
+<meta name="DC.rights.owner" content="(C) Copyright 2005" />
+<meta content="public" name="security" />
+<meta content="index,follow" name="Robots" />
+<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
+<meta content="reference" name="DC.Type" />
+<meta name="DC.Title" content="ASIN 関数" />
+<meta name="abstract" content="ASIN 関数は与えられた数を引数とする逆正弦の値を返します。" />
+<meta name="description" content="ASIN 関数は与えられた数を引数とする逆正弦の値を返します。" />
+<meta content="ASIN function, functions, ASIN" name="DC.subject" />
+<meta content="ASIN function, functions, ASIN" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffuncasin" name="DC.Identifier" />
+<meta content="en-us" name="DC.Language" />
+<link href="/export/home/tmp/derby/docs-10.4/out/ja_JP/reftemp/commonltr.css" type="text/css" rel="stylesheet" />
+<title>ASIN 関数</title>
+</head>
+<body id="rreffuncasin"><a name="rreffuncasin"><!-- --></a>
+
+
+<h1 class="topictitle1">ASIN 関数</h1>
+
+
+
+<div><p>ASIN 関数は与えられた数を引数とする逆正弦の値を返します。</p>
+
+<div class="section"> <div class="p">与えられた数はラジアンによる任意の角の正弦です。引数は<a href="rrefsqljdoubleprecision.html#rrefsqljdoubleprecision">倍精度浮動小数点数</a>である必要があります。<ul>
+<li>引数がNULLなら関数の結果もNULLです。</li>
+
+<li>引数が0なら、返り値も引数と同じ符号の0です。</li>
+
+<li>引数の絶対値が1を超える場合、範囲外の値を示す例外が返ります。(SQL state 22003)</li>
+
+</ul>
+</div>
+<p>返り値はラジアンで、その範囲は-<dfn class="term">pi</dfn>/2から<dfn class="term">pi</dfn>/2です。また返り値のデータ型は倍精度浮動小数点数です。</p>
+ </div>
+
+<div class="section"><h4 class="sectiontitle">Syntax</h4> <pre><strong>ASIN ( <var class="varname">数</var> )</strong></pre>
+ </div>
+
+</div>
+
+<div>
+<div class="familylinks">
+<div class="parentlink"><strong>Parent topic:</strong> <a href="rrefsqlj29026.html" title="">組み込み関数</a></div>
+</div>
+</div>
+
+</body>
+</html>

Propchange: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncasin.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncatan.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncatan.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncatan.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,73 @@
+<!--
+  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.
+-->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html lang="ja" xml:lang="ja">
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+<meta name="copyright" content="(C) Copyright 2005" />
+<meta name="DC.rights.owner" content="(C) Copyright 2005" />
+<meta content="public" name="security" />
+<meta content="index,follow" name="Robots" />
+<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
+<meta content="reference" name="DC.Type" />
+<meta name="DC.Title" content="ATAN 関数" />
+<meta name="abstract" content="ATAN 関数は与えられた数を引数とした逆正接を返します。" />
+<meta name="description" content="ATAN 関数は与えられた数を引数とした逆正接を返します。" />
+<meta content="ATAN function, functions, ATAN" name="DC.subject" />
+<meta content="ATAN function, functions, ATAN" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffuncatan" name="DC.Identifier" />
+<meta content="ja" name="DC.Language" />
+<link href="/export/home/tmp/derby/docs-10.4/out/ja_JP/reftemp/commonltr.css" type="text/css" rel="stylesheet" />
+<title>ATAN 関数</title>
+</head>
+<body id="rreffuncatan"><a name="rreffuncatan"><!-- --></a>
+
+
+<h1 class="topictitle1">ATAN 関数</h1>
+
+
+
+<div><p>ATAN 関数は与えられた数を引数とした逆正接を返します。</p>
+
+<div class="section"> <div class="p">引数にはラジアンによる任意の角度の正接を与えることができます。
+引数は<a href="rrefsqljdoubleprecision.html#rrefsqljdoubleprecision">倍精度浮動小数点数</a>でなければなりません。
+<ul>
+<li>引数がNULLであるなら、返り値もNULLとなります。</li>
+
+<li>引数が0であるなら、返り値は引数と同じ符号の0となります。</li>
+
+</ul>
+</div>
+<p>返り値はラジアンで、その範囲は-<dfn class="term">pi</dfn>/2から<dfn class="term">pi</dfn>/2です。またそのデータ型は倍精度浮動小数点数です。</p>
+ </div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4> <pre><strong>ATAN ( <var class="varname">数</var> )</strong></pre>
+ </div>
+
+</div>
+
+<div>
+<div class="familylinks">
+<div class="parentlink"><strong>親トピック:</strong> <a href="rrefsqlj29026.html" title="">組み込み関数</a></div>
+</div>
+</div>
+
+</body>
+</html>

Propchange: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncatan.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncceil.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncceil.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncceil.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,78 @@
+<!--
+  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.
+-->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html lang="ja" xml:lang="ja">
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+<meta name="copyright" content="(C) Copyright 2005" />
+<meta name="DC.rights.owner" content="(C) Copyright 2005" />
+<meta content="public" name="security" />
+<meta content="index,follow" name="Robots" />
+<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
+<meta content="reference" name="DC.Type" />
+<meta name="DC.Title" content="CEILおよびCEILING関数" />
+<meta name="abstract" content="CEILおよびCEILING関数は与えられた数を切り上げて、その数以上の最小の値を返します。" />
+<meta name="description" content="CEILおよびCEILING関数は与えられた数を切り上げて、その数以上の最小の値を返します。" />
+<meta content="CEIL function, functions, CEIL, CEILING function, CEILING" name="DC.subject" />
+<meta content="CEIL function, functions, CEIL, CEILING function, CEILING" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffuncceil" name="DC.Identifier" />
+<meta content="ja" name="DC.Language" />
+<link href="/export/home/tmp/derby/docs-10.4/out/ja_JP/reftemp/commonltr.css" type="text/css" rel="stylesheet" />
+<title>CEILおよびCEILING関数</title>
+</head>
+<body id="rreffuncceil"><a name="rreffuncceil"><!-- --></a>
+
+
+<h1 class="topictitle1">CEILおよびCEILING関数</h1>
+
+
+
+<div><p>
+CEILおよびCEILING関数は与えられた数を切り上げて、その数以上の最小の値を返します。</p>
+
+<div class="section"> <div class="p">引数は<a href="rrefsqljdoubleprecision.html#rrefsqljdoubleprecision">倍精度浮動小数点数</a>でなければなりません。<ul>
+<li>もし引数がNULLなら、返り値はNULLです。</li>
+
+<li>もし引数が整数なら、返り値は引数と同じ数値です。</li>
+
+<li>もし引数が0なら、返り値は0です。</li>
+
+<li>もし引数が0より小さく-1.0より大きければ、返り値は0です。</li>
+
+</ul>
+</div>
+
+<p>関数の返り値は引数より大きい最小の(負の無限大にちかい)整数で、倍精度浮動小数点数であらわされます。</p>
+ </div>
+
+<div class="section"><h4 class="sectiontitle">Syntax</h4> <pre><strong>CEIL ( <var class="varname">数</var> )</strong></pre>
+<pre><strong>CEILING ( <var class="varname">数</var> )</strong></pre>
+ </div>
+
+</div>
+
+<div>
+<div class="familylinks">
+<div class="parentlink"><strong>親トピック:</strong> <a href="rrefsqlj29026.html" title="">組み込み関数</a></div>
+</div>
+</div>
+
+</body>
+</html>

Propchange: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncceil.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffunccos.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffunccos.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffunccos.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,69 @@
+<!--
+  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.
+-->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html lang="ja" xml:lang="ja">
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+<meta name="copyright" content="(C) Copyright 2005" />
+<meta name="DC.rights.owner" content="(C) Copyright 2005" />
+<meta content="public" name="security" />
+<meta content="index,follow" name="Robots" />
+<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
+<meta content="reference" name="DC.Type" />
+<meta name="DC.Title" content="COS 関数" />
+<meta name="abstract" content="COS関数は引数から余弦を返します。" />
+<meta name="description" content="COS関数は引数から余弦を返します。" />
+<meta content="COS function, functions, COS" name="DC.subject" />
+<meta content="COS function, functions, COS" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffunccos" name="DC.Identifier" />
+<meta content="ja" name="DC.Language" />
+<link href="/export/home/tmp/derby/docs-10.4/out/ja_JP/reftemp/commonltr.css" type="text/css" rel="stylesheet" />
+<title>COS 関数</title>
+</head>
+<body id="rreffunccos"><a name="rreffunccos"><!-- --></a>
+
+
+<h1 class="topictitle1">COS 関数</h1>
+
+
+
+<div><p>COS関数は引数から余弦を返します。</p>
+
+<div class="section"> <div class="p"> 引数は余弦を計算する角度で、ラジアンによるものとします。
+引数のデータ型は<a href="rrefsqljdoubleprecision.html#rrefsqljdoubleprecision">倍精度浮動小数点数</a>です。<ul>
+<li>もし引数がNULLであれば、関数の結果はNULLです。</li>
+
+</ul>
+</div>
+ </div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4> <pre><strong>COS ( <em>数</em> )</strong></pre>
+ </div>
+
+</div>
+
+<div>
+<div class="familylinks">
+<div class="parentlink"><strong>親トピック:</strong> <a href="rrefsqlj29026.html" title="">組み込み関数</a></div>
+</div>
+</div>
+
+</body>
+</html>

Propchange: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffunccos.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncdegrees.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncdegrees.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncdegrees.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,69 @@
+<!--
+  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.
+-->
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html lang="ja" xml:lang="ja">
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+<meta name="copyright" content="(C) Copyright 2005" />
+<meta name="DC.rights.owner" content="(C) Copyright 2005" />
+<meta content="public" name="security" />
+<meta content="index,follow" name="Robots" />
+<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
+<meta content="reference" name="DC.Type" />
+<meta name="DC.Title" content="DEGREES 関数" />
+<meta name="abstract" content="DEGREES関数はラジアンの値を度の値へ変換します。" />
+<meta name="description" content="DEGREES関数はラジアンの値を度の値へ変換します。" />
+<meta content="DEGREES function, functions, DEGREES" name="DC.subject" />
+<meta content="DEGREES function, functions, DEGREES" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffuncdegrees" name="DC.Identifier" />
+<meta content="ja" name="DC.Language" />
+<link href="/export/home/tmp/derby/docs-10.4/out/ja_JP/reftemp/commonltr.css" type="text/css" rel="stylesheet" />
+<title>DEGREES 関数</title>
+</head>
+<body id="rreffuncdegrees"><a name="rreffuncdegrees"><!-- --></a>
+
+
+<h1 class="topictitle1">DEGREES 関数</h1>
+
+
+
+<div><p>DEGREES関数はラジアンの値を度の値へ変換します。</p>
+
+<div class="section"> <p> 引数はラジアンの角度です。関数は度の単位で引数とほぼ等しい値を返します。
+引数は<a href="rrefsqljdoubleprecision.html#rrefsqljdoubleprecision">倍精度浮動小数点数</a>でなければなりません。</p>
+<div class="p"><div class="attention"><span class="attentiontitle">重要: </span>ラジアンから度への変換は正確ではありません。COS(RADIANS(90.0))が正確に0.0であることを期待してはなりません。</div>
+ </div>
+
+<p>返り値のデータ型は倍精度浮動小数点数です。</p>
+ </div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4><pre><strong>DEGREES ( <var class="varname">数</var> )</strong></pre>
+ </div>
+
+</div>
+
+<div>
+<div class="familylinks">
+<div class="parentlink"><strong>親トピック:</strong> <a href="rrefsqlj29026.html" title="">組み込み関数</a></div>
+</div>
+</div>
+
+</body>
+</html>

Propchange: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncdegrees.html
------------------------------------------------------------------------------
    svn:eol-style = native