com.servingxml.components.sql
Class SqlPreparedStatementParser

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

public class SqlPreparedStatementParser
extends java.lang.Object

The SqlPreparedStatementParser implements a class that does parameter substitution in strings.


Constructor Summary
SqlPreparedStatementParser()
           
 
Method Summary
static SqlPreparedStatement parse(QnameContext context, java.lang.String input, QuoteSymbol quoteSymbol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlPreparedStatementParser

public SqlPreparedStatementParser()
Method Detail

parse

public static SqlPreparedStatement parse(QnameContext context,
                                         java.lang.String input,
                                         QuoteSymbol quoteSymbol)