|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.dataobject.utils.PreparedSqlUtil
public class PreparedSqlUtil
タイトル:PreparedSqlUtil is Prepared SQL Utility.
説明:Prepared SQL文処理用のユーティリティ
著作権: Copyright (c) 2008/06/16
コンストラクタの概要 | |
---|---|
PreparedSqlUtil()
|
メソッドの概要 | |
---|---|
static java.lang.String |
cnvINParm(java.lang.String buf)
Describe cnvINParm method : conversion IN Paramater. |
static java.util.List<java.lang.String> |
getKeyName(java.lang.String buf)
Describe getKeyName method : get IN Parameter name. |
static java.io.InputStream |
getResource()
Describe getResource method : get SQL File in classes. |
static java.io.InputStream |
getResource(java.lang.String path)
Describe getResource method : get SQL File at path. |
static java.lang.String |
getSql(java.io.InputStream is,
java.util.List<java.lang.String> del)
Describe getSql method : creat SQL from stream. |
static RetrieveKeysInterface |
setKeys(RetrieveKeysInterface rki,
PreparedItems pi)
Describe setKeys method : set key value in RetrieveKeysInterface. |
static DetailItemsInterface |
setVals(DetailItemsInterface dii,
PreparedItems pi)
Describe setVals method : set values in DetailItemsInterface. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public PreparedSqlUtil()
メソッドの詳細 |
---|
public static final java.io.InputStream getResource()
getResource
method : get SQL File in classes.
InputStream
:public static final java.io.InputStream getResource(java.lang.String path)
getResource
method : get SQL File at path.
path
- a String
: ベースとなるパス
InputStream
:public static final java.lang.String getSql(java.io.InputStream is, java.util.List<java.lang.String> del) throws java.io.IOException
getSql
method : creat SQL from stream.
del
- a List
:
String
:
java.io.IOException
- a
:public static final java.util.List<java.lang.String> getKeyName(java.lang.String buf)
getKeyName
method : get IN Parameter name.
buf
- a String
: 検索の文字列
List
: キー値の並びpublic static final java.lang.String cnvINParm(java.lang.String buf)
cnvINParm
method : conversion IN Paramater.
buf
- a String
: 変換対象の文字列
String
: 変換後の文字列public static final RetrieveKeysInterface setKeys(RetrieveKeysInterface rki, PreparedItems pi)
setKeys
method : set key value in RetrieveKeysInterface.
rki
- a RetrieveKeysInterface
:pi
- a PreparedItems
:
RetrieveKeysInterface
:public static final DetailItemsInterface setVals(DetailItemsInterface dii, PreparedItems pi)
setVals
method : set values in DetailItemsInterface.
dii
- a DetailItemsInterface
:pi
- a PreparedItems
:
DetailItemsInterface
:
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |