インターフェース Visitable
- すべての既知のサブインターフェース:
Assignment
、Condition
、Delete
、Expression
、Insert
、Segment
、Select
、TableLike
、Update
- すべての既知の実装クラス:
AliasedExpression
、AnalyticFunction
、AnalyticFunction.Partition
、AndCondition
、AssignValue
、AsteriskFromTable
、Between
、BindMarker
、BooleanLiteral
、CaseExpression
、Cast
、Column
、Comparison
、ConstantCondition
、Expressions.SimpleExpression
、FalseCondition
、From
、In
、InlineQuery
、Into
、IsNull
、Join
、Like
、Literal
、MultipleCondition
、NestedCondition
、Not
、NumericLiteral
、OrCondition
、OrderBy
、OrderByField
、SegmentList
、SelectList
、SimpleFunction
、SimpleSegment
、StringLiteral
、Subselect
、SubselectExpression
、Table
、TrueCondition
、Values
、When
、Where
public interface Visitable
Visitor
によって訪問されることを望む実装のためのインターフェース。- 導入:
- 1.1
- 作成者:
- Mark Paluch
- 関連事項:
方法の概要
メソッドの詳細
visit
- パラメーター:
visitor
- 通知する訪問者。null であってはなりません。