|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.extension.sql.node.AbstractNode org.seasar.extension.sql.node.BindVariableNode
バインド変数のためのNode
です。
コンストラクタの概要 | |
BindVariableNode(java.lang.String expression)
BindVariableNode を作成します。 |
メソッドの概要 | |
void |
accept(SqlContext ctx)
CommandContext をこのNode に、 適用します。 |
java.lang.String |
getExpression()
式を返します。 |
クラス org.seasar.extension.sql.node.AbstractNode から継承したメソッド |
addChild, getChild, getChildSize |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public BindVariableNode(java.lang.String expression)
BindVariableNode
を作成します。
expression
- メソッドの詳細 |
public java.lang.String getExpression()
public void accept(SqlContext ctx)
Node
の記述: CommandContext
をこのNode
に、 適用します。
ctx
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |