public class StringBuilderAppendable extends Object implements QuotingAppendable
| Modifier and Type | Field and Description |
|---|---|
protected StringBuilder |
builder |
| Constructor and Description |
|---|
StringBuilderAppendable() |
| 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 c) |
QuotingAppendable |
appendQuoted(CharSequence csq) |
SQLGenerationContext |
getContext() |
String |
toString() |
StringBuilder |
unwrap() |
protected final StringBuilder builder
public QuotingAppendable append(CharSequence csq)
append in interface Appendableappend in interface QuotingAppendablepublic QuotingAppendable append(CharSequence csq, int start, int end)
append in interface Appendableappend in interface QuotingAppendablepublic QuotingAppendable append(char c)
append in interface Appendableappend in interface QuotingAppendablepublic QuotingAppendable append(int c)
append in interface QuotingAppendablepublic QuotingAppendable appendQuoted(CharSequence csq)
appendQuoted in interface QuotingAppendablepublic SQLGenerationContext getContext()
getContext in interface QuotingAppendablepublic StringBuilder unwrap()
Copyright © 2001–2021 Apache Cayenne. All rights reserved.