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