public interface QuotingAppendable extends Appendable
| Modifier and Type | Method and Description |
|---|---|
QuotingAppendable |
append(char c) |
QuotingAppendable |
append(CharSequence csq) |
QuotingAppendable |
append(CharSequence csq,
int start,
int end) |
QuotingAppendable |
append(int i) |
QuotingAppendable |
appendQuoted(CharSequence csq) |
SQLGenerationContext |
getContext() |
QuotingAppendable append(CharSequence csq)
append in interface AppendableQuotingAppendable append(CharSequence csq, int start, int end)
append in interface AppendableQuotingAppendable append(char c)
append in interface AppendableQuotingAppendable append(int i)
QuotingAppendable appendQuoted(CharSequence csq)
SQLGenerationContext getContext()
Copyright © 2001–2020 Apache Cayenne. All rights reserved.