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 [18/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/

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncexp.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncexp.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncexp.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,70 @@
+<!--
+  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="EXP関数" />
+<meta name="abstract" content="EXP関数はeを底として、引数の累乗を返します。" />
+<meta name="description" content="EXP関数はeを底として、引数の累乗を返します。" />
+<meta content="EXP function, functions, EXP" name="DC.subject" />
+<meta content="EXP function, functions, EXP" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffuncexp" 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>EXP関数</title>
+</head>
+<body id="rreffuncexp"><a name="rreffuncexp"><!-- --></a>
+
+
+<h1 class="topictitle1">EXP関数</h1>
+
+
+
+<div><p>EXP関数は<dfn class="term">e</dfn>を底として、引数の累乗を返します。</p>
+
+<div class="section"> <p>関数の引数には<dfn class="term">e</dfn>を底として累乗を計算する指数を与えます。
+引数は<a href="rrefsqljdoubleprecision.html#rrefsqljdoubleprecision">倍精度浮動小数点数
+</a>でなければなりません。</p>
+
+<p><dfn class="term">e</dfn>は自然対数の底です。</p>
+
+<p>関数の返り値のデータ型は倍精度浮動小数点数です。</p>
+ </div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4><pre><strong>EXP ( <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/rreffuncexp.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncfloor.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncfloor.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncfloor.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,74 @@
+<!--
+  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="FLOOR関数" />
+<meta name="abstract" content="FLOOR関数は引数の値に切り捨ての丸め処理を行い、引数以下の最大の整数を返します。" />
+<meta name="description" content="FLOOR関数は引数の値に切り捨ての丸め処理を行い、引数以下の最大の整数を返します。" />
+<meta content="FLOOR function, functions, FLOOR" name="DC.subject" />
+<meta content="FLOOR function, functions, FLOOR" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffuncfloor" 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>FLOOR関数</title>
+</head>
+<body id="rreffuncfloor"><a name="rreffuncfloor"><!-- --></a>
+
+
+<h1 class="topictitle1">FLOOR関数</h1>
+
+
+
+<div><p>FLOOR関数は引数の値に切り捨ての丸め処理を行い、引数以下の最大の整数を返します。</p>
+
+<div class="section"> <p>引数は<a href="rrefsqljdoubleprecision.html#rrefsqljdoubleprecision">倍精度浮動小数点数</a>でなければなりません。</p>
+<div class="p"><ul>
+<li>もし引数がNULLなら、関数の結果はNULLです。</li>
+
+<li>もし引数が整数なら、関数の結果は引数と同じ値です。</li>
+
+<li>もし引数が0なら、関数の結果は0です。</li>
+
+</ul>
+</div>
+<p>関数が返す値は引数以下の、最大(正の無限大に近い)の整数です。返り値のデータ型は倍精度浮動小数点数です。</p>
+ </div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4><pre><strong>FLOOR ( <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/rreffuncfloor.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffunclog.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffunclog.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffunclog.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,74 @@
+<!--
+  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="LNあるいはLOG関数" />
+<meta name="abstract" content="LNあるいはLOG関数は引数の自然対数(eを底とします。)を返します。" />
+<meta name="description" content="LNあるいはLOG関数は引数の自然対数(eを底とします。)を返します。" />
+<meta content="LN function, functions, LN, LOG function, LOG" name="DC.subject" />
+<meta content="LN function, functions, LN, LOG function, LOG" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffunclog" 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>LNあるいはLOG関数</title>
+</head>
+<body id="rreffunclog"><a name="rreffunclog"><!-- --></a>
+
+
+<h1 class="topictitle1">LNあるいはLOG関数</h1>
+
+
+
+<div><p>LNあるいはLOG関数は引数の自然対数(<dfn class="term">e</dfn>を底とします。)を返します。</p>
+
+<div class="section"> 
+<div class="p">引数は0より大きな<a href="rrefsqljdoubleprecision.html#rrefsqljdoubleprecision">倍精度浮動小数点数</a>でなければなりません。
+<ul>
+<li>もし引数がNULLであるなら、関数の結果はNULLです。</li>
+
+<li>もし引数が0あるいは負数であるなら、値が範囲外であることを表す例外(SQL state 22003)が挙がります。</li>
+
+</ul>
+</div>
+<p>返り値のデータ型は倍精度浮動小数点数です。</p>
+ </div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4><pre><strong>LN ( <var class="varname">数</var> )</strong></pre>
+<pre><strong>LOG ( <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/rreffunclog.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffunclog10.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffunclog10.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffunclog10.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,72 @@
+<!--
+  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="LOG10 関数" />
+<meta name="abstract" content="LOG10関数は10を底とした対数を返します。" />
+<meta name="description" content="LOG10関数は10を底とした対数を返します。" />
+<meta content="LOG10 function, functions, LOG10" name="DC.subject" />
+<meta content="LOG10 function, functions, LOG10" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffunclog10" 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>LOG10 関数</title>
+</head>
+<body id="rreffunclog10"><a name="rreffunclog10"><!-- --></a>
+
+
+<h1 class="topictitle1">LOG10 関数</h1>
+
+
+
+<div><p>LOG10関数は10を底とした対数を返します。</p>
+
+<div class="section"> <div class="p">引数は0より大きな<a href="rrefsqljdoubleprecision.html#rrefsqljdoubleprecision">倍精度浮動小数点数</a>です。
+<ul>
+<li>もし引数がNULLであるなら、返り値はNULLです。</li>
+
+<li>もし引数が0あるいは負数であるなら、値が範囲外であることを表す例外(SQL state 22003)が挙がります。</li>
+
+</ul>
+</div>
+<p>返り値のデータ型は倍精度浮動小数点数です。</p>
+ </div>
+
+<div class="section"><h4 class="sectiontitle">Syntax</h4><pre><strong>LOG10 ( <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/rreffunclog10.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncpi.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncpi.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncpi.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,66 @@
+<!--
+  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="PI 関数" />
+<meta name="abstract" content="PI関数はpiに最も近い値を返します。" />
+<meta name="description" content="PI関数はpiに最も近い値を返します。" />
+<meta content="PI function, functions, PI" name="DC.subject" />
+<meta content="PI function, functions, PI" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffuncpi" 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>PI 関数</title>
+</head>
+<body id="rreffuncpi"><a name="rreffuncpi"><!-- --></a>
+
+
+<h1 class="topictitle1">PI 関数</h1>
+
+
+
+<div><p>PI関数は<dfn class="term">pi</dfn>に最も近い値を返します。</p>
+
+<div class="section"> <p> 定数の<dfn class="term">pi</dfn>は、円周の直径に対する比です。</p>
+
+<p>返り値のデータ型は<a href="rrefsqljdoubleprecision.html#rrefsqljdoubleprecision">倍精度浮動小数点数</a>です。</p>
+ </div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4><pre><strong>PI (  )</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/rreffuncpi.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncradians.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncradians.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncradians.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,70 @@
+<!--
+  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="RADIANS 関数" />
+<meta name="abstract" content="RADIANS関数は引数を度からラジアンに変換します。" />
+<meta name="description" content="RADIANS関数は引数を度からラジアンに変換します。" />
+<meta content="RADIANS function, functions, RADIANS" name="DC.subject" />
+<meta content="RADIANS function, functions, RADIANS" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffuncradians" 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>RADIANS 関数</title>
+</head>
+<body id="rreffuncradians"><a name="rreffuncradians"><!-- --></a>
+
+
+<h1 class="topictitle1">RADIANS 関数</h1>
+
+
+
+<div><p>RADIANS関数は引数を度からラジアンに変換します。</p>
+
+<div class="section"> <p> 引数は度で計った角度です。関数によりラジアンで計った角度の近似値に変換されます。
+引数のデータ型は<a href="rrefsqljdoubleprecision.html#rrefsqljdoubleprecision">倍精度浮動小数点数</a>です。</p>
+
+<div class="p"><div class="attention"><span class="attentiontitle">Attention: </span>度から変換されたラジアンは近似値です。</div>
+ </div>
+
+<p>返り値のデータ型は倍精度浮動小数点数です。</p>
+ </div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4><pre><strong>RADIANS ( <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/rreffuncradians.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncsin.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncsin.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncsin.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,72 @@
+<!--
+  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="SIN 関数" />
+<meta name="abstract" content="SIN関数は引数の正弦を返します。" />
+<meta name="description" content="SIN関数は引数の正弦を返します。" />
+<meta content="SIN function, functions, SIN" name="DC.subject" />
+<meta content="SIN function, functions, SIN" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffuncsin" 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>SIN 関数</title>
+</head>
+<body id="rreffuncsin"><a name="rreffuncsin"><!-- --></a>
+
+
+<h1 class="topictitle1">SIN 関数</h1>
+
+
+
+<div><p>SIN関数は引数の正弦を返します。</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>返り値のデータ型は倍精度浮動小数点数です。</p>
+ </div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4> <pre><strong>SIN ( <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/rreffuncsin.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffunctan.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffunctan.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffunctan.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,72 @@
+<!--
+  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="TAN 関数" />
+<meta name="abstract" content="TAN関数は引数から計算した正接を返します。" />
+<meta name="description" content="TAN関数は引数から計算した正接を返します。" />
+<meta content="TAN function, functions, TAN" name="DC.subject" />
+<meta content="TAN function, functions, TAN" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffunctan" 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>TAN 関数</title>
+</head>
+<body id="rreffunctan"><a name="rreffunctan"><!-- --></a>
+
+
+<h1 class="topictitle1">TAN 関数</h1>
+
+
+
+<div><p>TAN関数は引数から計算した正接を返します。</p>
+
+<div class="section"> <div class="p">引数は正接を求める角度で、その単位はラジアンです。
+引数のデータ型は、<a href="rrefsqljdoubleprecision.html#rrefsqljdoubleprecision">倍精度浮動小数点数</a>でなければなりません。<ul>
+<li>引数がNULLのとき、返り値はNULLです。</li>
+
+<li>引数が零(0)のとき、返り値は零です。</li>
+
+</ul>
+</div>
+<p>返り値のデータ型は倍精度浮動小数点数です。</p>
+ </div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4> <pre><strong>TAN ( <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/rreffunctan.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncxmlexists.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncxmlexists.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncxmlexists.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,138 @@
+<!--
+  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="XMLEXISTS 演算子" />
+<meta name="abstract" content="XMLEXISTSは、SQLにてXMLを問い合わせるときに利用できるSQL/XML演算子です。" />
+<meta name="description" content="XMLEXISTSは、SQLにてXMLを問い合わせるときに利用できるSQL/XML演算子です。" />
+<meta content="XMLEXISTS operator, operators, XMLEXISTS, XML, operators, XMLEXISTS" name="DC.subject" />
+<meta content="XMLEXISTS operator, operators, XMLEXISTS, XML, operators, XMLEXISTS" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffuncxmlexists" 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>XMLEXISTS 演算子</title>
+</head>
+<body id="rreffuncxmlexists"><a name="rreffuncxmlexists"><!-- --></a>
+
+
+<h1 class="topictitle1">XMLEXISTS 演算子</h1>
+
+
+
+<div><p>XMLEXISTSは、SQLにてXMLを問い合わせるときに利用できるSQL/XML演算子です。</p>
+
+<div class="section"> <p>XMLEXISTS演算子は二つの引数を取ります。XML問合せ式と<span>Derby</span>XML値です。</p>
+ </div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4><pre><strong>XMLEXISTS ( <var class="varname">xquery文字列リテラル</var>
+    PASSING BY REF <var class="varname">XML値式</var> [ BY REF ] )
+</strong></pre>
+<dl>
+<dt class="dlterm"><samp class="codeph">xquery文字列リテラル</samp></dt>
+
+<dd>文字列のリテラルとして与えられる必要があります。もし引数がパラメータであったり、リテラルでない式であったり、文字列でない(整数のような)リテラルであった場合、<span>Derby</span>はエラーを挙げます。
+<samp class="codeph">xquery文字列リテラル</samp>はApache XalanがサポートしているXPath式でなければなりません。<span>Derby</span>は、XML問合せ式を評価するとき常にApache Xalanを使います。XalanはXQueryを完全にサポートしないので、<span>Derby</span>もその制約を受けます。
+もしXalanが引数に与えられた問合せをコンパイルして実行できなかった場合、Xalanが挙げた例外を<span>Derby</span>は補足してSQLExceptionとして投げなおします。
+XPathおよびXQuery式の詳細については、次のウェブサイトを参照してください。<a href="http://www.w3.org/TR/xpath">http://www.w3.org/TR/xpath</a>および、<a href="http://www.w3.org/TR/xquery/">http://www.w3.org/TR/xquery/</a>
+</dd>
+
+
+<dt class="dlterm"><samp class="codeph">XML値式</samp></dt>
+
+<dd>XMLのデータ値かつ整形式のSQL/XML文書でなければなりません。
+<samp class="codeph">XML値式</samp>はパラメータであってはなりません。
+ <span>Derby</span>は暗黙の構文解析やXML値の型変換を行いません。従って、文字列やその他のデータタイプを使うとエラーが発生します。
+もし引数が<span>Derby</span> <a href="rreffuncxmlquery.html#rreffuncxmlquery">XMLQUERY演算子</a>によって返された並びであった場合、
+その並びが、一つの文書ノードであるノードの並びであった場合にのみ、その引数は許されます。
+そうではなければ、<span>Derby</span>はエラーを挙げます。</dd>
+
+
+<dt class="dlterm">BY REF</dt>
+
+<dd>省略可能なこのキーワードにて、<span>Derby</span>にて利用可能な引数渡しの方法が記述されます。
+BY REFは既定の引数渡しの方法なので、XMLEXISTS演算子はこのキーワードの有無にかかわらず同様に振舞います。引数渡しの方法の詳細については、SQL/XML仕様を参照してください。</dd>
+
+</dl>
+</div>
+
+<div class="section"><h4 class="sectiontitle">演算子の結果と他の演算子との組み合わせ</h4>
+<div class="p">XMLEXISTS演算子の結果は、<samp class="codeph">xquery文字列リテラル</samp>を<samp class="codeph">XML値式</samp>に対して評価した結果に基づく、SQL真偽値です。
+XMLEXISTS演算子が返す値は、<dl>
+
+<dt class="dlterm">UNKNOWN</dt>
+
+<dd><samp class="codeph">XML値式</samp>がnullであった場合です。</dd>
+
+
+<dt class="dlterm">TRUE</dt>
+
+<dd>問合せの式をxmlの値に対して評価して、空ではないノードや値の並びが返った場合です。</dd>
+
+
+<dt class="dlterm">FALSE</dt>
+
+<dd>問合せの式をxmlの値に対して評価して、空の並びが返った場合です。</dd>
+
+</dl>
+</div>
+
+<p>XMLEXISTS演算子は問合せが評価された結果を直接に返しません。問合せが評価された結果を直接に得たい場合、XMLQUERY演算子を使う必要があります。</p>
+
+<p>XMLEXISTS演算子の結果はSQLの真偽値なので、真偽型の関数を置くことができる場所なら何処でもXMLEXISTS演算子を使うことができます。たとえば、XMLEXISTS演算子を表定義のチェック制約に使うことや、WHERE節の述部に置くこともできます。</p>
+</div>
+
+<div class="section"><h4 class="sectiontitle">例</h4>
+<div class="p"><samp class="codeph">x_table</samp>表にて、各行の<samp class="codeph">xcol</samp>というXMLの列に、<samp class="codeph">age</samp>属性が20の<samp class="codeph">student</samp>という要素があるかを知るには次のように書きます。<pre>SELECT id, XMLEXISTS('<var class="varname">//student[@age=20]</var>' PASSING BY REF <var class="varname">xcol</var>) 
+    FROM <var class="varname">x_table</var></pre>
+</div>
+
+
+<div class="p"><samp class="codeph">x_table</samp>表から、<samp class="codeph">xcol</samp>というXMLの列がnullでなく、その列の値に<samp class="codeph">/roster/student</samp>という要素を持つ、各行のIDを返すにはこの文を書きます。
+<pre>SELECT id FROM <var class="varname">x_table</var> WHERE XMLEXISTS('<var class="varname">/roster/student</var>' PASSING BY REF <var class="varname">xcol</var>)</pre>
+</div>
+
+
+<div class="p"><samp class="codeph">x_table</samp>という表にて、<samp class="codeph">xcol</samp>というXMLの列に挿入できるXMLの値を制限することもできます。この例では、<samp class="codeph">age</samp>属性が25より小さい<samp class="codeph">student</samp>要素を、少なくとも一つ持たなければならない、という制約を設けます。
+表を作るにはこのように書きます。<pre>CREATE TABLE <var class="varname">x_table</var> ( id INT, <var class="varname">xcol</var> XML CHECK (XMLEXISTS ('<var class="varname">//student[@age &lt; 25]</var>' PASSING BY REF <var class="varname">xcol</var>)) )</pre>
+</div>
+</div>
+
+<div class="section"><h4 class="sectiontitle">使い方の覚書</h4><p><span>Derby</span>にてXMLの機能を使う場合、Apache XercesのようなJAXP parserとApache XalanがJavaのクラスパスに記述されている必要があります。
+JAXP parserあるいはXalanがクラスパスに記述されていなかった場合、XMLEXISTS演算子を利用するとエラーになります。</p>
+</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/rreffuncxmlexists.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncxmlparse.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncxmlparse.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncxmlparse.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="XMLPARSE演算子" />
+<meta name="abstract" content="XMLPARSEは、文字列式を構文解析してDerbyXML値にするSQL/XML演算子です。" />
+<meta name="description" content="XMLPARSEは、文字列式を構文解析してDerbyXML値にするSQL/XML演算子です。" />
+<meta content="XMLPARSE operator, operators, XMLPARSE, XML, operators, XMLPARSE" name="DC.subject" />
+<meta content="XMLPARSE operator, operators, XMLPARSE, XML, operators, XMLPARSE" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffuncxmlparse" 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>XMLPARSE演算子</title>
+</head>
+<body id="rreffuncxmlparse"><a name="rreffuncxmlparse"><!-- --></a>
+
+
+<h1 class="topictitle1">XMLPARSE演算子</h1>
+
+
+
+<div><p>XMLPARSEは、文字列式を構文解析して<span>Derby</span>XML値にするSQL/XML演算子です。</p>
+
+<div class="section"> 
+<p>この演算子の結果を一時的な値として使うこともできますし、<span>Derby</span>のXML列に値を格納することもできます。
+一時的か永続的かにかかわらず、XMLの値を<a href="rreffuncxmlexists.html#rreffuncxmlexists">XMLEXISTS</a>や<a href="rreffuncxmlquery.html#rreffuncxmlquery">XMLQUERY</a>のような、他の<span>Derby</span>XML演算子の入力とすることができます。</p>
+ </div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4>
+<pre><strong>XMLPARSE (DOCUMENT <var class="varname">文字列値式</var> PRESERVE WHITESPACE)</strong></pre>
+<dl>
+
+<dt class="dlterm">DOCUMENT </dt>
+
+<dd> <p>この省略できないキーワードにより、<span>Derby</span>が構文解析できるXMLの入力のタイプが記述されます。
+<span>Derby</span>が構文解析可能な文字列式は、整形式のXML文書を構成するものに限られます。
+これは、<span>Derby</span>がJAXP構文解析器を使って文字列を構文解析しているからです。
+JAXP構文解析器は、文字列値式が整形式のXML文書を構成することを期待します。
+もし文字列が整形式のXML文書を構成しない場合、JAXPはエラーを挙げます。
+<span>Derby</span>はそのエラーを補足して、SQLExceptionとしてエラーを挙げなおします。</p>
+</dd>
+
+
+<dt class="dlterm"><samp class="codeph">文字列値式</samp></dt>
+
+<dd>CHAR、VARCHAR、LONGVARCHAR、CLOB等の、SQLの文字型と評価されるあらゆる式を置くことができます。<samp class="codeph">文字列値式</samp>の引数はパラメータであってもかまいません。パラメータに型をあたえるために、CAST関数を使う必要があります。<span>Derby</span>は、XML文書として構文解析する前に、パラメータが正しい型であるかを検証する必要があります。
+もしパラメータがCAST関数なしで指定されたり、CAST関数で文字のデータ型以外の型が与えられた場合、<span>Derby</span>はエラーを挙げます。</dd>
+
+
+<dt class="dlterm">PRESERVE WHITESPACE</dt>
+
+<dd>省略できないこのキーワードは、<span>Derby</span>が連続したXMLの節の間にある空白文字をどのように扱うかを記述します。
+PRESERVE WHITESPACEキーワードが指定されると、空白文字をそのままとするSQL/XMLの規則にそって、<span>Derby</span>は空白文字をそのままにします。</dd>
+
+</dl>
+
+<p>整形式のXML文書については、次の仕様を参照してください。<a href="http://www.w3.org/TR/REC-xml/#sec-well-formed">http://www.w3.org/TR/REC-xml/#sec-well-formed </a>.</p>
+<div class="p"><div class="restriction"><span class="restrictiontitle">制約事項: </span>SQL/XMLの標準に拠れば、XMLPARSE演算子の引数はバイナリの列でも可能です。しかし、<span>Derby</span>でXMLPARSE演算子の引数にとることができるのは文字列のみです。</div>
+</div>
+</div>
+
+<div class="section"><h4 class="sectiontitle">例</h4>
+<div class="p">次の文で、<samp class="codeph">x_table</samp>表の<samp class="codeph">xcol</samp>XML列に単純なXML文書を挿入すします。: <pre>INSERT INTO <var class="varname">x_table</var> VALUES 
+    (<var class="varname">1</var>, 
+    XMLPARSE(DOCUMENT '
+        &lt;roster&gt;
+          &lt;student age="18"&gt;AB&lt;/student&gt;
+          &lt;student age="23"&gt;BC&lt;/student&gt;
+          &lt;student&gt;NOAGE&lt;/student&gt;
+        &lt;/roster&gt;'
+      PRESERVE WHITESPACE)
+    )
+</pre>
+</div>
+
+<div class="p">JDBCにより、<samp class="codeph">x_table</samp>表の<samp class="codeph">xcol</samp>XML列に、大きなXML文書を挿入するには、次の文を書きます。
+<pre>INSERT INTO <var class="varname">x_table</var> VALUES 
+    (<var class="varname">2</var>, 
+    XMLPARSE (DOCUMENT CAST (? AS CLOB) PRESERVE WHITESPACE)
+    )
+</pre>
+この文には、setCharacterStream()メソッドや、型変換した対照型に可能なJDBCの他のsetXXXメソッドを使って、値を与える必要があります。</div>
+</div>
+
+<div class="section"><h4 class="sectiontitle">利用上の覚書</h4>
+<p><span>Derby</span>のXML機能が動作するためには、Apache XercesのようなJAXP構文解析器およびApache XalanがJavaのクラスパスに記述されている必要があります。もしどちらかが欠けていると、XMLPARSE演算子を使おうとしたときエラーが発生します。</p>
+</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/rreffuncxmlparse.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncxmlquery.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncxmlquery.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncxmlquery.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,131 @@
+<!--
+  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="XMLQUERY演算子" />
+<meta name="abstract" content="XMLQUERYはSQLにてXMLの値を問い合わせることができるSQL/XML演算子です。" />
+<meta name="description" content="XMLQUERYはSQLにてXMLの値を問い合わせることができるSQL/XML演算子です。" />
+<meta content="XMLQUERY operator, operators, XMLQUERY, XML, operators, XMLQUERY" name="DC.subject" />
+<meta content="XMLQUERY operator, operators, XMLQUERY, XML, operators, XMLQUERY" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffuncxmlquery" 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>XMLQUERY演算子</title>
+</head>
+<body id="rreffuncxmlquery"><a name="rreffuncxmlquery"><!-- --></a>
+
+
+<h1 class="topictitle1">XMLQUERY演算子</h1>
+
+
+
+<div><p>XMLQUERYはSQLにてXMLの値を問い合わせることができるSQL/XML演算子です。</p>
+
+<div class="section"> <p>XMLQUERY演算子には二つの引数があります。片方はXML問合せ式で、もう一つは<span>Derby</span>XML値です。</p>
+</div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4><pre><strong>XMLQUERY ( <var class="varname">xquery文字列リテラル</var>
+    PASSING BY REF <var class="varname">xml値式</var> 
+    [ RETURNING SEQUENCE [ BY REF ] ]
+    EMPTY ON EMPTY
+    )</strong></pre>
+<dl>
+<dt class="dlterm"><samp class="codeph">xquery文字列リテラル</samp></dt>
+
+<dd>文字列のリテラルが指定されなければなりません。もし引数にパラメータが与えられたり、リテラルではない式が与えられたり、文字列ではない(整数のような)リテラルが与えられた場合、<span>Derby</span>はエラーを挙げます。 
+引数の<samp class="codeph">xquery文字列リテラル</samp>は、Apache XalanがサポートするXPath式でなければなりません。<span>Derby</span>はどのようなXML問合せ式を評価するでもApache Xalanを利用します。XalanはXQueryを完全にサポートしないので、<span>Derby</span>も同様に完全にサポートしません。
+もしXalanが問合せのコンパイルや実行を行えなかった場合、<span>Derby</span>はXalanが挙げたエラーを補足して、SQLExceptionとして挙げなおします。
+XPathおよびXQuery式の詳細については、次のWebサイトを参照してください。<a href="http://www.w3.org/TR/xpath">http://www.w3.org/TR/xpath</a>と<a href="http://www.w3.org/TR/xquery/">http://www.w3.org/TR/xquery/</a></dd>
+
+
+<dt class="dlterm"><samp class="codeph">xml値式</samp></dt>
+
+<dd>これはXMLの値でなければならず、また整形式のSQL/XML文書でなければなりません。
+<samp class="codeph">xml値式</samp>はパラメータであってはなりません。
+<span>Derby</span>は暗黙の構文解析や、XML値への変換を行わないので、文字列やその他のデータ型を使うとエラーとなります。
+もし引数が<span>Derby</span>のXMLQUERY演算子により返る並びであった場合、もしその並びが一つの文書ノードであるノードからなる並びであれば、引数にとる事ができます。そうではなければ、<span>Derby</span>はエラーを挙げます。</dd>
+
+
+<dt class="dlterm">BY REF</dt>
+
+<dd>この省略可能なキーワードにより、<span>Derby</span>にて可能な引数渡しの仕組みが記述されます。BY REFは規定の引数渡しの仕組みなので、このキーワードのあるなしにかかわらず、XMLQUERY演算子は同様に振舞います。引数渡しの仕組みについてのより詳細な情報は、SQL/XML仕様を参照してください。</dd>
+
+
+<dt class="dlterm">RETURNING SEQUENCE</dt>
+
+<dd>省略可能なこのキーワードにより、<span>Derby</span>のXMLQUERY演算子にて唯一返すことのできるXMLの種類を記述します。SEQUENCEは既定の返却値の種類なので、このキーワードのあるなしにかかわらず、XMLQUERY演算子は同様に振舞います。他のXML返却値の種類についてのより詳細な情報は、SQL/XML仕様を参照してください。</dd>
+
+
+<dt class="dlterm">EMPTY ON EMPTY</dt>
+
+<dd>省略できないこのキーワードにより、XMLQUERY演算子の結果が空の並びであった時の振る舞いが記述されます。XMLQUERY演算子は空の並びをそのまま返します。XMLQUERY演算子はnull値に変換しません。空の並びは直列化されると空文字列になります。<span>Derby</span>は、空の並びを整形式のXML文書としません。</dd>
+
+</dl>
+
+<p>XMLQUERY演算子の結果は、XML型の値です。
+結果はXMLノードや値の並びを表します。文字列のような値は、結果の並びの一部となることができます。XMLQUERY演算子の結果は整形式のXML文書であることが保障されず、XML列にXMLQUERY演算子の結果を挿入できないことがあります。
+XML列に結果を記録するためには、その結果は唯一つの項目を持つ並びで、その項目が整形式の文書ノードでなければなりません。
+結果は<a href="rreffuncxmlserialize.html#rreffuncxmlserialize">XMLSERIALIZE 演算子</a>によって直列化することによってのみ見られるようにできます。</p>
+</div>
+
+<div class="section"><h4 class="sectiontitle">例</h4>
+<div class="p"><samp class="codeph">x_table</samp>表にて、<samp class="codeph">xcol</samp>というXML列を検索して、age属性が20より大きいstudents要素を返すには次の文を書きます。
+<pre>SELECT ID,
+    XMLSERIALIZE(
+        XMLQUERY('<var class="varname">//student[@age&gt;20]</var>' PASSING BY REF <var class="varname">xcol</var> EMPTY ON EMPTY)
+    AS VARCHAR(50))
+FROM <var class="varname">x_table</var>
+
+</pre>
+この問合せでは、XMLQUERY演算子が実際に結果を返すか否かにかかわらず、結果には<samp class="codeph">x_table</samp>の全行毎に結果行があります。</div>
+
+<div class="p"><samp class="codeph">x_table</samp>表にて<samp class="codeph">xcol</samp>というXML列を検索して、BCという名前の生徒の年齢を返すには、次の文を書きます。<pre>SELECT ID, 
+    XMLSERIALIZE(
+        XMLQUERY('<var class="varname">string(//student[text() = "BC"]/@age</var>)' PASSING BY REF <var class="varname">xcol</var> EMPTY ON EMPTY)
+    AS VARCHAR(50))
+FROM <var class="varname">x_table</var>
+WHERE
+    XMLEXISTS('<var class="varname">//student[text() = "BC"]</var>' PASSING BY REF <var class="varname">xcol</var>)
+</pre>
+ この問合せでは結果には、<samp class="codeph">x_table</samp>中のBCという名前の生徒の行のみあります。</div>
+</div>
+
+<div class="section"><h4 class="sectiontitle">利用上の覚書</h4>
+<p><span>Derby</span>はXMLの機能を動作させるために、Apache XercesのようなJAXP構文解析器とApache XalanがJavaのクラスパスに記述されている必要があります。JAXP構文解析器、Xalanの何れかがクラスパスに記述されていない場合に、XMLQUERY演算子を利用しようとするとエラーが発生します。</p>
+</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/rreffuncxmlquery.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncxmlserialize.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncxmlserialize.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rreffuncxmlserialize.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,112 @@
+<!--
+  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="XMLSERIALIZE 演算子" />
+<meta name="abstract" content="XMLSERIALIZEはXML型の情報を文字型の情報に変換するSQL/XML演算子です。これはDerby XML値を変換する唯一の方法です。" />
+<meta name="description" content="XMLSERIALIZEはXML型の情報を文字型の情報に変換するSQL/XML演算子です。これはDerby XML値を変換する唯一の方法です。" />
+<meta content="XMLSERIALIZE operator, operators, XMLSERIALIZE, XML, operators, XMLSERIALIZE" name="DC.subject" />
+<meta content="XMLSERIALIZE operator, operators, XMLSERIALIZE, XML, operators, XMLSERIALIZE" name="keywords" />
+<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rreffuncxmlserialize" 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>XMLSERIALIZE 演算子</title>
+</head>
+<body id="rreffuncxmlserialize"><a name="rreffuncxmlserialize"><!-- --></a>
+
+
+<h1 class="topictitle1">XMLSERIALIZE 演算子</h1>
+
+
+
+<div><p>XMLSERIALIZEはXML型の情報を文字型の情報に変換するSQL/XML演算子です。これは<span>Derby</span> XML値を変換する唯一の方法です。</p>
+
+<div class="section"> <div class="attention"><span class="attentiontitle">重要: </span>直列化はSQL/XMLの直列化規則に沿います。
+<span>Derby</span>はXMLSERIALIZEの構文の一部しかサポートしないこともあいまって、XMLSERIALIZE演算子の結果が元のXMLと全く同じであることは保障されせん。
+例えば、<samp class="codeph">[xString]</samp>が整形式のXML文書を表す文字表現であるとして、次の文が発行されたとします。<pre>INSERT INTO <var class="varname">x_table</var> (<var class="varname">id</var>, <var class="varname">xcol</var>)
+    VALUES (3, XMLPARSE(DOCUMENT '<var class="varname">[xString]</var>' PRESERVE WHITESPACE));
+
+SELECT id, XMLSERIALIZE(<var class="varname">xcol</var> AS VARCHAR(100))
+    FROM <var class="varname">x_table</var> WHERE id = 3;
+</pre>
+<p>このときXMLSERIALIZE演算子の結果が、元の<samp class="codeph">[xString]</samp>の値と同じである保障はありません。
+XMLSERIALIZEの処理にてSQL/XMLの仕様に沿って何らかの変更が起きる可能性があります。
+XMLSERIALIZEの結果が元の文字表現と同じであることもありますが、同じであることは保障されません。</p>
+
+<p>問合せの最上位の結果セットにXMLSERIALIZE演算子が書かれた場合、XMLSERIALIZEにて<samp class="codeph">文字情報型</samp>引数で指定した型に適用できるJDBCの全てのgetXXXメソッドによって結果を得ることができます。XMLSERIALIZE演算子を使わずにXMLの値を最上位の結果セットで取得しようとすると、<span>Derby</span>はエラーを挙げます。
+<span>Derby</span>はXML値を暗黙裡に直列化しません。</p>
+</div>
+</div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4><pre><strong>XMLSERIALIZE ( <var class="varname">xml値式</var> AS <var class="varname">文字情報型</var> )</strong></pre>
+<dl>
+<dt class="dlterm"><samp class="codeph">xml値式</samp></dt>
+
+<dd>あらゆるDerby XML値を取ることができます。XMLQUERYによる結果のXMLの結果の並びでもかまいません。<samp class="codeph">xml値式</samp>にパラメータを指定することはできません。<p />
+</dd>
+
+
+<dt class="dlterm"><samp class="codeph">文字情報型</samp></dt>
+
+<dd>CHAR、VARCHAR、LONG VARCHARあるいはCLOB等の、SQLの文字列型を指定しなければなりません。
+有効な文字列型が指定されなかった場合、<span>Derby</span>はエラーを挙げます。</dd>
+
+</dl>
+</div>
+
+<div class="section"><h4 class="sectiontitle">例</h4>
+<div class="p"><samp class="codeph">x_table</samp>表にて、<samp class="codeph">xcol</samp>XML列の値を表示するには、次の文を書きます。<pre>SELECT ID, 
+    XMLSERIALIZE(
+    <var class="varname">xcol</var> AS CLOB) 
+FROM <var class="varname">x_table</var></pre>
+
+JDBCを使ってこの結果を取り出すためには、JDBCのgetCharacterStream()やgetString()メソッドを使うことができます。</div>
+
+<div class="p">XMLQUERY演算子の結果を表示するには、次の文を書きます。<pre>SELECT ID, 
+    XMLSERIALIZE(
+        XMLQUERY('<var class="varname">//student[@age&gt;20]</var>' 
+           PASSING BY REF <var class="varname">xcol</var> EMPTY ON EMPTY)
+    AS VARCHAR(50))
+FROM <var class="varname">x_table</var></pre>
+</div>
+</div>
+
+<div class="section"><h4 class="sectiontitle">利用上の覚書</h4>
+<p><span>Derby</span>にてXML機能が動作するには、Apache XercesのようなJAXP構文解析器とApache XalanがJavaのクラスパスに記述されている必要があります。クラスパスに記述がなかった場合、XMLSERIALIZEを使ったときにエラーが発生します。</p>
+</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/rreffuncxmlserialize.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefgetdbpropfunc.html
==============================================================================
--- websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefgetdbpropfunc.html (added)
+++ websites/production/db/content/derby/docs/10.4/ja_JP/ref/rrefgetdbpropfunc.html Wed Mar 13 13:54:17 2013
@@ -0,0 +1,63 @@
+<!--
+  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_GET_DATABASE_PROPERTYシステム関数" />
+<meta scheme="URI" name="DC.Relation" content="crefsqlbuiltinsystemfunctions.html" />
+<meta content="XHTML" name="DC.Format" />
+<meta content="rrefgetdbpropfunc" 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_GET_DATABASE_PROPERTYシステム関数</title>
+</head>
+<body id="rrefgetdbpropfunc"><a name="rrefgetdbpropfunc"><!-- --></a>
+
+
+<h1 class="topictitle1">SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTYシステム関数</h1>
+
+<div>
+<div class="section">
+<p><samp class="codeph">SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY</samp>関数は、接続中のデータベースの<samp class="codeph">KEY</samp>で指定された属性を取得します。</p>
+</div>
+
+<div class="section"><h4 class="sectiontitle">構文</h4> <pre>VARCHAR(32762) SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY(IN KEY VARCHAR(128))</pre>
+ 
+<p><samp class="codeph">KEY</samp>がnullである場合、エラーが返ります。</p>
+</div>
+
+<div class="section"><h4 class="sectiontitle">例</h4> <pre>VALUES SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY('key_value_string');</pre>
+</div>
+
+</div>
+
+<div>
+<div class="familylinks">
+<div class="parentlink"><strong>親トピック:</strong> <a href="crefsqlbuiltinsystemfunctions.html" title="">組込みシステム関数</a></div>
+</div>
+</div>
+
+</body>
+</html>

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