• R/O
  • SSH
  • HTTPS

opengion: 提交


Commit MetaInfo

修訂1915 (tree)
時間2020-09-18 15:27:40
作者chatrun

Log Message

(empty log message)

Change Summary

差異

--- trunk/opengionV7/uap/webapps/gf/build.xml (revision 1914)
+++ trunk/opengionV7/uap/webapps/gf/build.xml (revision 1915)
@@ -5,7 +5,7 @@
55 <!-- バージョン番号を指定 -->
66 <property name="release.version" value="7" />
77 <property name="javadoc.version" value="7.2.8.X" />
8- <property name="hayabusa.version" value="7.2.8.0" />
8+ <property name="hayabusa.version" value="7.2.8.1" />
99 <property environment="env" />
1010
1111 <!-- ソースファイルがあるディレクトリ -->
@@ -565,17 +565,17 @@
565565 <fileset dir="${svn.dir}" includes="THIRDPARTYLICENSEREADME.html" />
566566 </zip>
567567
568- <!-- 6.4.0.3 (2015/12/14) -->
569- <!-- src(uap)パッケージ生成 -->
568+ <!-- src(uap)パッケージ生成 7.2.8.1 (2020/09/18) ge除外、pache 追加 -->
570569 <zip destfile="${build.dir}/openGion${hayabusa.version}_src.zip">
571- <fileset dir="${svn.dir}/uap/webapps" includes="ge/changes/**" />
572- <fileset dir="${svn.dir}/uap/webapps" includes="ge/jsp/**" />
570+<!-- <fileset dir="${svn.dir}/uap/webapps" includes="ge/changes/**" /> 7.2.8.1 (2020/09/18) 除外 -->
571+<!-- <fileset dir="${svn.dir}/uap/webapps" includes="ge/jsp/**" /> 7.2.8.1 (2020/09/18) 除外 -->
572+ <fileset dir="${svn.dir}/uap/webapps" includes="gf/src/META-INF/**" />
573573 <fileset dir="${svn.dir}/uap/webapps" includes="gf/src/org/**" />
574- <fileset dir="${svn.dir}/uap/webapps" includes="gf/src/META-INF/**" />
575574 <fileset dir="${svn.dir}/uap/webapps" includes="gf/src/script/**" />
576575 <fileset dir="${svn.dir}/uap/webapps" includes="gf/jsp/common/**" />
577576 <fileset dir="${svn.dir}/uap/webapps" includes="gf/jsp/image/**" />
578577 <fileset dir="${svn.dir}/uap/webapps" includes="gf/jsp/menu/**" />
578+ <fileset dir="${svn.dir}/uap/webapps" includes="gf/pache/**" /> <!-- 7.2.8.1 (2020/09/18) 追加 -->
579579 <fileset dir="${svn.dir}/uap/webapps/gf/doc" includes="RELEASE-NOTES_5.txt,RELEASE-NOTES_6.txt,RELEASE-NOTES_7.txt" />
580580 </zip>
581581
@@ -750,13 +750,11 @@
750750 <echo message="jarファイルコピー local → dev02 [ge,gf]"/>
751751
752752 <property name="dev02.dir" value="//mis-dev02/UAP/opengionV7/uap/verup" />
753-<!-- <property name="dev01.dir" value="//mis-dev01/UAP/GMISV6-VV/uap/verup" /> -->
754753 <property name="jarFiles" value="fukurou*.jar,hayabusa*.jar,plugin*.jar,penguin*.jar,jspCommon*.jar" />
755754
756755 <!-- 一旦、verupフォルダをすべて空にします。 -->
757756 <delete>
758757 <fileset dir="${dev02.dir}" includes="*.jar,*.war" />
759-<!-- <fileset dir="${dev01.dir}" includes="*.jar,*.war" /> -->
760758 </delete>
761759
762760 <!-- verupフォルダに、jar と war ファイル配布 -->
@@ -763,17 +761,9 @@
763761 <copy tofile="${dev02.dir}/ge.war" preservelastmodified="true" overwrite="true"
764762 file="${build.dir}/ge##${hayabusa.version}.war" />
765763
766-<!-- <copy tofile="${dev01.dir}/ge.war" preservelastmodified="true" overwrite="true"
767- file="${build.dir}/ge##${hayabusa.version}.war" />
768--->
769764 <copy todir="${dev02.dir}" preservelastmodified="true" overwrite="true">
770765 <fileset dir="${src.dir}" includes="${jarFiles}" />
771766 </copy>
772-
773-<!-- <copy todir="${dev01.dir}" preservelastmodified="true" overwrite="true">
774- <fileset dir="${src.dir}" includes="${jarFiles}" />
775- </copy>
776--->
777767 </target>
778768
779769 <!-- ************************************************************************ -->
--- trunk/opengionV7/uap/webapps/gf/buildDoc.xml (revision 1914)
+++ trunk/opengionV7/uap/webapps/gf/buildDoc.xml (revision 1915)
@@ -5,7 +5,7 @@
55 <!-- バージョン番号を指定 -->
66 <property name="release.version" value="7" />
77 <property name="javadoc.version" value="7.2.8.X" />
8- <property name="hayabusa.version" value="7.2.8.0" />
8+ <property name="hayabusa.version" value="7.2.8.1" />
99 <property environment="env" />
1010
1111 <!-- ソースファイルがあるディレクトリ -->
--- trunk/opengionV7/uap/webapps/gf/src/org/opengion/fukurou/system/BuildNumber.java (revision 1914)
+++ trunk/opengionV7/uap/webapps/gf/src/org/opengion/fukurou/system/BuildNumber.java (revision 1915)
@@ -51,7 +51,7 @@
5151 * このエンジンのバージョン番号を設定します。
5252 * @og.paramLevel 9:自動設定
5353 */
54- public static final String VERSION_NO = "7.2.8.0";
54+ public static final String VERSION_NO = "7.2.8.1";
5555
5656 /**
5757 * エンジンビルドタイプ。
@@ -64,9 +64,9 @@
6464 *
6565 * @og.paramLevel 9:自動設定
6666 */
67-// public static final String BUILD_TYPE = "Release7 Builds (2020252)" ; // 20XX+通算日数
68-// public static final String BUILD_TYPE = "Release7 Builds (T1599521120)" ; // 通算秒数
69- public static final String BUILD_TYPE = "Release7 Builds (26658685)" ; // 通算分数
67+// public static final String BUILD_TYPE = "Release7 Builds (2020262)" ; // 20XX+通算日数
68+// public static final String BUILD_TYPE = "Release7 Builds (T1600409981)" ; // 通算秒数
69+ public static final String BUILD_TYPE = "Release7 Builds (26673499)" ; // 通算分数
7070
7171 /**
7272 * エンジンバージョンNo。
@@ -81,7 +81,7 @@
8181 * このエンジンのビルド時刻を設定します。
8282 * @og.paramLevel 9:自動設定
8383 */
84- public static final String TIMESTAMP = "2020/09/08 08:25:20" ;
84+ public static final String TIMESTAMP = "2020/09/18 15:19:41" ;
8585
8686 /**
8787 * 稼動しているサーバーのOS情報。
@@ -126,7 +126,7 @@
126126 *
127127 * @og.paramLevel 9:自動設定
128128 */
129- public static final String BUILD_ID = "20200908082520" ;
129+ public static final String BUILD_ID = "20200918151941" ;
130130
131131 /**
132132 * デフォルトコンストラクターをprivateにして、
--- trunk/opengionV7/uap/webapps/gf/src/org/opengion/hayabusa/common/GE12.xml (revision 1914)
+++ trunk/opengionV7/uap/webapps/gf/src/org/opengion/hayabusa/common/GE12.xml (revision 1915)
@@ -3663,7 +3663,7 @@
36633663 <PARAM_ID>VERSION_NO</PARAM_ID>
36643664 <SEQNO>1000</SEQNO>
36653665 <TITLE>エンジンバージョン番号。</TITLE>
3666-<PARAM>7.2.8.0</PARAM>
3666+<PARAM>7.2.8.1</PARAM>
36673667 <CONTENTS>エンジンバージョン番号。
36683668 このエンジンのバージョン番号を設定します。</CONTENTS>
36693669 <PARAM_LVL>9</PARAM_LVL>
@@ -3676,7 +3676,7 @@
36763676 <PARAM_ID>BUILD_TYPE</PARAM_ID>
36773677 <SEQNO>1010</SEQNO>
36783678 <TITLE>エンジンビルドタイプ。</TITLE>
3679-<PARAM>Release7 Builds (26658683)</PARAM>
3679+<PARAM>Release7 Builds (26673492)</PARAM>
36803680 <CONTENTS>エンジンビルドタイプ。
36813681 このエンジンのビルドタイプを設定します。
36823682
@@ -3692,7 +3692,7 @@
36923692 <PARAM_ID>ENGINE_INFO</PARAM_ID>
36933693 <SEQNO>1020</SEQNO>
36943694 <TITLE>エンジンバージョンNo。</TITLE>
3695-<PARAM>openGion 7.2.8.0 Release7 Builds (26658683)</PARAM>
3695+<PARAM>openGion 7.2.8.1 Release7 Builds (26673492)</PARAM>
36963696 <CONTENTS>エンジンバージョンNo。
36973697 このエンジンのバージョン番号 + ビルドタイプ を設定します。
36983698 [例: 4.0.0.0 Release4 Builds (04273)]</CONTENTS>
@@ -3706,7 +3706,7 @@
37063706 <PARAM_ID>TIMESTAMP</PARAM_ID>
37073707 <SEQNO>1030</SEQNO>
37083708 <TITLE>エンジンビルド時刻。</TITLE>
3709-<PARAM>2020/09/08 08:23:11</PARAM>
3709+<PARAM>2020/09/18 15:12:57</PARAM>
37103710 <CONTENTS>エンジンビルド時刻。
37113711 このエンジンのビルド時刻を設定します。</CONTENTS>
37123712 <PARAM_LVL>9</PARAM_LVL>
@@ -3762,7 +3762,7 @@
37623762 <SEQNO>1070</SEQNO>
37633763 <TITLE>エンジンビルドID
37643764 このエンジンのビルドIDを設定します。</TITLE>
3765-<PARAM>20200908082311</PARAM>
3765+<PARAM>20200918151257</PARAM>
37663766 <CONTENTS>エンジンビルドID
37673767 このエンジンのビルドIDを設定します。
37683768 キャッシュコントロールを行う際のキー情報として使用します。</CONTENTS>
--- trunk/opengionV7/uap/webapps/gf/src/org/opengion/hayabusa/common/GE12_Param.xml (revision 1914)
+++ trunk/opengionV7/uap/webapps/gf/src/org/opengion/hayabusa/common/GE12_Param.xml (revision 1915)
@@ -3044,7 +3044,7 @@
30443044 <fieldDoc>
30453045 <paramId>VERSION_NO</paramId>
30463046 <seq>1000</seq>
3047- <param>7.2.8.0</param>
3047+ <param>7.2.8.1</param>
30483048 <title>エンジンバージョン番号。</title>
30493049 <contents>エンジンバージョン番号。
30503050 このエンジンのバージョン番号を設定します。</contents>
@@ -3054,7 +3054,7 @@
30543054 <fieldDoc>
30553055 <paramId>BUILD_TYPE</paramId>
30563056 <seq>1010</seq>
3057- <param>Release7 Builds (26658683)</param>
3057+ <param>Release7 Builds (26673492)</param>
30583058 <title>エンジンビルドタイプ。</title>
30593059 <contents>エンジンビルドタイプ。
30603060 このエンジンのビルドタイプを設定します。
@@ -3067,7 +3067,7 @@
30673067 <fieldDoc>
30683068 <paramId>ENGINE_INFO</paramId>
30693069 <seq>1020</seq>
3070- <param>openGion 7.2.8.0 Release7 Builds (26658683)</param>
3070+ <param>openGion 7.2.8.1 Release7 Builds (26673492)</param>
30713071 <title>エンジンバージョンNo。</title>
30723072 <contents>エンジンバージョンNo。
30733073 このエンジンのバージョン番号 + ビルドタイプ を設定します。
@@ -3078,7 +3078,7 @@
30783078 <fieldDoc>
30793079 <paramId>TIMESTAMP</paramId>
30803080 <seq>1030</seq>
3081- <param>2020/09/08 08:23:11</param>
3081+ <param>2020/09/18 15:12:57</param>
30823082 <title>エンジンビルド時刻。</title>
30833083 <contents>エンジンビルド時刻。
30843084 このエンジンのビルド時刻を設定します。</contents>
@@ -3121,7 +3121,7 @@
31213121 <fieldDoc>
31223122 <paramId>BUILD_ID</paramId>
31233123 <seq>1070</seq>
3124- <param>20200908082311</param>
3124+ <param>20200918151257</param>
31253125 <title>エンジンビルドID
31263126 このエンジンのビルドIDを設定します。</title>
31273127 <contents>エンジンビルドID
--- trunk/opengionV7/uap/webapps/gf/src/xslt/GEA08_A.xml (revision 1914)
+++ trunk/opengionV7/uap/webapps/gf/src/xslt/GEA08_A.xml (revision 1915)
@@ -98,7 +98,7 @@
9898 <CLM>writerClass</CLM>
9999 <NAME_JA>クラス名(の略称)</NAME_JA>
100100 <LNAME>writerClass</LNAME>
101-<DESCRIPTION>【TAG】実際に書き出すクラス名の略称(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=writerClass" target="CONTENTS"&gt;TableWriter_**** クラスの ****&lt;/a&gt;)を指定します
101+<DESCRIPTION>【TAG】実際に書き出すクラス名の略称(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=writerClass" target="CONTENTS"&gt;TableWriter_**** クラスの ****&lt;/a&gt;)を指定します
102102 (初期値:TABLE_WRITER_DEFAULT_CLASS[=Excel])。</DESCRIPTION>
103103 <KBSAKU>0</KBSAKU>
104104 <LANG>ja</LANG>
@@ -1786,7 +1786,7 @@
17861786 <CLM>viewFormType</CLM>
17871787 <NAME_JA>ViewFormクラス</NAME_JA>
17881788 <LNAME>viewFormType</LNAME>
1789-<DESCRIPTION>【TAG】ViewForm オブジェクトを作成するクラス(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラスの ****&lt;/a&gt;)を指定します。</DESCRIPTION>
1789+<DESCRIPTION>【TAG】ViewForm オブジェクトを作成するクラス(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラスの ****&lt;/a&gt;)を指定します。</DESCRIPTION>
17901790 <KBSAKU>0</KBSAKU>
17911791 <LANG>ja</LANG>
17921792 <KBLBL>A</KBLBL>
@@ -4100,7 +4100,7 @@
41004100 <CLM>queryType</CLM>
41014101 <NAME_JA>Queryタイプ</NAME_JA>
41024102 <LNAME>queryType</LNAME>
4103-<DESCRIPTION>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCTableUpdate&lt;/a&gt;)。</DESCRIPTION>
4103+<DESCRIPTION>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCTableUpdate&lt;/a&gt;)。</DESCRIPTION>
41044104 <KBSAKU>0</KBSAKU>
41054105 <LANG>ja</LANG>
41064106 <KBLBL>A</KBLBL>
@@ -10120,7 +10120,7 @@
1012010120 <CLM>renderer</CLM>
1012110121 <NAME_JA>表示用レンデラー</NAME_JA>
1012210122 <LNAME>renderer</LNAME>
10123-<DESCRIPTION>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。</DESCRIPTION>
10123+<DESCRIPTION>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。</DESCRIPTION>
1012410124 <KBSAKU>0</KBSAKU>
1012510125 <LANG>ja</LANG>
1012610126 <KBLBL>A</KBLBL>
@@ -10131,7 +10131,7 @@
1013110131 <CLM>editor</CLM>
1013210132 <NAME_JA>編集用エディター</NAME_JA>
1013310133 <LNAME>editor</LNAME>
10134-<DESCRIPTION>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。</DESCRIPTION>
10134+<DESCRIPTION>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。</DESCRIPTION>
1013510135 <KBSAKU>0</KBSAKU>
1013610136 <LANG>ja</LANG>
1013710137 <KBLBL>A</KBLBL>
--- trunk/opengionV7/uap/webapps/gf/src/xslt/GF23.xml (revision 1914)
+++ trunk/opengionV7/uap/webapps/gf/src/xslt/GF23.xml (revision 1915)
@@ -1212,7 +1212,7 @@
12121212
12131213 ●Tag定義:
12141214 &amp;lt;og:view
1215- viewFormType 【TAG】ViewForm オブジェクトを作成するクラス(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラス&lt;/a&gt;)を指定します
1215+ viewFormType 【TAG】ViewForm オブジェクトを作成するクラス(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラス&lt;/a&gt;)を指定します
12161216 command 【TAG】コマンド (PREV,NEXT,FIRST,LAST,NEW,RENEW,VIEW,REVIEW,RESET)をセットします
12171217 scope 【TAG】キャッシュする場合のスコープ[request/page/session/application]を指定します(初期値:session)
12181218 startNo 【TAG】表示データを作成する場合の表示の開始行番号をセットします
@@ -2568,7 +2568,7 @@
25682568
25692569 ●Tag定義:
25702570 &amp;lt;og:tableUpdate
2571- queryType 【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCTableUpdate&lt;/a&gt;)
2571+ queryType 【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCTableUpdate&lt;/a&gt;)
25722572 sqlType 【TAG】BODY部に書かれている Param の SQLタイプを指定します
25732573 command 【TAG】コマンド (NEW,RENEW)をセットします(PlsqlUpdateTag,UpdateTag の場合は、ENTRY)
25742574 scope 【TAG】キャッシュする場合のスコープ[request/page/session/application]を指定します(初期値:session)
@@ -3951,7 +3951,7 @@
39513951
39523952 ●Tag定義:
39533953 &amp;lt;og:query
3954- queryType 【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)
3954+ queryType 【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)
39553955 command 【TAG】コマンド (NEW,RENEW)をセットします(PlsqlUpdateTag,UpdateTag の場合は、ENTRY)
39563956 scope 【TAG】キャッシュする場合のスコープ[request/page/session/application]を指定します(初期値:session)
39573957 maxRowCount 【TAG】(通常は使いません)データの最大読み込み件数を指定します (初期値:DB_MAX_ROW_COUNT[=1000])(0:[無制限])
@@ -4390,7 +4390,7 @@
43904390
43914391 ●Tag定義:
43924392 &amp;lt;og:plsqlUpdate
4393- queryType 【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCPLSQL&lt;/a&gt;)
4393+ queryType 【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCPLSQL&lt;/a&gt;)
43944394 command 【TAG】コマンド (NEW,RENEW)をセットします(PlsqlUpdateTag,UpdateTag の場合は、ENTRY)
43954395 scope 【TAG】キャッシュする場合のスコープ[request/page/session/application]を指定します(初期値:session)
43964396 maxRowCount 【TAG】(通常は使いません)データの最大読み込み件数を指定します (初期値:DB_MAX_ROW_COUNT[=1000])(0:[無制限])
@@ -7091,7 +7091,7 @@
70917091
70927092 ●Tag定義:
70937093 &amp;lt;og:entryQuery
7094- queryType ○【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCKeyEntry&lt;/a&gt;)(必須)。
7094+ queryType ○【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCKeyEntry&lt;/a&gt;)(必須)。
70957095 command 【TAG】コマンド (NEW,RENEW)をセットします(PlsqlUpdateTag,UpdateTag の場合は、ENTRY)
70967096 scope 【TAG】キャッシュする場合のスコープ[request/page/session/application]を指定します(初期値:session)
70977097 maxRowCount 【TAG】(通常は使いません)データの最大読み込み件数を指定します (初期値:DB_MAX_ROW_COUNT[=1000])
@@ -7519,7 +7519,7 @@
75197519 notfoundMsg 【TAG】検索結果がゼロ件の場合に表示するメッセージリソースIDを指定します(初期値:MSG0077[対象データはありませんでした])
75207520 fetchSize 【TAG】(通常は使いません)データのフェッチサイズを指定します(初期値:DB_FETCH_SIZE[=251])
75217521 names 【TAG】PL/SQLを利用する場合の引数にセットすべき データの名称をCSV形式で複数指定します
7522- queryType 【TAG】Query を発行する為のクラスID(JDBC,JDBCErrMsg)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)
7522+ queryType 【TAG】Query を発行する為のクラスID(JDBC,JDBCErrMsg)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)
75237523 dbid 【TAG】(通常は使いません)検索時のDB接続IDを指定します(初期値:DEFAULT)
75247524 useNumber 【TAG】行番号を出力するかどうか(初期値:true)
75257525 quotCheck 【TAG】リクエスト情報の シングルクォート(') 存在チェックを実施するかどうか[true/false]を設定します(初期値:USE_SQL_INJECTION_CHECK)
@@ -8377,9 +8377,9 @@
83778377 size 【HTML】カラムの入力枠サイズ(横幅)を文字数でセットします(入力文字制限ではありません)。
83788378 viewSize 【TAG】 カラムの表示サイズ(横幅)を文字数でセットします。
83798379 maxlength 【HTML】最大入力文字数を指定します(入力可能文字数で、バイト数ではありません)
8380- renderer 【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします
8381- editor 【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします
8382- dbType 【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします
8380+ renderer 【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします
8381+ editor 【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします
8382+ dbType 【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします
83838383 optionAttributes 【TAG】JavaScript などの HTML基本タグ以外の属性を、そのままタグとして使用します
83848384 useDefaultPropertieVal 【TAG】リソースファイルの初期値を使うかどうか[true/false]を指定します(初期値:false)
83858385 nextForm 【TAG】入力カーソルを、指定されたname属性のフィールドへ自動的に移動させます
@@ -8664,9 +8664,9 @@
86648664 viewSize 【TAG】カラムの表示サイズ(横幅)を文字数でセットします。
86658665 maxlength 【HTML】カラムの入力文字制限数をセットします
86668666 writable 【TAG】カラムが書き込み可能かどうか[true/false]をセットします(初期値:null)
8667- renderer 【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。既存値:設定値対応
8668- editor 【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。既存値:設定値対応
8669- dbType 【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。既存値:設定値対応
8667+ renderer 【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。既存値:設定値対応
8668+ editor 【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。既存値:設定値対応
8669+ dbType 【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。既存値:設定値対応
86708670 codeName 【TAG】コードセレクトのユニークキー(コード名称)をセットします
86718671 codeList 【TAG】コードセレクトのサブセットとなるコードをCSV形式で指定します
86728672 codeGroup 【TAG】コードセレクトのサブセットとなるグループを指定します
--- trunk/opengionV7/uap/webapps/gf/src/xslt/GF24.xml (revision 1914)
+++ trunk/opengionV7/uap/webapps/gf/src/xslt/GF24.xml (revision 1915)
@@ -110,14 +110,14 @@
110110 <TAGCLASS>org.opengion.hayabusa.taglib.WriteTableTag</TAGCLASS>
111111 <VALUENAME>writerClass</VALUENAME>
112112 <HTMLEXT>0</HTMLEXT>
113-<DESCRIPTION>【TAG】実際に書き出すクラス名の略称(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=writerClass" target="CONTENTS"&gt;TableWriter_**** クラスの ****&lt;/a&gt;)を指定します
113+<DESCRIPTION>【TAG】実際に書き出すクラス名の略称(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=writerClass" target="CONTENTS"&gt;TableWriter_**** クラスの ****&lt;/a&gt;)を指定します
114114 (初期値:TABLE_WRITER_DEFAULT_CLASS[=Excel])。</DESCRIPTION>
115-<CONTENTS>【TAG】実際に書き出すクラス名の略称(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=writerClass" target="CONTENTS"&gt;TableWriter_**** クラスの ****&lt;/a&gt;)を指定します
115+<CONTENTS>【TAG】実際に書き出すクラス名の略称(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=writerClass" target="CONTENTS"&gt;TableWriter_**** クラスの ****&lt;/a&gt;)を指定します
116116 (初期値:TABLE_WRITER_DEFAULT_CLASS[=Excel])。
117117 実際に書き出すクラス名(の略称)をセットします。
118118 org.opengion.hayabusa.io.TableWriter インターフェースを継承したサブクラスです。
119119 これは、org.opengion.plugin.io 以下の TableWriter_**** クラスの **** を与えます。
120- 属性クラス定義のorg.opengion.hayabusa.io.TableWriter TableWriterを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=writerClass" target="CONTENTS"&gt;TableWriter_**** クラス&lt;/a&gt;ExcelRenderer と、Renderer は、特別な名前で、useRenderer 属性に、"true" をセットするのと同じ効果があります。
120+ 属性クラス定義のorg.opengion.hayabusa.io.TableWriter TableWriterを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=writerClass" target="CONTENTS"&gt;TableWriter_**** クラス&lt;/a&gt;ExcelRenderer と、Renderer は、特別な名前で、useRenderer 属性に、"true" をセットするのと同じ効果があります。
121121 実際は、ExcelRenderer ⇒ Excel 、Renderer ⇒ Default のクラスが呼ばれます。
122122 (初期値:TABLE_WRITER_DEFAULT_CLASS[=Excel])。</CONTENTS>
123123 </ROW>
@@ -4521,11 +4521,11 @@
45214521 <TAGCLASS>org.opengion.hayabusa.taglib.ViewFormTag</TAGCLASS>
45224522 <VALUENAME>viewFormType</VALUENAME>
45234523 <HTMLEXT>0</HTMLEXT>
4524-<DESCRIPTION>【TAG】ViewForm オブジェクトを作成するクラス(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラスの ****&lt;/a&gt;)を指定します。</DESCRIPTION>
4525-<CONTENTS>【TAG】ViewForm オブジェクトを作成するクラス(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラスの ****&lt;/a&gt;)を指定します。
4524+<DESCRIPTION>【TAG】ViewForm オブジェクトを作成するクラス(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラスの ****&lt;/a&gt;)を指定します。</DESCRIPTION>
4525+<CONTENTS>【TAG】ViewForm オブジェクトを作成するクラス(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラスの ****&lt;/a&gt;)を指定します。
45264526 これは、org.opengion.hayabusa.html 以下の ViewForm_**** クラスの **** を
45274527 与えます。これらは、ViewForm インターフェースを継承したサブクラスです。
4528- 属性クラス定義のorg.opengion.hayabusa.html.ViewForm ViewFormを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラス&lt;/a&gt;</CONTENTS>
4528+ 属性クラス定義のorg.opengion.hayabusa.html.ViewForm ViewFormを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラス&lt;/a&gt;</CONTENTS>
45294529 </ROW>
45304530 <ROW num="326">
45314531 <VERNO>7.2.8.X</VERNO>
@@ -10527,8 +10527,8 @@
1052710527 <TAGCLASS>org.opengion.hayabusa.taglib.TableUpdateTag</TAGCLASS>
1052810528 <VALUENAME>queryType</VALUENAME>
1052910529 <HTMLEXT>0</HTMLEXT>
10530-<DESCRIPTION>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCTableUpdate&lt;/a&gt;)。</DESCRIPTION>
10531-<CONTENTS>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCTableUpdate&lt;/a&gt;)。
10530+<DESCRIPTION>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCTableUpdate&lt;/a&gt;)。</DESCRIPTION>
10531+<CONTENTS>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCTableUpdate&lt;/a&gt;)。
1053210532 引数指定のINSERT/UPDATE文を実行する場合の、queryType 属性を使用します。
1053310533 このタグでは、execute( int[] ,DBTableModel )を実行します。
1053410534 代表的なクラスとして、"JDBCTableUpdate" が標準で用意されています。
@@ -10535,7 +10535,7 @@
1053510535
1053610536 タグにより使用できる/出来ないがありますが、これは、org.opengion.hayabusa.db
1053710537 以下の Query_**** クラスの **** を与えます。
10538- これらは、Query インターフェースを継承したサブクラスです。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</CONTENTS>
10538+ これらは、Query インターフェースを継承したサブクラスです。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</CONTENTS>
1053910539 </ROW>
1054010540 <ROW num="758">
1054110541 <VERNO>7.2.8.X</VERNO>
@@ -11883,7 +11883,7 @@
1188311883 ここで指定するクラスIDは、システムリソース にて TableFilter の
1188411884 サブクラス(インターフェース継承)として指定する必要があります。
1188511885
11886- クラス自身は、org.opengion.hayabusa.db.TableFilter インターフェースを継承している必要があります。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=tableFilter" target="CONTENTS"&gt;TableFilter_**** クラス&lt;/a&gt;</CONTENTS>
11886+ クラス自身は、org.opengion.hayabusa.db.TableFilter インターフェースを継承している必要があります。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=tableFilter" target="CONTENTS"&gt;TableFilter_**** クラス&lt;/a&gt;</CONTENTS>
1188711887 </ROW>
1188811888 <ROW num="853">
1188911889 <VERNO>7.2.8.X</VERNO>
@@ -16966,7 +16966,7 @@
1696616966 実際に読み出すクラス名(の略称)をセットします。
1696716967 これは、org.opengion.hayabusa.io 以下の TableReader_**** クラスの **** を
1696816968 与えます。これらは、TableReader インターフェースを継承したサブクラスです。
16969- 属性クラス定義のorg.opengion.hayabusa.io.TableReader TableReaderを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=readerClass" target="CONTENTS"&gt;TableReader_**** クラス&lt;/a&gt;</CONTENTS>
16969+ 属性クラス定義のorg.opengion.hayabusa.io.TableReader TableReaderを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=readerClass" target="CONTENTS"&gt;TableReader_**** クラス&lt;/a&gt;</CONTENTS>
1697016970 </ROW>
1697116971 <ROW num="1211">
1697216972 <VERNO>7.2.8.X</VERNO>
@@ -17746,8 +17746,8 @@
1774617746 <TAGCLASS>org.opengion.hayabusa.taglib.QueryTag</TAGCLASS>
1774717747 <VALUENAME>queryType</VALUENAME>
1774817748 <HTMLEXT>0</HTMLEXT>
17749-<DESCRIPTION>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。</DESCRIPTION>
17750-<CONTENTS>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。
17749+<DESCRIPTION>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。</DESCRIPTION>
17750+<CONTENTS>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。
1775117751 検索を実行する手段は、Query インターフェースの実装クラスになります。
1775217752 このタグでは、Query.execute( String[] ) メソッドが呼ばれます。
1775317753 例えば、ストアドプロシージャ等を実行する場合に、queryType="JDBCErrMsg"
@@ -17757,7 +17757,7 @@
1775717757 これらは、Query インターフェースを継承したサブクラスである必要があります。
1775817758 標準で、org.opengion.hayabusa.db 以下の Query_**** クラスが、Query_**** 宣言 と
1775917759 して、定義されています。
17760- 属性クラス定義のorg.opengion.hayabusa.db.Query Queryを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</CONTENTS>
17760+ 属性クラス定義のorg.opengion.hayabusa.db.Query Queryを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</CONTENTS>
1776117761 </ROW>
1776217762 <ROW num="1267">
1776317763 <VERNO>7.2.8.X</VERNO>
@@ -19583,7 +19583,7 @@
1958319583 これらは、HybsProcess インターフェースを継承したサブクラスである必要があります。
1958419584 標準で、org.opengion.fukurou.process 以下の Process_**** クラスが、Process_**** 宣言 と
1958519585 して、定義されています。
19586- 属性クラス定義のorg.opengion.fukurou.process.HybsProcess HybsProcessを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=process" target="CONTENTS"&gt;Process_**** クラス&lt;/a&gt;</CONTENTS>
19586+ 属性クラス定義のorg.opengion.fukurou.process.HybsProcess HybsProcessを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=process" target="CONTENTS"&gt;Process_**** クラス&lt;/a&gt;</CONTENTS>
1958719587 </ROW>
1958819588 <ROW num="1401">
1958919589 <VERNO>7.2.8.X</VERNO>
@@ -20628,8 +20628,8 @@
2062820628 <TAGCLASS>org.opengion.hayabusa.taglib.PlsqlUpdateTag</TAGCLASS>
2062920629 <VALUENAME>queryType</VALUENAME>
2063020630 <HTMLEXT>0</HTMLEXT>
20631-<DESCRIPTION>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCPLSQL&lt;/a&gt;)。</DESCRIPTION>
20632-<CONTENTS>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCPLSQL&lt;/a&gt;)。
20631+<DESCRIPTION>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCPLSQL&lt;/a&gt;)。</DESCRIPTION>
20632+<CONTENTS>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCPLSQL&lt;/a&gt;)。
2063320633 引数指定のINSERT/UPDATE文を実行する場合の、queryType 属性を使用します。
2063420634 このタグでは、execute( String ,String , DBSysArg[] , DBUserArg[] )を実行します。
2063520635 代表的なクラスとして、"JDBCPLSQL" が標準で用意されています。
@@ -20636,7 +20636,7 @@
2063620636
2063720637 タグにより使用できる/出来ないがありますが、これは、org.opengion.hayabusa.db
2063820638 以下の Query_**** クラスの **** を与えます。
20639- これらは、Query インターフェースを継承したサブクラスです。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</CONTENTS>
20639+ これらは、Query インターフェースを継承したサブクラスです。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</CONTENTS>
2064020640 </ROW>
2064120641 <ROW num="1479">
2064220642 <VERNO>7.2.8.X</VERNO>
@@ -30029,8 +30029,8 @@
3002930029 <TAGCLASS>org.opengion.hayabusa.taglib.GuiQueryTag</TAGCLASS>
3003030030 <VALUENAME>queryType</VALUENAME>
3003130031 <HTMLEXT>0</HTMLEXT>
30032-<DESCRIPTION>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。</DESCRIPTION>
30033-<CONTENTS>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。
30032+<DESCRIPTION>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。</DESCRIPTION>
30033+<CONTENTS>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。
3003430034 検索を実行する手段は、Query インターフェースの実装クラスになります。
3003530035 このタグでは、Query.execute( String[] ) メソッドが呼ばれます。
3003630036 例えば、ストアドプロシージャ等を実行する場合に、queryType="JDBCErrMsg"
@@ -30040,7 +30040,7 @@
3004030040 これらは、Query インターフェースを継承したサブクラスである必要があります。
3004130041 標準で、org.opengion.hayabusa.db 以下の Query_**** クラスが、Query_**** 宣言 と
3004230042 して、定義されています。
30043- 属性クラス定義のorg.opengion.hayabusa.db.Query Queryを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</CONTENTS>
30043+ 属性クラス定義のorg.opengion.hayabusa.db.Query Queryを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</CONTENTS>
3004430044 </ROW>
3004530045 <ROW num="2179">
3004630046 <VERNO>7.2.8.X</VERNO>
@@ -30522,7 +30522,7 @@
3052230522 上記の **** 部分に、ここで指定するキーワードを設定して置きます。
3052330523 通常は、データベースID (GE13, ZY01 など)を指定します。
3052430524 このキーワードに対する実装クラスを、先のシステムパラメータ の
30525- キーワード以下に記述しておきます。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=calDB" target="CONTENTS"&gt;CalendarQuery_****&lt;/a&gt;</CONTENTS>
30525+ キーワード以下に記述しておきます。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=calDB" target="CONTENTS"&gt;CalendarQuery_****&lt;/a&gt;</CONTENTS>
3052630526 </ROW>
3052730527 <ROW num="2212">
3052830528 <VERNO>7.2.8.X</VERNO>
@@ -33660,8 +33660,8 @@
3366033660 <TAGCLASS>org.opengion.hayabusa.taglib.FileQueryTag</TAGCLASS>
3366133661 <VALUENAME>queryType</VALUENAME>
3366233662 <HTMLEXT>0</HTMLEXT>
33663-<DESCRIPTION>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。</DESCRIPTION>
33664-<CONTENTS>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。
33663+<DESCRIPTION>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。</DESCRIPTION>
33664+<CONTENTS>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。
3366533665 検索を実行する手段は、Query インターフェースの実装クラスになります。
3366633666 このタグでは、Query.execute( String[] ) メソッドが呼ばれます。
3366733667 例えば、ストアドプロシージャ等を実行する場合に、queryType="JDBCErrMsg"
@@ -33671,7 +33671,7 @@
3367133671 これらは、Query インターフェースを継承したサブクラスである必要があります。
3367233672 標準で、org.opengion.hayabusa.db 以下の Query_**** クラスが、Query_**** 宣言 と
3367333673 して、定義されています。
33674- 属性クラス定義のorg.opengion.hayabusa.db.Query Queryを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</CONTENTS>
33674+ 属性クラス定義のorg.opengion.hayabusa.db.Query Queryを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</CONTENTS>
3367533675 </ROW>
3367633676 <ROW num="2445">
3367733677 <VERNO>7.2.8.X</VERNO>
@@ -36010,8 +36010,8 @@
3601036010 <TAGCLASS>org.opengion.hayabusa.taglib.EntryQueryTag</TAGCLASS>
3601136011 <VALUENAME>queryType</VALUENAME>
3601236012 <HTMLEXT>0</HTMLEXT>
36013-<DESCRIPTION>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCKeyEntry&lt;/a&gt;)。</DESCRIPTION>
36014-<CONTENTS>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCKeyEntry&lt;/a&gt;)。
36013+<DESCRIPTION>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCKeyEntry&lt;/a&gt;)。</DESCRIPTION>
36014+<CONTENTS>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCKeyEntry&lt;/a&gt;)。
3601536015 引数指定のINSERT/UPDATE文を実行する場合の、queryType 属性を使用します。
3601636016 このタグでは、execute( String[] , String[] )を実行します。
3601736017 代表的なクラスとして、"JDBCKeyEntry" が標準で用意されています。
@@ -36018,7 +36018,7 @@
3601836018
3601936019 タグにより使用できる/出来ないがありますが、これは、org.opengion.hayabusa.db
3602036020 以下の Query_**** クラスの **** を与えます。
36021- これらは、Query インターフェースを継承したサブクラスです。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</CONTENTS>
36021+ これらは、Query インターフェースを継承したサブクラスです。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</CONTENTS>
3602236022 </ROW>
3602336023 <ROW num="2612">
3602436024 <VERNO>7.2.8.X</VERNO>
@@ -37967,11 +37967,11 @@
3796737967 <TAGCLASS>org.opengion.hayabusa.taglib.DirectWriteTableTag</TAGCLASS>
3796837968 <VALUENAME>queryType</VALUENAME>
3796937969 <HTMLEXT>0</HTMLEXT>
37970-<DESCRIPTION>【TAG】Query を発行する為のクラスID(JDBC,JDBCErrMsg)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。</DESCRIPTION>
37971-<CONTENTS>【TAG】Query を発行する為のクラスID(JDBC,JDBCErrMsg)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。
37970+<DESCRIPTION>【TAG】Query を発行する為のクラスID(JDBC,JDBCErrMsg)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。</DESCRIPTION>
37971+<CONTENTS>【TAG】Query を発行する為のクラスID(JDBC,JDBCErrMsg)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。
3797237972 ストアドプロシージャ等を実行する場合に、queryType="JDBCErrMsg" を
3797337973 指定する必要があります。(それ以外の指定は、初期値の JDBC になります。)
37974- 初期値は、"JDBC" です。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</CONTENTS>
37974+ 初期値は、"JDBC" です。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</CONTENTS>
3797537975 </ROW>
3797637976 <ROW num="2755">
3797737977 <VERNO>7.2.8.X</VERNO>
@@ -38327,7 +38327,7 @@
3832738327 実際に読み出すクラス名(の略称)をセットします。
3832838328 これは、org.opengion.hayabusa.io 以下の TableReader_**** クラスの **** を
3832938329 与えます。これらは、TableReader インターフェースを継承したサブクラスです。
38330- 属性クラス定義のorg.opengion.hayabusa.io.TableReader TableReaderを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=readerClass" target="CONTENTS"&gt;TableReader_**** クラス&lt;/a&gt;</CONTENTS>
38330+ 属性クラス定義のorg.opengion.hayabusa.io.TableReader TableReaderを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=readerClass" target="CONTENTS"&gt;TableReader_**** クラス&lt;/a&gt;</CONTENTS>
3833138331 </ROW>
3833238332 <ROW num="2780">
3833338333 <VERNO>7.2.8.X</VERNO>
@@ -41403,11 +41403,11 @@
4140341403 <TAGCLASS>org.opengion.hayabusa.taglib.ColumnTag</TAGCLASS>
4140441404 <VALUENAME>renderer</VALUENAME>
4140541405 <HTMLEXT>0</HTMLEXT>
41406-<DESCRIPTION>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。</DESCRIPTION>
41407-<CONTENTS>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。
41406+<DESCRIPTION>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。</DESCRIPTION>
41407+<CONTENTS>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。
4140841408 これは、plugin.column 以下の Renderer_**** クラスの **** を
4140941409 与えます。これらは、CellRenderer インターフェースを継承したサブクラスです。
41410- 属性クラス定義のorg.opengion.hayabusa.db.CellRenderer Rendererを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_**** クラス&lt;/a&gt;</CONTENTS>
41410+ 属性クラス定義のorg.opengion.hayabusa.db.CellRenderer Rendererを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_**** クラス&lt;/a&gt;</CONTENTS>
4141141411 </ROW>
4141241412 <ROW num="3005">
4141341413 <VERNO>7.2.8.X</VERNO>
@@ -41414,11 +41414,11 @@
4141441414 <TAGCLASS>org.opengion.hayabusa.taglib.ColumnTag</TAGCLASS>
4141541415 <VALUENAME>editor</VALUENAME>
4141641416 <HTMLEXT>0</HTMLEXT>
41417-<DESCRIPTION>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。</DESCRIPTION>
41418-<CONTENTS>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。
41417+<DESCRIPTION>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。</DESCRIPTION>
41418+<CONTENTS>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。
4141941419 これは、plugin.column 以下の Editor_**** クラスの **** を
4142041420 与えます。これらは、CellEditor インターフェースを継承したサブクラスです。
41421- 属性クラス定義のorg.opengion.hayabusa.db.CellEditor Editorを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_**** クラス&lt;/a&gt;</CONTENTS>
41421+ 属性クラス定義のorg.opengion.hayabusa.db.CellEditor Editorを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_**** クラス&lt;/a&gt;</CONTENTS>
4142241422 </ROW>
4142341423 <ROW num="3006">
4142441424 <VERNO>7.2.8.X</VERNO>
@@ -41425,11 +41425,11 @@
4142541425 <TAGCLASS>org.opengion.hayabusa.taglib.ColumnTag</TAGCLASS>
4142641426 <VALUENAME>dbType</VALUENAME>
4142741427 <HTMLEXT>0</HTMLEXT>
41428-<DESCRIPTION>【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。</DESCRIPTION>
41429-<CONTENTS>【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。
41428+<DESCRIPTION>【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。</DESCRIPTION>
41429+<CONTENTS>【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。
4143041430 これは、org.opengion.hayabusa.db.column 以下の DBType_**** クラスの **** を
4143141431 与えます。これらは、DBType インターフェースを継承したサブクラスです。
41432- 属性クラス定義のorg.opengion.hayabusa.db.DBType DBTypeを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_**** クラス&lt;/a&gt;</CONTENTS>
41432+ 属性クラス定義のorg.opengion.hayabusa.db.DBType DBTypeを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_**** クラス&lt;/a&gt;</CONTENTS>
4143341433 </ROW>
4143441434 <ROW num="3007">
4143541435 <VERNO>7.2.8.X</VERNO>
@@ -42921,11 +42921,11 @@
4292142921 <TAGCLASS>org.opengion.hayabusa.taglib.ColumnEditorTag</TAGCLASS>
4292242922 <VALUENAME>renderer</VALUENAME>
4292342923 <HTMLEXT>0</HTMLEXT>
42924-<DESCRIPTION>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。</DESCRIPTION>
42925-<CONTENTS>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。
42924+<DESCRIPTION>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。</DESCRIPTION>
42925+<CONTENTS>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。
4292642926 これは、plugin.column 以下の Renderer_**** クラスの **** を与えます。
4292742927 これらは、CellRenderer インターフェースを継承したサブクラスです。
42928- 属性クラス定義のorg.opengion.hayabusa.db.CellRenderer Rendererを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_**** クラス&lt;/a&gt;"既存値:設定値" という指定を行えば、既存値を持っている場合のみ、設定値に置き換えます。</CONTENTS>
42928+ 属性クラス定義のorg.opengion.hayabusa.db.CellRenderer Rendererを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_**** クラス&lt;/a&gt;"既存値:設定値" という指定を行えば、既存値を持っている場合のみ、設定値に置き換えます。</CONTENTS>
4292942929 </ROW>
4293042930 <ROW num="3107">
4293142931 <VERNO>7.2.8.X</VERNO>
@@ -42932,11 +42932,11 @@
4293242932 <TAGCLASS>org.opengion.hayabusa.taglib.ColumnEditorTag</TAGCLASS>
4293342933 <VALUENAME>editor</VALUENAME>
4293442934 <HTMLEXT>0</HTMLEXT>
42935-<DESCRIPTION>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。</DESCRIPTION>
42936-<CONTENTS>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。
42935+<DESCRIPTION>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。</DESCRIPTION>
42936+<CONTENTS>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。
4293742937 これは、plugin.column 以下の Editor_**** クラスの **** を
4293842938 与えます。これらは、CellEditor インターフェースを継承したサブクラスです。
42939- 属性クラス定義のorg.opengion.hayabusa.db.CellEditor Editorを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_**** クラス&lt;/a&gt;"既存値:設定値" という指定を行えば、既存値を持っている場合のみ、設定値に置き換えます。</CONTENTS>
42939+ 属性クラス定義のorg.opengion.hayabusa.db.CellEditor Editorを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_**** クラス&lt;/a&gt;"既存値:設定値" という指定を行えば、既存値を持っている場合のみ、設定値に置き換えます。</CONTENTS>
4294042940 </ROW>
4294142941 <ROW num="3108">
4294242942 <VERNO>7.2.8.X</VERNO>
@@ -42943,11 +42943,11 @@
4294342943 <TAGCLASS>org.opengion.hayabusa.taglib.ColumnEditorTag</TAGCLASS>
4294442944 <VALUENAME>dbType</VALUENAME>
4294542945 <HTMLEXT>0</HTMLEXT>
42946-<DESCRIPTION>【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。</DESCRIPTION>
42947-<CONTENTS>【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。
42946+<DESCRIPTION>【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。</DESCRIPTION>
42947+<CONTENTS>【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。
4294842948 これは、org.opengion.hayabusa.db.column 以下の DBType_**** クラスの **** を
4294942949 与えます。これらは、DBType インターフェースを継承したサブクラスです。
42950- 属性クラス定義のorg.opengion.hayabusa.db.DBType DBTypeを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_**** クラス&lt;/a&gt;"既存値:設定値" という指定を行えば、既存値を持っている場合のみ、設定値に置き換えます。</CONTENTS>
42950+ 属性クラス定義のorg.opengion.hayabusa.db.DBType DBTypeを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_**** クラス&lt;/a&gt;"既存値:設定値" という指定を行えば、既存値を持っている場合のみ、設定値に置き換えます。</CONTENTS>
4295142951 </ROW>
4295242952 <ROW num="3109">
4295342953 <VERNO>7.2.8.X</VERNO>
--- trunk/opengionV7/uap/webapps/gf/src/xslt/javadoc.xml (revision 1914)
+++ trunk/opengionV7/uap/webapps/gf/src/xslt/javadoc.xml (revision 1915)
@@ -218,14 +218,14 @@
218218 <comment></comment>
219219 <code></code>
220220 <htmlExtend>false</htmlExtend>
221- <description>【TAG】実際に書き出すクラス名の略称(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=writerClass" target="CONTENTS"&gt;TableWriter_**** クラスの ****&lt;/a&gt;)を指定します
221+ <description>【TAG】実際に書き出すクラス名の略称(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=writerClass" target="CONTENTS"&gt;TableWriter_**** クラスの ****&lt;/a&gt;)を指定します
222222 (初期値:TABLE_WRITER_DEFAULT_CLASS[=Excel])。</description>
223- <contents>【TAG】実際に書き出すクラス名の略称(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=writerClass" target="CONTENTS"&gt;TableWriter_**** クラスの ****&lt;/a&gt;)を指定します
223+ <contents>【TAG】実際に書き出すクラス名の略称(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=writerClass" target="CONTENTS"&gt;TableWriter_**** クラスの ****&lt;/a&gt;)を指定します
224224 (初期値:TABLE_WRITER_DEFAULT_CLASS[=Excel])。
225225 実際に書き出すクラス名(の略称)をセットします。
226226 org.opengion.hayabusa.io.TableWriter インターフェースを継承したサブクラスです。
227227 これは、org.opengion.plugin.io 以下の TableWriter_**** クラスの **** を与えます。
228- 属性クラス定義のorg.opengion.hayabusa.io.TableWriter TableWriterを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=writerClass" target="CONTENTS"&gt;TableWriter_**** クラス&lt;/a&gt;ExcelRenderer と、Renderer は、特別な名前で、useRenderer 属性に、&quot;true&quot; をセットするのと同じ効果があります。
228+ 属性クラス定義のorg.opengion.hayabusa.io.TableWriter TableWriterを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=writerClass" target="CONTENTS"&gt;TableWriter_**** クラス&lt;/a&gt;ExcelRenderer と、Renderer は、特別な名前で、useRenderer 属性に、&quot;true&quot; をセットするのと同じ効果があります。
229229 実際は、ExcelRenderer ⇒ Excel 、Renderer ⇒ Default のクラスが呼ばれます。
230230 (初期値:TABLE_WRITER_DEFAULT_CLASS[=Excel])。</contents>
231231 </method>
@@ -5972,7 +5972,7 @@
59725972
59735973 ●Tag定義:
59745974 &amp;lt;og:view
5975- viewFormType 【TAG】ViewForm オブジェクトを作成するクラス(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラス&lt;/a&gt;)を指定します
5975+ viewFormType 【TAG】ViewForm オブジェクトを作成するクラス(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラス&lt;/a&gt;)を指定します
59765976 command 【TAG】コマンド (PREV,NEXT,FIRST,LAST,NEW,RENEW,VIEW,REVIEW,RESET)をセットします
59775977 scope 【TAG】キャッシュする場合のスコープ[request/page/session/application]を指定します(初期値:session)
59785978 startNo 【TAG】表示データを作成する場合の表示の開始行番号をセットします
@@ -6115,11 +6115,11 @@
61156115 <comment></comment>
61166116 <code></code>
61176117 <htmlExtend>false</htmlExtend>
6118- <description>【TAG】ViewForm オブジェクトを作成するクラス(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラスの ****&lt;/a&gt;)を指定します。</description>
6119- <contents>【TAG】ViewForm オブジェクトを作成するクラス(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラスの ****&lt;/a&gt;)を指定します。
6118+ <description>【TAG】ViewForm オブジェクトを作成するクラス(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラスの ****&lt;/a&gt;)を指定します。</description>
6119+ <contents>【TAG】ViewForm オブジェクトを作成するクラス(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラスの ****&lt;/a&gt;)を指定します。
61206120 これは、org.opengion.hayabusa.html 以下の ViewForm_**** クラスの **** を
61216121 与えます。これらは、ViewForm インターフェースを継承したサブクラスです。
6122- 属性クラス定義のorg.opengion.hayabusa.html.ViewForm ViewFormを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラス&lt;/a&gt;</contents>
6122+ 属性クラス定義のorg.opengion.hayabusa.html.ViewForm ViewFormを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=viewFormType" target="CONTENTS"&gt;ViewForm_**** クラス&lt;/a&gt;</contents>
61236123 </method>
61246124 <method>
61256125 <name>command</name>
@@ -13811,7 +13811,7 @@
1381113811
1381213812 ●Tag定義:
1381313813 &amp;lt;og:tableUpdate
13814- queryType 【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCTableUpdate&lt;/a&gt;)
13814+ queryType 【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCTableUpdate&lt;/a&gt;)
1381513815 sqlType 【TAG】BODY部に書かれている Param の SQLタイプを指定します
1381613816 command 【TAG】コマンド (NEW,RENEW)をセットします(PlsqlUpdateTag,UpdateTag の場合は、ENTRY)
1381713817 scope 【TAG】キャッシュする場合のスコープ[request/page/session/application]を指定します(初期値:session)
@@ -13889,8 +13889,8 @@
1388913889 <comment></comment>
1389013890 <code></code>
1389113891 <htmlExtend>false</htmlExtend>
13892- <description>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCTableUpdate&lt;/a&gt;)。</description>
13893- <contents>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCTableUpdate&lt;/a&gt;)。
13892+ <description>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCTableUpdate&lt;/a&gt;)。</description>
13893+ <contents>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCTableUpdate&lt;/a&gt;)。
1389413894 引数指定のINSERT/UPDATE文を実行する場合の、queryType 属性を使用します。
1389513895 このタグでは、execute( int[] ,DBTableModel )を実行します。
1389613896 代表的なクラスとして、&quot;JDBCTableUpdate&quot; が標準で用意されています。
@@ -13897,7 +13897,7 @@
1389713897
1389813898 タグにより使用できる/出来ないがありますが、これは、org.opengion.hayabusa.db
1389913899 以下の Query_**** クラスの **** を与えます。
13900- これらは、Query インターフェースを継承したサブクラスです。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</contents>
13900+ これらは、Query インターフェースを継承したサブクラスです。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</contents>
1390113901 </method>
1390213902 <method>
1390313903 <name>resourceType</name>
@@ -15608,7 +15608,7 @@
1560815608 ここで指定するクラスIDは、システムリソース にて TableFilter の
1560915609 サブクラス(インターフェース継承)として指定する必要があります。
1561015610
15611- クラス自身は、org.opengion.hayabusa.db.TableFilter インターフェースを継承している必要があります。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=tableFilter" target="CONTENTS"&gt;TableFilter_**** クラス&lt;/a&gt;</contents>
15611+ クラス自身は、org.opengion.hayabusa.db.TableFilter インターフェースを継承している必要があります。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=tableFilter" target="CONTENTS"&gt;TableFilter_**** クラス&lt;/a&gt;</contents>
1561215612 </method>
1561315613 <method>
1561415614 <name>tableId</name>
@@ -22007,7 +22007,7 @@
2200722007 実際に読み出すクラス名(の略称)をセットします。
2200822008 これは、org.opengion.hayabusa.io 以下の TableReader_**** クラスの **** を
2200922009 与えます。これらは、TableReader インターフェースを継承したサブクラスです。
22010- 属性クラス定義のorg.opengion.hayabusa.io.TableReader TableReaderを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=readerClass" target="CONTENTS"&gt;TableReader_**** クラス&lt;/a&gt;</contents>
22010+ 属性クラス定義のorg.opengion.hayabusa.io.TableReader TableReaderを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=readerClass" target="CONTENTS"&gt;TableReader_**** クラス&lt;/a&gt;</contents>
2201122011 </method>
2201222012 <method>
2201322013 <name>maxRowCount</name>
@@ -22857,7 +22857,7 @@
2285722857
2285822858 ●Tag定義:
2285922859 &amp;lt;og:query
22860- queryType 【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)
22860+ queryType 【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)
2286122861 command 【TAG】コマンド (NEW,RENEW)をセットします(PlsqlUpdateTag,UpdateTag の場合は、ENTRY)
2286222862 scope 【TAG】キャッシュする場合のスコープ[request/page/session/application]を指定します(初期値:session)
2286322863 maxRowCount 【TAG】(通常は使いません)データの最大読み込み件数を指定します (初期値:DB_MAX_ROW_COUNT[=1000])(0:[無制限])
@@ -22993,8 +22993,8 @@
2299322993 <comment></comment>
2299422994 <code></code>
2299522995 <htmlExtend>false</htmlExtend>
22996- <description>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。</description>
22997- <contents>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。
22996+ <description>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。</description>
22997+ <contents>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。
2299822998 検索を実行する手段は、Query インターフェースの実装クラスになります。
2299922999 このタグでは、Query.execute( String[] ) メソッドが呼ばれます。
2300023000 例えば、ストアドプロシージャ等を実行する場合に、queryType=&quot;JDBCErrMsg&quot;
@@ -23004,7 +23004,7 @@
2300423004 これらは、Query インターフェースを継承したサブクラスである必要があります。
2300523005 標準で、org.opengion.hayabusa.db 以下の Query_**** クラスが、Query_**** 宣言 と
2300623006 して、定義されています。
23007- 属性クラス定義のorg.opengion.hayabusa.db.Query Queryを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</contents>
23007+ 属性クラス定義のorg.opengion.hayabusa.db.Query Queryを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</contents>
2300823008 </method>
2300923009 <method>
2301023010 <name>dbid</name>
@@ -25211,7 +25211,7 @@
2521125211 これらは、HybsProcess インターフェースを継承したサブクラスである必要があります。
2521225212 標準で、org.opengion.fukurou.process 以下の Process_**** クラスが、Process_**** 宣言 と
2521325213 して、定義されています。
25214- 属性クラス定義のorg.opengion.fukurou.process.HybsProcess HybsProcessを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=process" target="CONTENTS"&gt;Process_**** クラス&lt;/a&gt;</contents>
25214+ 属性クラス定義のorg.opengion.fukurou.process.HybsProcess HybsProcessを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=process" target="CONTENTS"&gt;Process_**** クラス&lt;/a&gt;</contents>
2521525215 </method>
2521625216 <method>
2521725217 <name>language</name>
@@ -26405,7 +26405,7 @@
2640526405
2640626406 ●Tag定義:
2640726407 &amp;lt;og:plsqlUpdate
26408- queryType 【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCPLSQL&lt;/a&gt;)
26408+ queryType 【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCPLSQL&lt;/a&gt;)
2640926409 command 【TAG】コマンド (NEW,RENEW)をセットします(PlsqlUpdateTag,UpdateTag の場合は、ENTRY)
2641026410 scope 【TAG】キャッシュする場合のスコープ[request/page/session/application]を指定します(初期値:session)
2641126411 maxRowCount 【TAG】(通常は使いません)データの最大読み込み件数を指定します (初期値:DB_MAX_ROW_COUNT[=1000])(0:[無制限])
@@ -26508,8 +26508,8 @@
2650826508 <comment></comment>
2650926509 <code></code>
2651026510 <htmlExtend>false</htmlExtend>
26511- <description>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCPLSQL&lt;/a&gt;)。</description>
26512- <contents>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCPLSQL&lt;/a&gt;)。
26511+ <description>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCPLSQL&lt;/a&gt;)。</description>
26512+ <contents>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCPLSQL&lt;/a&gt;)。
2651326513 引数指定のINSERT/UPDATE文を実行する場合の、queryType 属性を使用します。
2651426514 このタグでは、execute( String ,String , DBSysArg[] , DBUserArg[] )を実行します。
2651526515 代表的なクラスとして、&quot;JDBCPLSQL&quot; が標準で用意されています。
@@ -26516,7 +26516,7 @@
2651626516
2651726517 タグにより使用できる/出来ないがありますが、これは、org.opengion.hayabusa.db
2651826518 以下の Query_**** クラスの **** を与えます。
26519- これらは、Query インターフェースを継承したサブクラスです。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</contents>
26519+ これらは、Query インターフェースを継承したサブクラスです。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</contents>
2652026520 </method>
2652126521 <method>
2652226522 <name>tableModelCommit</name>
@@ -37988,8 +37988,8 @@
3798837988 <comment></comment>
3798937989 <code></code>
3799037990 <htmlExtend>false</htmlExtend>
37991- <description>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。</description>
37992- <contents>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。
37991+ <description>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。</description>
37992+ <contents>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。
3799337993 検索を実行する手段は、Query インターフェースの実装クラスになります。
3799437994 このタグでは、Query.execute( String[] ) メソッドが呼ばれます。
3799537995 例えば、ストアドプロシージャ等を実行する場合に、queryType=&quot;JDBCErrMsg&quot;
@@ -37999,7 +37999,7 @@
3799937999 これらは、Query インターフェースを継承したサブクラスである必要があります。
3800038000 標準で、org.opengion.hayabusa.db 以下の Query_**** クラスが、Query_**** 宣言 と
3800138001 して、定義されています。
38002- 属性クラス定義のorg.opengion.hayabusa.db.Query Queryを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</contents>
38002+ 属性クラス定義のorg.opengion.hayabusa.db.Query Queryを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</contents>
3800338003 </method>
3800438004 <method>
3800538005 <name>dbid</name>
@@ -38622,7 +38622,7 @@
3862238622 上記の **** 部分に、ここで指定するキーワードを設定して置きます。
3862338623 通常は、データベースID (GE13, ZY01 など)を指定します。
3862438624 このキーワードに対する実装クラスを、先のシステムパラメータ の
38625- キーワード以下に記述しておきます。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=calDB" target="CONTENTS"&gt;CalendarQuery_****&lt;/a&gt;</contents>
38625+ キーワード以下に記述しておきます。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=calDB" target="CONTENTS"&gt;CalendarQuery_****&lt;/a&gt;</contents>
3862638626 </method>
3862738627 <method>
3862838628 <name>breakTimes</name>
@@ -42637,8 +42637,8 @@
4263742637 <comment></comment>
4263842638 <code></code>
4263942639 <htmlExtend>false</htmlExtend>
42640- <description>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。</description>
42641- <contents>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。
42640+ <description>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。</description>
42641+ <contents>【TAG】Query を発行する為のクラスID(JDBC,JDBCCallable,JDBCErrMsg,JDBCUpdate,JDBCPrepared)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。
4264242642 検索を実行する手段は、Query インターフェースの実装クラスになります。
4264342643 このタグでは、Query.execute( String[] ) メソッドが呼ばれます。
4264442644 例えば、ストアドプロシージャ等を実行する場合に、queryType=&quot;JDBCErrMsg&quot;
@@ -42648,7 +42648,7 @@
4264842648 これらは、Query インターフェースを継承したサブクラスである必要があります。
4264942649 標準で、org.opengion.hayabusa.db 以下の Query_**** クラスが、Query_**** 宣言 と
4265042650 して、定義されています。
42651- 属性クラス定義のorg.opengion.hayabusa.db.Query Queryを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</contents>
42651+ 属性クラス定義のorg.opengion.hayabusa.db.Query Queryを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</contents>
4265242652 </method>
4265342653 <method>
4265442654 <name>dbid</name>
@@ -45603,7 +45603,7 @@
4560345603
4560445604 ●Tag定義:
4560545605 &amp;lt;og:entryQuery
45606- queryType ○【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCKeyEntry&lt;/a&gt;)(必須)。
45606+ queryType ○【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCKeyEntry&lt;/a&gt;)(必須)。
4560745607 command 【TAG】コマンド (NEW,RENEW)をセットします(PlsqlUpdateTag,UpdateTag の場合は、ENTRY)
4560845608 scope 【TAG】キャッシュする場合のスコープ[request/page/session/application]を指定します(初期値:session)
4560945609 maxRowCount 【TAG】(通常は使いません)データの最大読み込み件数を指定します (初期値:DB_MAX_ROW_COUNT[=1000])
@@ -45642,8 +45642,8 @@
4564245642 <comment></comment>
4564345643 <code></code>
4564445644 <htmlExtend>false</htmlExtend>
45645- <description>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCKeyEntry&lt;/a&gt;)。</description>
45646- <contents>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCKeyEntry&lt;/a&gt;)。
45645+ <description>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCKeyEntry&lt;/a&gt;)。</description>
45646+ <contents>【TAG】Query を発行する為のクラスIDを指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBCKeyEntry&lt;/a&gt;)。
4564745647 引数指定のINSERT/UPDATE文を実行する場合の、queryType 属性を使用します。
4564845648 このタグでは、execute( String[] , String[] )を実行します。
4564945649 代表的なクラスとして、&quot;JDBCKeyEntry&quot; が標準で用意されています。
@@ -45650,7 +45650,7 @@
4565045650
4565145651 タグにより使用できる/出来ないがありますが、これは、org.opengion.hayabusa.db
4565245652 以下の Query_**** クラスの **** を与えます。
45653- これらは、Query インターフェースを継承したサブクラスです。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</contents>
45653+ これらは、Query インターフェースを継承したサブクラスです。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</contents>
4565445654 </method>
4565545655 <method>
4565645656 <name>skipRowCount</name>
@@ -47887,7 +47887,7 @@
4788747887 notfoundMsg 【TAG】検索結果がゼロ件の場合に表示するメッセージリソースIDを指定します(初期値:MSG0077[対象データはありませんでした])
4788847888 fetchSize 【TAG】(通常は使いません)データのフェッチサイズを指定します(初期値:DB_FETCH_SIZE[=251])
4788947889 names 【TAG】PL/SQLを利用する場合の引数にセットすべき データの名称をCSV形式で複数指定します
47890- queryType 【TAG】Query を発行する為のクラスID(JDBC,JDBCErrMsg)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)
47890+ queryType 【TAG】Query を発行する為のクラスID(JDBC,JDBCErrMsg)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)
4789147891 dbid 【TAG】(通常は使いません)検索時のDB接続IDを指定します(初期値:DEFAULT)
4789247892 useNumber 【TAG】行番号を出力するかどうか(初期値:true)
4789347893 quotCheck 【TAG】リクエスト情報の シングルクォート(&apos;) 存在チェックを実施するかどうか[true/false]を設定します(初期値:USE_SQL_INJECTION_CHECK)
@@ -48178,11 +48178,11 @@
4817848178 <comment></comment>
4817948179 <code></code>
4818048180 <htmlExtend>false</htmlExtend>
48181- <description>【TAG】Query を発行する為のクラスID(JDBC,JDBCErrMsg)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。</description>
48182- <contents>【TAG】Query を発行する為のクラスID(JDBC,JDBCErrMsg)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。
48181+ <description>【TAG】Query を発行する為のクラスID(JDBC,JDBCErrMsg)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。</description>
48182+ <contents>【TAG】Query を発行する為のクラスID(JDBC,JDBCErrMsg)を指定します(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;初期値:JDBC&lt;/a&gt;)。
4818348183 ストアドプロシージャ等を実行する場合に、queryType=&quot;JDBCErrMsg&quot; を
4818448184 指定する必要があります。(それ以外の指定は、初期値の JDBC になります。)
48185- 初期値は、&quot;JDBC&quot; です。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</contents>
48185+ 初期値は、&quot;JDBC&quot; です。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=queryType" target="CONTENTS"&gt;Query_**** クラス&lt;/a&gt;</contents>
4818648186 </method>
4818748187 <method>
4818848188 <name>useNumber</name>
@@ -48670,7 +48670,7 @@
4867048670 実際に読み出すクラス名(の略称)をセットします。
4867148671 これは、org.opengion.hayabusa.io 以下の TableReader_**** クラスの **** を
4867248672 与えます。これらは、TableReader インターフェースを継承したサブクラスです。
48673- 属性クラス定義のorg.opengion.hayabusa.io.TableReader TableReaderを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=readerClass" target="CONTENTS"&gt;TableReader_**** クラス&lt;/a&gt;</contents>
48673+ 属性クラス定義のorg.opengion.hayabusa.io.TableReader TableReaderを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=readerClass" target="CONTENTS"&gt;TableReader_**** クラス&lt;/a&gt;</contents>
4867448674 </method>
4867548675 <method>
4867648676 <name>maxRowCount</name>
@@ -52393,9 +52393,9 @@
5239352393 size 【HTML】カラムの入力枠サイズ(横幅)を文字数でセットします(入力文字制限ではありません)。
5239452394 viewSize 【TAG】 カラムの表示サイズ(横幅)を文字数でセットします。
5239552395 maxlength 【HTML】最大入力文字数を指定します(入力可能文字数で、バイト数ではありません)
52396- renderer 【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします
52397- editor 【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします
52398- dbType 【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします
52396+ renderer 【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします
52397+ editor 【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします
52398+ dbType 【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします
5239952399 optionAttributes 【TAG】JavaScript などの HTML基本タグ以外の属性を、そのままタグとして使用します
5240052400 useDefaultPropertieVal 【TAG】リソースファイルの初期値を使うかどうか[true/false]を指定します(初期値:false)
5240152401 nextForm 【TAG】入力カーソルを、指定されたname属性のフィールドへ自動的に移動させます
@@ -52765,11 +52765,11 @@
5276552765 <comment>(Renderer_**** の ****)</comment>
5276652766 <code></code>
5276752767 <htmlExtend>false</htmlExtend>
52768- <description>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。</description>
52769- <contents>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。
52768+ <description>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。</description>
52769+ <contents>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。
5277052770 これは、plugin.column 以下の Renderer_**** クラスの **** を
5277152771 与えます。これらは、CellRenderer インターフェースを継承したサブクラスです。
52772- 属性クラス定義のorg.opengion.hayabusa.db.CellRenderer Rendererを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_**** クラス&lt;/a&gt;</contents>
52772+ 属性クラス定義のorg.opengion.hayabusa.db.CellRenderer Rendererを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_**** クラス&lt;/a&gt;</contents>
5277352773 </method>
5277452774 <method>
5277552775 <name>editor</name>
@@ -52777,11 +52777,11 @@
5277752777 <comment>(Editor_**** の ****)</comment>
5277852778 <code></code>
5277952779 <htmlExtend>false</htmlExtend>
52780- <description>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。</description>
52781- <contents>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。
52780+ <description>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。</description>
52781+ <contents>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。
5278252782 これは、plugin.column 以下の Editor_**** クラスの **** を
5278352783 与えます。これらは、CellEditor インターフェースを継承したサブクラスです。
52784- 属性クラス定義のorg.opengion.hayabusa.db.CellEditor Editorを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_**** クラス&lt;/a&gt;</contents>
52784+ 属性クラス定義のorg.opengion.hayabusa.db.CellEditor Editorを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_**** クラス&lt;/a&gt;</contents>
5278552785 </method>
5278652786 <method>
5278752787 <name>dbType</name>
@@ -52789,11 +52789,11 @@
5278952789 <comment></comment>
5279052790 <code></code>
5279152791 <htmlExtend>false</htmlExtend>
52792- <description>【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。</description>
52793- <contents>【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。
52792+ <description>【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。</description>
52793+ <contents>【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。
5279452794 これは、org.opengion.hayabusa.db.column 以下の DBType_**** クラスの **** を
5279552795 与えます。これらは、DBType インターフェースを継承したサブクラスです。
52796- 属性クラス定義のorg.opengion.hayabusa.db.DBType DBTypeを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_**** クラス&lt;/a&gt;</contents>
52796+ 属性クラス定義のorg.opengion.hayabusa.db.DBType DBTypeを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_**** クラス&lt;/a&gt;</contents>
5279752797 </method>
5279852798 <method>
5279952799 <name>eventColumn</name>
@@ -54470,9 +54470,9 @@
5447054470 viewSize 【TAG】カラムの表示サイズ(横幅)を文字数でセットします。
5447154471 maxlength 【HTML】カラムの入力文字制限数をセットします
5447254472 writable 【TAG】カラムが書き込み可能かどうか[true/false]をセットします(初期値:null)
54473- renderer 【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。既存値:設定値対応
54474- editor 【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。既存値:設定値対応
54475- dbType 【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。既存値:設定値対応
54473+ renderer 【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。既存値:設定値対応
54474+ editor 【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。既存値:設定値対応
54475+ dbType 【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。既存値:設定値対応
5447654476 codeName 【TAG】コードセレクトのユニークキー(コード名称)をセットします
5447754477 codeList 【TAG】コードセレクトのサブセットとなるコードをCSV形式で指定します
5447854478 codeGroup 【TAG】コードセレクトのサブセットとなるグループを指定します
@@ -54649,11 +54649,11 @@
5464954649 <comment>(Renderer_**** の ****)</comment>
5465054650 <code></code>
5465154651 <htmlExtend>false</htmlExtend>
54652- <description>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。</description>
54653- <contents>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。
54652+ <description>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。</description>
54653+ <contents>【TAG】カラムの表示用レンデラー(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_****&lt;/a&gt;)をセットします。
5465454654 これは、plugin.column 以下の Renderer_**** クラスの **** を与えます。
5465554655 これらは、CellRenderer インターフェースを継承したサブクラスです。
54656- 属性クラス定義のorg.opengion.hayabusa.db.CellRenderer Rendererを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_**** クラス&lt;/a&gt;&quot;既存値:設定値&quot; という指定を行えば、既存値を持っている場合のみ、設定値に置き換えます。</contents>
54656+ 属性クラス定義のorg.opengion.hayabusa.db.CellRenderer Rendererを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=renderer" target="CONTENTS"&gt;Renderer_**** クラス&lt;/a&gt;&quot;既存値:設定値&quot; という指定を行えば、既存値を持っている場合のみ、設定値に置き換えます。</contents>
5465754657 </method>
5465854658 <method>
5465954659 <name>editor</name>
@@ -54661,11 +54661,11 @@
5466154661 <comment>(Editor_**** の ****)</comment>
5466254662 <code></code>
5466354663 <htmlExtend>false</htmlExtend>
54664- <description>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。</description>
54665- <contents>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。
54664+ <description>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。</description>
54665+ <contents>【TAG】カラムの編集用エディター(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_****&lt;/a&gt;)をセットします。
5466654666 これは、plugin.column 以下の Editor_**** クラスの **** を
5466754667 与えます。これらは、CellEditor インターフェースを継承したサブクラスです。
54668- 属性クラス定義のorg.opengion.hayabusa.db.CellEditor Editorを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_**** クラス&lt;/a&gt;&quot;既存値:設定値&quot; という指定を行えば、既存値を持っている場合のみ、設定値に置き換えます。</contents>
54668+ 属性クラス定義のorg.opengion.hayabusa.db.CellEditor Editorを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=editor" target="CONTENTS"&gt;Editor_**** クラス&lt;/a&gt;&quot;既存値:設定値&quot; という指定を行えば、既存値を持っている場合のみ、設定値に置き換えます。</contents>
5466954669 </method>
5467054670 <method>
5467154671 <name>dbType</name>
@@ -54673,11 +54673,11 @@
5467354673 <comment></comment>
5467454674 <code></code>
5467554675 <htmlExtend>false</htmlExtend>
54676- <description>【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。</description>
54677- <contents>【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。
54676+ <description>【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。</description>
54677+ <contents>【TAG】DBタイプ(&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_****&lt;/a&gt;)をセットします。
5467854678 これは、org.opengion.hayabusa.db.column 以下の DBType_**** クラスの **** を
5467954679 与えます。これらは、DBType インターフェースを継承したサブクラスです。
54680- 属性クラス定義のorg.opengion.hayabusa.db.DBType DBTypeを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.0&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_**** クラス&lt;/a&gt;&quot;既存値:設定値&quot; という指定を行えば、既存値を持っている場合のみ、設定値に置き換えます。</contents>
54680+ 属性クラス定義のorg.opengion.hayabusa.db.DBType DBTypeを参照願います。&lt;a href="/gf/jsp/DOC03/index.jsp?command=NEW&amp;GAMENID=DOC03&amp;VERNO=7.2.8.1&amp;VALUENAME=dbType" target="CONTENTS"&gt;DBType_**** クラス&lt;/a&gt;&quot;既存値:設定値&quot; という指定を行えば、既存値を持っている場合のみ、設定値に置き換えます。</contents>
5468154681 </method>
5468254682 <method>
5468354683 <name>codeName</name>
Show on old repository browser