Skip to content

expression_variable_access_expression

Tony Jang edited this page Sep 25, 2020 · 1 revision

IQsiVariableAccessExpressionNode Interface

변수에 접근하는 표현식을 나타내는 노드입니다.

Namespace

Qsi.Tree

Inheritance

IQsiMemberAccessExpressionNode

Members

Identifier: QsiQualifiedIdentifier (FROM IQsiMemberAccessExpressionNode)

접근할 변수의 식별자를 나타냅니다.

SELECT @a

다음과 같은 쿼리문에서 @a가 변수가 되며 그 자체로 식별자가 됩니다.

Clone this wiki locally