Uses of Interface
org.apache.cayenne.access.sqlbuilder.SQLGenerationContext
Packages that use SQLGenerationContext
Package
Description
-
Uses of SQLGenerationContext in org.apache.cayenne.access.sqlbuilder
Constructors in org.apache.cayenne.access.sqlbuilder with parameters of type SQLGenerationContextModifierConstructorDescriptionSQLGenerationVisitor(SQLAppendable appendable, SQLGenerationContext context) -
Uses of SQLGenerationContext in org.apache.cayenne.access.sqlbuilder.sqltree
Methods in org.apache.cayenne.access.sqlbuilder.sqltree with parameters of type SQLGenerationContextModifier and TypeMethodDescriptionprotected voidValueNode.addValueBinding(SQLGenerationContext context, Object value) AliasedNode.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.appendClobColumnNode(SQLAppendable buffer, SQLGenerationContext context) protected voidTrimmingColumnNode.appendColumnNode(SQLAppendable buffer, SQLGenerationContext context) 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 SQLGenerationContext in org.apache.cayenne.dba.derby.sqltree
Methods in org.apache.cayenne.dba.derby.sqltree with parameters of type SQLGenerationContextModifier and TypeMethodDescriptionprotected voidDerbyValueNode.appendStringValue(SQLAppendable buffer, SQLGenerationContext context, CharSequence value) -
Uses of SQLGenerationContext in org.apache.cayenne.dba.firebird.sqltree
Methods in org.apache.cayenne.dba.firebird.sqltree with parameters of type SQLGenerationContextModifier and TypeMethodDescriptionFirebirdLimitNode.append(SQLAppendable buffer, SQLGenerationContext context) -
Uses of SQLGenerationContext in org.apache.cayenne.dba.mysql.sqltree
Methods in org.apache.cayenne.dba.mysql.sqltree with parameters of type SQLGenerationContextModifier and TypeMethodDescriptionConvertNode.append(SQLAppendable buffer, SQLGenerationContext context) -
Uses of SQLGenerationContext in org.apache.cayenne.dba.postgres.sqltree
Methods in org.apache.cayenne.dba.postgres.sqltree with parameters of type SQLGenerationContextModifier and TypeMethodDescriptionPostgresExtractFunctionNode.append(SQLAppendable buffer, SQLGenerationContext context) PostgresLimitOffsetNode.append(SQLAppendable buffer, SQLGenerationContext context) -
Uses of SQLGenerationContext in org.apache.cayenne.dba.sqlserver.sqltree
Methods in org.apache.cayenne.dba.sqlserver.sqltree with parameters of type SQLGenerationContextModifier and TypeMethodDescriptionSQLServerLimitOffsetNode.append(SQLAppendable buffer, SQLGenerationContext context) protected voidSQLServerColumnNode.appendClobColumnNode(SQLAppendable buffer, SQLGenerationContext context)