com.servingxml.components.sql
Class ChooseSqlStatement

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

public class ChooseSqlStatement
extends AbstractSqlStatement


Constructor Summary
ChooseSqlStatement(AlternativeSqlStatement[] alternatives, 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

ChooseSqlStatement

public ChooseSqlStatement(AlternativeSqlStatement[] alternatives,
                          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