Uses of Interface
org.apache.cayenne.access.sqlbuilder.QuotingAppendable
-
-
Uses of QuotingAppendable in org.apache.cayenne.access.sqlbuilder
Classes in org.apache.cayenne.access.sqlbuilder that implement QuotingAppendable Modifier and Type Class Description classStringBuilderAppendableMethods in org.apache.cayenne.access.sqlbuilder that return QuotingAppendable Modifier and Type Method Description QuotingAppendableQuotingAppendable. append(char c)QuotingAppendableQuotingAppendable. append(int i)QuotingAppendableQuotingAppendable. append(CharSequence csq)QuotingAppendableQuotingAppendable. append(CharSequence csq, int start, int end)QuotingAppendableStringBuilderAppendable. append(char c)QuotingAppendableStringBuilderAppendable. append(int c)QuotingAppendableStringBuilderAppendable. append(CharSequence csq)QuotingAppendableStringBuilderAppendable. append(CharSequence csq, int start, int end)QuotingAppendableQuotingAppendable. appendQuoted(CharSequence csq)QuotingAppendableStringBuilderAppendable. appendQuoted(CharSequence csq)Constructors in org.apache.cayenne.access.sqlbuilder with parameters of type QuotingAppendable Constructor Description SQLGenerationVisitor(QuotingAppendable appendable) -
Uses of QuotingAppendable in org.apache.cayenne.access.sqlbuilder.sqltree
-
Uses of QuotingAppendable in org.apache.cayenne.access.translator.select
Classes in org.apache.cayenne.access.translator.select that implement QuotingAppendable Modifier and Type Class Description classDefaultQuotingAppendableMethods in org.apache.cayenne.access.translator.select that return QuotingAppendable Modifier and Type Method Description QuotingAppendableDefaultQuotingAppendable. appendQuoted(CharSequence content) -
Uses of QuotingAppendable in org.apache.cayenne.dba.derby.sqltree
Methods in org.apache.cayenne.dba.derby.sqltree with parameters of type QuotingAppendable Modifier and Type Method Description protected voidDerbyValueNode. appendStringValue(QuotingAppendable buffer, CharSequence value) -
Uses of QuotingAppendable in org.apache.cayenne.dba.firebird.sqltree
Methods in org.apache.cayenne.dba.firebird.sqltree that return QuotingAppendable Modifier and Type Method Description QuotingAppendableFirebirdLimitNode. append(QuotingAppendable buffer)Methods in org.apache.cayenne.dba.firebird.sqltree with parameters of type QuotingAppendable Modifier and Type Method Description QuotingAppendableFirebirdLimitNode. append(QuotingAppendable buffer)voidFirebirdSubstringFunctionNode. appendChildrenEnd(QuotingAppendable buffer)voidFirebirdSubstringFunctionNode. appendChildrenSeparator(QuotingAppendable buffer, int childIdx) -
Uses of QuotingAppendable in org.apache.cayenne.dba.mysql.sqltree
Methods in org.apache.cayenne.dba.mysql.sqltree that return QuotingAppendable Modifier and Type Method Description QuotingAppendableConvertNode. append(QuotingAppendable buffer)Methods in org.apache.cayenne.dba.mysql.sqltree with parameters of type QuotingAppendable Modifier and Type Method Description QuotingAppendableConvertNode. append(QuotingAppendable buffer)voidConvertNode. appendChildrenEnd(QuotingAppendable buffer)voidMysqlLikeNode. appendChildrenSeparator(QuotingAppendable buffer, int childIdx) -
Uses of QuotingAppendable in org.apache.cayenne.dba.postgres.sqltree
Methods in org.apache.cayenne.dba.postgres.sqltree that return QuotingAppendable Modifier and Type Method Description QuotingAppendablePostgresExtractFunctionNode. append(QuotingAppendable buffer)QuotingAppendablePostgresLimitOffsetNode. append(QuotingAppendable buffer)Methods in org.apache.cayenne.dba.postgres.sqltree with parameters of type QuotingAppendable Modifier and Type Method Description QuotingAppendablePostgresExtractFunctionNode. append(QuotingAppendable buffer)QuotingAppendablePostgresLimitOffsetNode. append(QuotingAppendable buffer)voidPostgresExtractFunctionNode. appendChildrenEnd(QuotingAppendable buffer)voidPositionFunctionNode. appendChildrenSeparator(QuotingAppendable buffer, int childIdx)voidPostgresLikeNode. appendChildrenSeparator(QuotingAppendable buffer, int childIdx) -
Uses of QuotingAppendable in org.apache.cayenne.dba.sqlserver.sqltree
Methods in org.apache.cayenne.dba.sqlserver.sqltree that return QuotingAppendable Modifier and Type Method Description QuotingAppendableSQLServerLimitOffsetNode. append(QuotingAppendable buffer)Methods in org.apache.cayenne.dba.sqlserver.sqltree with parameters of type QuotingAppendable Modifier and Type Method Description QuotingAppendableSQLServerLimitOffsetNode. append(QuotingAppendable buffer)protected voidSQLServerColumnNode. appendClobColumnNode(QuotingAppendable buffer)
-