com.servingxml.components.sql
Class ChooseSqlStatementFactory

java.lang.Object
  extended by com.servingxml.components.sql.ChooseSqlStatementFactory

public class ChooseSqlStatementFactory
extends java.lang.Object


Constructor Summary
ChooseSqlStatementFactory(Environment env, java.lang.String xsltVersion, EscapeSubstitutionVariables escapeVariables)
           
 
Method Summary
 AbstractSqlStatement createSqlStatement(ConfigurationContext context, AbstractSqlStatement tail)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChooseSqlStatementFactory

public ChooseSqlStatementFactory(Environment env,
                                 java.lang.String xsltVersion,
                                 EscapeSubstitutionVariables escapeVariables)
Method Detail

createSqlStatement

public AbstractSqlStatement createSqlStatement(ConfigurationContext context,
                                               AbstractSqlStatement tail)