Class StringBuilderAppendable
java.lang.Object
org.apache.cayenne.access.sqlbuilder.StringBuilderAppendable
- All Implemented Interfaces:
- Appendable,- QuotingAppendable
- Direct Known Subclasses:
- DefaultQuotingAppendable
- Since:
- 4.2
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
StringBuilderAppendablepublic StringBuilderAppendable()
 
- 
- 
Method Details- 
append- Specified by:
- appendin interface- Appendable
- Specified by:
- appendin interface- QuotingAppendable
 
- 
append- Specified by:
- appendin interface- Appendable
- Specified by:
- appendin interface- QuotingAppendable
 
- 
append- Specified by:
- appendin interface- Appendable
- Specified by:
- appendin interface- QuotingAppendable
 
- 
append- Specified by:
- appendin interface- QuotingAppendable
 
- 
appendQuoted- Specified by:
- appendQuotedin interface- QuotingAppendable
 
- 
getContext- Specified by:
- getContextin interface- QuotingAppendable
 
- 
toString
- 
unwrap
 
-