com.servingxml.components.sql
Class SqlPreparedStatementFactory

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

public class SqlPreparedStatementFactory
extends java.lang.Object

The SqlPreparedStatementFactory implements a factory for creating system SqlStatement objects.


Constructor Summary
SqlPreparedStatementFactory(QuoteSymbol quoteSymbol)
           
 
Method Summary
 SqlPreparedStatement createSqlStatement(ConfigurationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlPreparedStatementFactory

public SqlPreparedStatementFactory(QuoteSymbol quoteSymbol)
Method Detail

createSqlStatement

public SqlPreparedStatement createSqlStatement(ConfigurationContext context)