public class DefaultQuotingAppendable extends StringBuilderAppendable
builder
Constructor and Description |
---|
DefaultQuotingAppendable(SQLGenerationContext context) |
Modifier and Type | Method and Description |
---|---|
QuotingAppendable |
appendQuoted(CharSequence content) |
SQLGenerationContext |
getContext() |
public DefaultQuotingAppendable(SQLGenerationContext context)
public QuotingAppendable appendQuoted(CharSequence content)
appendQuoted
in interface QuotingAppendable
appendQuoted
in class StringBuilderAppendable
public SQLGenerationContext getContext()
getContext
in interface QuotingAppendable
getContext
in class StringBuilderAppendable
Copyright © 2001–2021 Apache Cayenne. All rights reserved.