Class StringBuilderAppendable
java.lang.Object
org.apache.cayenne.access.sqlbuilder.StringBuilderAppendable
- All Implemented Interfaces:
Appendable
,QuotingAppendable
- Direct Known Subclasses:
DefaultQuotingAppendable
- Since:
- 4.2
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappend
(char c) append
(int c) append
(CharSequence csq) append
(CharSequence csq, int start, int end) appendQuoted
(CharSequence csq) toString()
unwrap()
-
Field Details
-
builder
-
-
Constructor Details
-
StringBuilderAppendable
public StringBuilderAppendable()
-
-
Method Details
-
append
- Specified by:
append
in interfaceAppendable
- Specified by:
append
in interfaceQuotingAppendable
-
append
- Specified by:
append
in interfaceAppendable
- Specified by:
append
in interfaceQuotingAppendable
-
append
- Specified by:
append
in interfaceAppendable
- Specified by:
append
in interfaceQuotingAppendable
-
append
- Specified by:
append
in interfaceQuotingAppendable
-
appendQuoted
- Specified by:
appendQuoted
in interfaceQuotingAppendable
-
getContext
- Specified by:
getContext
in interfaceQuotingAppendable
-
toString
-
unwrap
-