Class ParameterVisitor
java.lang.Object
org.castor.cpa.persistence.sql.query.visitor.ParameterVisitor
- All Implemented Interfaces:
Visitor
Visitor constructing parameter map for queries.
- Version:
- $Revision: 8469 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
- Author:
- Dennis Butterstein
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod returning constructed parameter map.voidvisit(Assignment assignment) Visit method to handleAssignmentelements.voidvisit(AndCondition andCondition) Visit method to handleAndConditionelements.voidVisit method to handleCompareelements.voidvisit(IsNullPredicate isNullPredicate) Visit method to handleIsNullPredicateelements.voidvisit(OrCondition orCondition) Visit method to handleOrConditionelements.voidVisit method to handleDeleteelements.voidVisit method to handleColumnelements.voidVisit method to handleNextValelements.voidVisit method to handleParameterelements.voidVisit method to handleInsertelements.voidVisit method to handleJoinelements.voidVisit method to handle select elements.voidVisit method to handleTableelements.voidvisit(TableAlias tableAlias) Visit method to handleTableAliaselements.voidVisit method to handle update elements.
-
Constructor Details
-
ParameterVisitor
public ParameterVisitor()
-
-
Method Details
-
visit
Visit method to handleAssignmentelements. -
visit
Visit method to handleDeleteelements. -
visit
Visit method to handleInsertelements. -
visit
Visit method to handleJoinelements. -
visit
Visit method to handle select elements. -
visit
Visit method to handleTableelements. -
visit
Visit method to handleTableAliaselements. -
visit
Visit method to handle update elements. -
visit
Visit method to handleAndConditionelements. -
visit
Visit method to handleCompareelements. -
visit
Visit method to handleIsNullPredicateelements. -
visit
Visit method to handleOrConditionelements. -
visit
Visit method to handleColumnelements. -
visit
Visit method to handleNextValelements. -
visit
Visit method to handleParameterelements. -
getParameters
Method returning constructed parameter map.- Returns:
- Constructed parameter map.
-