Class CallableSqlBuilder.Context

java.lang.Object
org.seasar.doma.internal.jdbc.sql.CallableSqlBuilder.Context
Enclosing class:
CallableSqlBuilder

protected static class CallableSqlBuilder.Context extends Object
  • Constructor Details

    • Context

      protected Context()
  • Method Details

    • append

      protected void append(CharSequence sql)
    • cutBackIfNecessary

      protected void cutBackIfNecessary()
    • appendRawSql

      protected void appendRawSql(CharSequence sql)
    • appendFormattedSql

      protected void appendFormattedSql(CharSequence sql)
    • getSqlBuf

      protected CharSequence getSqlBuf()
    • getFormattedSqlBuf

      protected CharSequence getFormattedSqlBuf()
    • addParameter

      protected void addParameter(SqlParameter parameter)
    • toString

      public String toString()
      Overrides:
      toString in class Object