com.servingxml.components.sql
Class SqlPrepareAssembler

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

public class SqlPrepareAssembler
extends java.lang.Object

The SqlPrepareAssembler implements an assembler for assembling system SqlStatement objects.


Constructor Summary
SqlPrepareAssembler()
           
 
Method Summary
 SqlPreparedStatement assemble(ConfigurationContext context)
           
 void injectComponent(ParameterDescriptor[] parameterDescriptors)
           
 void injectComponent(QuoteSymbol quoteSymbol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlPrepareAssembler

public SqlPrepareAssembler()
Method Detail

injectComponent

public void injectComponent(ParameterDescriptor[] parameterDescriptors)

injectComponent

public void injectComponent(QuoteSymbol quoteSymbol)

assemble

public SqlPreparedStatement assemble(ConfigurationContext context)