de.fuberlin.wiwiss.d2rq.sql
Class Quoter.PatternDoublingQuoter

java.lang.Object
  extended by de.fuberlin.wiwiss.d2rq.sql.Quoter.PatternDoublingQuoter
All Implemented Interfaces:
Quoter
Enclosing interface:
Quoter

public static class Quoter.PatternDoublingQuoter
extends Object
implements Quoter


Nested Class Summary
 
Nested classes/interfaces inherited from interface de.fuberlin.wiwiss.d2rq.sql.Quoter
Quoter.PatternDoublingQuoter
 
Constructor Summary
Quoter.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

Quoter.PatternDoublingQuoter

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

quote

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