org.d2rq.db.vendor
Class SQL92.PatternDoublingQuoter

java.lang.Object
  extended by org.d2rq.db.vendor.SQL92.PatternDoublingQuoter
All Implemented Interfaces:
SQL92.Quoter
Enclosing class:
SQL92

public static class SQL92.PatternDoublingQuoter
extends Object
implements SQL92.Quoter


Constructor Summary
SQL92.PatternDoublingQuoter(Pattern pattern, String quote)
           
 
Method Summary
 String quote(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQL92.PatternDoublingQuoter

public SQL92.PatternDoublingQuoter(Pattern pattern,
                                   String quote)
Method Detail

quote

public String quote(String s)
Specified by:
quote in interface SQL92.Quoter