MySqlExpressionVisitor
Base interface designed to visit or modify MySQL expression trees using visitor pattern.
For detailed documents, see SqlExpressionVisitor.
Inheritors
Functions
Dispatch different type of expression nodes to their specific visit*
functions. Custom expression types that are unknown to Ktorm will be dispatched to visitUnknown.
Function that visits a BulkInsertExpression.
Helper function for visiting insert assignments of BulkInsertExpression.
Function that visits a DefaultValueExpression.
Function that visits an InsertOrUpdateExpression.
Function that visits a MatchAgainstExpression.
Function that visits a NaturalJoinExpression.
Function that visits a QuerySourceExpression.
Function that visits a general ScalarExpression, this function dispatches different type of scalar expressions to their specific visit*
functions. Custom expression types that are unknown to Ktorm will be dispatched to visitUnknown