PostgreSqlExpressionVisitor
Base interface designed to visit or modify PostgreSQL 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 CubeExpression.
Function that visits a DefaultValueExpression.
Function that visits an HStoreExpression.
Function that visits an ILikeExpression.
Function that visits an InsertOrUpdateExpression.
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