Interface QuotingAppendable
- All Superinterfaces:
- Appendable
- All Known Implementing Classes:
- DefaultQuotingAppendable,- StringBuilderAppendable
- Since:
- 4.2
- 
Method SummaryModifier and TypeMethodDescriptionappend(char c) append(int i) append(CharSequence csq) append(CharSequence csq, int start, int end) appendQuoted(CharSequence csq) 
- 
Method Details- 
append- Specified by:
- appendin interface- Appendable
 
- 
append- Specified by:
- appendin interface- Appendable
 
- 
append- Specified by:
- appendin interface- Appendable
 
- 
append
- 
appendQuoted
- 
getContextSQLGenerationContext getContext()
 
-