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 Appendable
QuotingAppendable append(CharSequence csq, int start, int end)
append
in interface Appendable
QuotingAppendable append(char c)
append
in interface Appendable
QuotingAppendable append(int i)
QuotingAppendable appendQuoted(CharSequence csq)
SQLGenerationContext getContext()
Copyright © 2001–2021 Apache Cayenne. All rights reserved.