org.d2rq.db.vendor
Class SQL92.PatternDoublingQuoter
java.lang.Object
org.d2rq.db.vendor.SQL92.PatternDoublingQuoter
- All Implemented Interfaces:
- SQL92.Quoter
- Enclosing class:
- SQL92
public static class SQL92.PatternDoublingQuoter
- extends Object
- implements SQL92.Quoter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQL92.PatternDoublingQuoter
public SQL92.PatternDoublingQuoter(Pattern pattern,
String quote)
quote
public String quote(String s)
- Specified by:
quote
in interface SQL92.Quoter