Class DefaultQuotingAppendable
java.lang.Object
org.apache.cayenne.access.sqlbuilder.StringBuilderAppendable
org.apache.cayenne.access.translator.select.DefaultQuotingAppendable
- All Implemented Interfaces:
Appendable, QuotingAppendable
- Since:
- 4.2
-
Field Summary
Fields inherited from class StringBuilderAppendable
builder -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class StringBuilderAppendable
append, append, append, append, toString, unwrapModifier and TypeMethodDescriptionappend(char c) append(int c) append(CharSequence csq) append(CharSequence csq, int start, int end) toString()unwrap()
-
Constructor Details
-
DefaultQuotingAppendable
-
-
Method Details
-
appendQuoted
- Specified by:
appendQuotedin interfaceQuotingAppendable- Overrides:
appendQuotedin classStringBuilderAppendable
-
getContext
- Specified by:
getContextin interfaceQuotingAppendable- Overrides:
getContextin classStringBuilderAppendable
-