org.asyrinx.brownie.core.sql
クラス NamedParamSQL

java.lang.Object
  拡張org.asyrinx.brownie.core.sql.NamedParamSQL

public class NamedParamSQL
extends java.lang.Object

作成者:
Akima

フィールドの概要
protected  java.lang.String original
           
static char PARAM_DELIMETER
           
protected  java.util.List paramNames
           
protected  java.util.Set quotedParamClasses
           
 
コンストラクタの概要
NamedParamSQL(java.lang.String original)
          Constructor for NamedParamSQL.
 
メソッドの概要
 java.lang.String getOriginal()
          Returns the original.
protected  java.util.Iterator getParamNameIterator()
           
 char getQuote()
          Returns the quote.
 java.util.Set getQuotedParamClasses()
          Returns the quotedParamClasses.
protected  void initQuotedParamClasses()
           
 void setQuote(char quote)
          Sets the quote.
 java.lang.String toExecutable(java.lang.Object value)
          Method toExecutable.
protected  java.lang.String toExecutableByBean(java.lang.Object bean)
          Method toExecutable.
protected  java.lang.String toExecutableByMap(java.util.Map props)
          Method toExecutable.
 java.lang.String toPreparable()
          Method toPreparable.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

original

protected final java.lang.String original

quotedParamClasses

protected final java.util.Set quotedParamClasses

paramNames

protected java.util.List paramNames

PARAM_DELIMETER

public static final char PARAM_DELIMETER
関連項目:
定数フィールド値
コンストラクタの詳細

NamedParamSQL

public NamedParamSQL(java.lang.String original)
Constructor for NamedParamSQL.

メソッドの詳細

initQuotedParamClasses

protected void initQuotedParamClasses()

getParamNameIterator

protected java.util.Iterator getParamNameIterator()

toPreparable

public java.lang.String toPreparable()
Method toPreparable.

戻り値:
String

toExecutable

public java.lang.String toExecutable(java.lang.Object value)
Method toExecutable.

パラメータ:
value -
戻り値:
String

toExecutableByBean

protected java.lang.String toExecutableByBean(java.lang.Object bean)
Method toExecutable.

戻り値:
String

toExecutableByMap

protected java.lang.String toExecutableByMap(java.util.Map props)
Method toExecutable.

パラメータ:
props -
戻り値:
String

getQuotedParamClasses

public java.util.Set getQuotedParamClasses()
Returns the quotedParamClasses.

戻り値:
Set

getOriginal

public java.lang.String getOriginal()
Returns the original.

戻り値:
String

getQuote

public char getQuote()
Returns the quote.

戻り値:
char

setQuote

public void setQuote(char quote)
Sets the quote.

パラメータ:
quote - The quote to set


Copyright © 2004 asyrinx organization. All Rights Reserved.