com.servingxml.components.sql
Class TextSqlStatement

java.lang.Object
  extended by com.servingxml.components.sql.AbstractSqlStatement
      extended by com.servingxml.components.sql.TextSqlStatement
All Implemented Interfaces:
SqlStatement

public class TextSqlStatement
extends AbstractSqlStatement


Constructor Summary
TextSqlStatement(SubstitutionExpr subExpr, AbstractSqlStatement tail)
           
 
Method Summary
 void buildSql(ServiceContext context, Flow flow, java.lang.StringBuilder buf)
           
 
Methods inherited from class com.servingxml.components.sql.AbstractSqlStatement
buildSql
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextSqlStatement

public TextSqlStatement(SubstitutionExpr subExpr,
                        AbstractSqlStatement tail)
Method Detail

buildSql

public void buildSql(ServiceContext context,
                     Flow flow,
                     java.lang.StringBuilder buf)
Specified by:
buildSql in interface SqlStatement
Specified by:
buildSql in class AbstractSqlStatement