C# 클래스 Tup.Cobar4Net.Parser.Ast.Stmt.Dml.DmlCallStatement

상속: DmlStatement
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( ISqlAstVisitor visitor ) : void
DmlCallStatement ( Identifier procedure ) : System.Collections.Generic
DmlCallStatement ( Identifier procedure, IList arguments ) : System.Collections.Generic
GetArguments ( ) : IList
GetProcedure ( ) : Identifier

메소드 상세

Accept() 공개 메소드

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
리턴 void

DmlCallStatement() 공개 메소드

public DmlCallStatement ( Identifier procedure ) : System.Collections.Generic
procedure Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
리턴 System.Collections.Generic

DmlCallStatement() 공개 메소드

public DmlCallStatement ( Identifier procedure, IList arguments ) : System.Collections.Generic
procedure Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
arguments IList
리턴 System.Collections.Generic

GetArguments() 공개 메소드

public GetArguments ( ) : IList
리턴 IList

GetProcedure() 공개 메소드

public GetProcedure ( ) : Identifier
리턴 Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier