Interface QuotingAppendable
- All Superinterfaces:
Appendable
- All Known Implementing Classes:
DefaultQuotingAppendable
,StringBuilderAppendable
- Since:
- 4.2
-
Method Summary
Modifier 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:
append
in interfaceAppendable
-
append
- Specified by:
append
in interfaceAppendable
-
append
- Specified by:
append
in interfaceAppendable
-
append
-
appendQuoted
-
getContext
SQLGenerationContext getContext()
-