org.seasar.doma.internal.jdbc.sql
クラス NodePreparedSqlBuilder.Context

java.lang.Object
  上位を拡張 org.seasar.doma.internal.jdbc.sql.NodePreparedSqlBuilder.Context
含まれているクラス:
NodePreparedSqlBuilder

protected class NodePreparedSqlBuilder.Context
extends Object


コンストラクタの概要
protected NodePreparedSqlBuilder.Context()
           
 
メソッドの概要
protected  void addAllParameters(List<PreparedSqlParameter> values)
           
protected  void addBindValue(Domain<?,?> value)
           
protected  void appendFormattedSql(CharSequence sql)
           
protected  void appendRawSql(CharSequence sql)
           
protected  void cutBackFormattedSqlBuf(int size)
           
protected  void cutBackSqlBuf(int size)
           
protected  CharSequence getFormattedSqlBuf()
           
protected  List<PreparedSqlParameter> getParameters()
           
protected  CharSequence getSqlBuf()
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

NodePreparedSqlBuilder.Context

protected NodePreparedSqlBuilder.Context()
メソッドの詳細

appendRawSql

protected void appendRawSql(CharSequence sql)

appendFormattedSql

protected void appendFormattedSql(CharSequence sql)

cutBackSqlBuf

protected void cutBackSqlBuf(int size)

cutBackFormattedSqlBuf

protected void cutBackFormattedSqlBuf(int size)

getSqlBuf

protected CharSequence getSqlBuf()

getFormattedSqlBuf

protected CharSequence getFormattedSqlBuf()

addBindValue

protected void addBindValue(Domain<?,?> value)

addAllParameters

protected void addAllParameters(List<PreparedSqlParameter> values)

getParameters

protected List<PreparedSqlParameter> getParameters()

toString

public String toString()
オーバーライド:
クラス Object 内の toString


Copyright © 2009 The Seasar Foundation. All Rights Reserved.