Uses of Interface
org.apache.cayenne.access.sqlbuilder.SQLAppendable
Packages that use SQLAppendable
Package
Description
-
Uses of SQLAppendable in org.apache.cayenne.access.sqlbuilder
Classes in org.apache.cayenne.access.sqlbuilder that implement SQLAppendableMethods in org.apache.cayenne.access.sqlbuilder that return SQLAppendableModifier and TypeMethodDescriptionDefaultSQLAppendable.append(char c) DefaultSQLAppendable.append(int c) SQLAppendable.append(char c) SQLAppendable.append(int i) default SQLAppendableSQLAppendable.append(CharSequence csq, int start, int end) Deprecated, for removal: This API element is subject to removal in a future version.unused; no SQL tree node appends a sub-range.DefaultSQLAppendable.appendQuoted(String str) SQLAppendable.appendQuoted(String str) DefaultSQLAppendable.appendTokenSeparator()SQLAppendable.appendTokenSeparator()Emits a token separator (a single space) ahead of the next SQL token.DefaultSQLAppendable.suppressNextTokenSeparator()SQLAppendable.suppressNextTokenSeparator()Suppresses the separator that the nextSQLAppendable.appendTokenSeparator()call would emit.Constructors in org.apache.cayenne.access.sqlbuilder with parameters of type SQLAppendableModifierConstructorDescriptionSQLGenerationVisitor(SQLAppendable appendable, SQLGenerationContext context) -
Uses of SQLAppendable in org.apache.cayenne.access.sqlbuilder.sqltree
Methods in org.apache.cayenne.access.sqlbuilder.sqltree that return SQLAppendableModifier and TypeMethodDescriptionAliasedNode.append(SQLAppendable buffer, SQLGenerationContext context) BitwiseNotNode.append(SQLAppendable buffer, SQLGenerationContext context) CaseNode.append(SQLAppendable buffer, SQLGenerationContext context) ColumnNode.append(SQLAppendable buffer, SQLGenerationContext context) DeleteNode.append(SQLAppendable buffer, SQLGenerationContext context) DistinctNode.append(SQLAppendable buffer, SQLGenerationContext context) ElseNode.append(SQLAppendable buffer, SQLGenerationContext context) EmptyNode.append(SQLAppendable buffer, SQLGenerationContext context) ExistsNode.append(SQLAppendable buffer, SQLGenerationContext context) ExpressionNode.append(SQLAppendable buffer, SQLGenerationContext context) FromNode.append(SQLAppendable buffer, SQLGenerationContext context) FunctionNode.append(SQLAppendable buffer, SQLGenerationContext context) GroupByNode.append(SQLAppendable buffer, SQLGenerationContext context) HavingNode.append(SQLAppendable buffer, SQLGenerationContext context) InNode.append(SQLAppendable buffer, SQLGenerationContext context) InsertColumnsNode.append(SQLAppendable buffer, SQLGenerationContext context) InsertNode.append(SQLAppendable buffer, SQLGenerationContext context) InsertValuesNode.append(SQLAppendable buffer, SQLGenerationContext context) JoinNode.append(SQLAppendable buffer, SQLGenerationContext context) LimitOffsetNode.append(SQLAppendable buffer, SQLGenerationContext context) NegateNode.append(SQLAppendable buffer, SQLGenerationContext context) abstract SQLAppendableNode.append(SQLAppendable buffer, SQLGenerationContext context) NotNode.append(SQLAppendable buffer, SQLGenerationContext context) OffsetFetchNextNode.append(SQLAppendable buffer, SQLGenerationContext context) OffsetNode.append(SQLAppendable buffer, SQLGenerationContext context) OrderByNode.append(SQLAppendable buffer, SQLGenerationContext context) SelectNode.append(SQLAppendable builder, SQLGenerationContext context) SelectResultNode.append(SQLAppendable buffer, SQLGenerationContext context) SubqueryNode.append(SQLAppendable buffer, SQLGenerationContext context) TableNode.append(SQLAppendable buffer, SQLGenerationContext context) TextNode.append(SQLAppendable buffer, SQLGenerationContext context) ThenNode.append(SQLAppendable buffer, SQLGenerationContext context) TopNode.append(SQLAppendable buffer, SQLGenerationContext context) TrimmingColumnNode.append(SQLAppendable buffer, SQLGenerationContext context) UpdateNode.append(SQLAppendable buffer, SQLGenerationContext context) UpdateSetNode.append(SQLAppendable buffer, SQLGenerationContext context) ValueNode.append(SQLAppendable buffer, SQLGenerationContext context) WhenNode.append(SQLAppendable buffer, SQLGenerationContext context) WhereNode.append(SQLAppendable buffer, SQLGenerationContext context) Methods in org.apache.cayenne.access.sqlbuilder.sqltree with parameters of type SQLAppendableModifier and TypeMethodDescriptionAliasedNode.append(SQLAppendable buffer, SQLGenerationContext context) BitwiseNotNode.append(SQLAppendable buffer, SQLGenerationContext context) CaseNode.append(SQLAppendable buffer, SQLGenerationContext context) ColumnNode.append(SQLAppendable buffer, SQLGenerationContext context) DeleteNode.append(SQLAppendable buffer, SQLGenerationContext context) DistinctNode.append(SQLAppendable buffer, SQLGenerationContext context) ElseNode.append(SQLAppendable buffer, SQLGenerationContext context) EmptyNode.append(SQLAppendable buffer, SQLGenerationContext context) ExistsNode.append(SQLAppendable buffer, SQLGenerationContext context) ExpressionNode.append(SQLAppendable buffer, SQLGenerationContext context) FromNode.append(SQLAppendable buffer, SQLGenerationContext context) FunctionNode.append(SQLAppendable buffer, SQLGenerationContext context) GroupByNode.append(SQLAppendable buffer, SQLGenerationContext context) HavingNode.append(SQLAppendable buffer, SQLGenerationContext context) InNode.append(SQLAppendable buffer, SQLGenerationContext context) InsertColumnsNode.append(SQLAppendable buffer, SQLGenerationContext context) InsertNode.append(SQLAppendable buffer, SQLGenerationContext context) InsertValuesNode.append(SQLAppendable buffer, SQLGenerationContext context) JoinNode.append(SQLAppendable buffer, SQLGenerationContext context) LimitOffsetNode.append(SQLAppendable buffer, SQLGenerationContext context) NegateNode.append(SQLAppendable buffer, SQLGenerationContext context) abstract SQLAppendableNode.append(SQLAppendable buffer, SQLGenerationContext context) NotNode.append(SQLAppendable buffer, SQLGenerationContext context) OffsetFetchNextNode.append(SQLAppendable buffer, SQLGenerationContext context) OffsetNode.append(SQLAppendable buffer, SQLGenerationContext context) OrderByNode.append(SQLAppendable buffer, SQLGenerationContext context) SelectNode.append(SQLAppendable builder, SQLGenerationContext context) SelectResultNode.append(SQLAppendable buffer, SQLGenerationContext context) SubqueryNode.append(SQLAppendable buffer, SQLGenerationContext context) TableNode.append(SQLAppendable buffer, SQLGenerationContext context) TextNode.append(SQLAppendable buffer, SQLGenerationContext context) ThenNode.append(SQLAppendable buffer, SQLGenerationContext context) TopNode.append(SQLAppendable buffer, SQLGenerationContext context) TrimmingColumnNode.append(SQLAppendable buffer, SQLGenerationContext context) UpdateNode.append(SQLAppendable buffer, SQLGenerationContext context) UpdateSetNode.append(SQLAppendable buffer, SQLGenerationContext context) ValueNode.append(SQLAppendable buffer, SQLGenerationContext context) WhenNode.append(SQLAppendable buffer, SQLGenerationContext context) WhereNode.append(SQLAppendable buffer, SQLGenerationContext context) protected voidTrimmingColumnNode.appendAlias(SQLAppendable buffer, boolean isResult) voidAliasedNode.appendChildrenEnd(SQLAppendable buffer) voidCaseNode.appendChildrenEnd(SQLAppendable buffer) voidExpressionNode.appendChildrenEnd(SQLAppendable buffer) voidFunctionNode.appendChildrenEnd(SQLAppendable buffer) voidInNode.appendChildrenEnd(SQLAppendable buffer) voidInsertColumnsNode.appendChildrenEnd(SQLAppendable buffer) voidInsertValuesNode.appendChildrenEnd(SQLAppendable buffer) voidLikeNode.appendChildrenEnd(SQLAppendable buffer) voidNode.appendChildrenEnd(SQLAppendable buffer) voidSelectNode.appendChildrenEnd(SQLAppendable buffer) voidBetweenNode.appendChildrenSeparator(SQLAppendable buffer, int childIdx) voidEqualNode.appendChildrenSeparator(SQLAppendable buffer, int childIdx) voidFunctionNode.appendChildrenSeparator(SQLAppendable buffer, int childIdx) voidGroupByNode.appendChildrenSeparator(SQLAppendable buffer, int childIdx) voidInNode.appendChildrenSeparator(SQLAppendable buffer, int childInd) voidInsertColumnsNode.appendChildrenSeparator(SQLAppendable buffer, int childInd) voidInsertValuesNode.appendChildrenSeparator(SQLAppendable buffer, int childInd) voidJoinNode.appendChildrenSeparator(SQLAppendable buffer, int childInd) voidLikeNode.appendChildrenSeparator(SQLAppendable buffer, int childIdx) voidNode.appendChildrenSeparator(SQLAppendable buffer, int childInd) voidNotEqualNode.appendChildrenSeparator(SQLAppendable buffer, int childIdx) voidOpExpressionNode.appendChildrenSeparator(SQLAppendable buffer, int childInd) voidOrderByNode.appendChildrenSeparator(SQLAppendable buffer, int childInd) voidSelectResultNode.appendChildrenSeparator(SQLAppendable buffer, int childIdx) voidUpdateSetNode.appendChildrenSeparator(SQLAppendable buffer, int childIdx) voidExpressionNode.appendChildrenStart(SQLAppendable buffer) voidFunctionNode.appendChildrenStart(SQLAppendable buffer) voidInsertColumnsNode.appendChildrenStart(SQLAppendable buffer) voidInsertValuesNode.appendChildrenStart(SQLAppendable buffer) voidLikeNode.appendChildrenStart(SQLAppendable buffer) voidNode.appendChildrenStart(SQLAppendable buffer) protected voidTrimmingColumnNode.appendClobColumnNode(SQLAppendable buffer, SQLGenerationContext context) protected voidTrimmingColumnNode.appendColumnNode(SQLAppendable buffer, SQLGenerationContext context) protected voidValueNode.appendNullValue(SQLAppendable buffer) protected voidValueNode.appendObjectValue(SQLAppendable buffer, SQLGenerationContext context, Object value) protected voidTrimmingColumnNode.appendRtrim(SQLAppendable buffer, SQLGenerationContext context) protected voidValueNode.appendStringValue(SQLAppendable buffer, SQLGenerationContext context, CharSequence value) -
Uses of SQLAppendable in org.apache.cayenne.dba.derby.sqltree
Methods in org.apache.cayenne.dba.derby.sqltree with parameters of type SQLAppendableModifier and TypeMethodDescriptionprotected voidDerbyValueNode.appendStringValue(SQLAppendable buffer, SQLGenerationContext context, CharSequence value) -
Uses of SQLAppendable in org.apache.cayenne.dba.firebird.sqltree
Methods in org.apache.cayenne.dba.firebird.sqltree that return SQLAppendableModifier and TypeMethodDescriptionFirebirdLimitNode.append(SQLAppendable buffer, SQLGenerationContext context) Methods in org.apache.cayenne.dba.firebird.sqltree with parameters of type SQLAppendableModifier and TypeMethodDescriptionFirebirdLimitNode.append(SQLAppendable buffer, SQLGenerationContext context) voidFirebirdSubstringFunctionNode.appendChildrenEnd(SQLAppendable buffer) voidFirebirdSubstringFunctionNode.appendChildrenSeparator(SQLAppendable buffer, int childIdx) -
Uses of SQLAppendable in org.apache.cayenne.dba.mysql.sqltree
Methods in org.apache.cayenne.dba.mysql.sqltree that return SQLAppendableModifier and TypeMethodDescriptionConvertNode.append(SQLAppendable buffer, SQLGenerationContext context) Methods in org.apache.cayenne.dba.mysql.sqltree with parameters of type SQLAppendableModifier and TypeMethodDescriptionConvertNode.append(SQLAppendable buffer, SQLGenerationContext context) voidConvertNode.appendChildrenEnd(SQLAppendable buffer) voidMysqlLikeNode.appendChildrenSeparator(SQLAppendable buffer, int childIdx) -
Uses of SQLAppendable in org.apache.cayenne.dba.postgres.sqltree
Methods in org.apache.cayenne.dba.postgres.sqltree that return SQLAppendableModifier and TypeMethodDescriptionPostgresExtractFunctionNode.append(SQLAppendable buffer, SQLGenerationContext context) PostgresLimitOffsetNode.append(SQLAppendable buffer, SQLGenerationContext context) Methods in org.apache.cayenne.dba.postgres.sqltree with parameters of type SQLAppendableModifier and TypeMethodDescriptionPostgresExtractFunctionNode.append(SQLAppendable buffer, SQLGenerationContext context) PostgresLimitOffsetNode.append(SQLAppendable buffer, SQLGenerationContext context) voidPostgresExtractFunctionNode.appendChildrenEnd(SQLAppendable buffer) voidPositionFunctionNode.appendChildrenSeparator(SQLAppendable buffer, int childIdx) voidPostgresLikeNode.appendChildrenSeparator(SQLAppendable buffer, int childIdx) -
Uses of SQLAppendable in org.apache.cayenne.dba.sqlserver.sqltree
Methods in org.apache.cayenne.dba.sqlserver.sqltree that return SQLAppendableModifier and TypeMethodDescriptionSQLServerLimitOffsetNode.append(SQLAppendable buffer, SQLGenerationContext context) Methods in org.apache.cayenne.dba.sqlserver.sqltree with parameters of type SQLAppendableModifier and TypeMethodDescriptionSQLServerLimitOffsetNode.append(SQLAppendable buffer, SQLGenerationContext context) protected voidSQLServerColumnNode.appendClobColumnNode(SQLAppendable buffer, SQLGenerationContext context)