C# 클래스 Tup.Cobar4Net.Parser.Ast.Stmt.Dal.ShowTables

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

공개 메소드들

메소드 설명
Accept ( ISqlAstVisitor visitor ) : void
ShowTables ( bool full, Identifier schema ) : Tup.Cobar4Net.Parser.Ast.Expression
ShowTables ( bool full, Identifier schema, IExpression where ) : Tup.Cobar4Net.Parser.Ast.Expression
ShowTables ( bool full, Identifier schema, string pattern ) : Tup.Cobar4Net.Parser.Ast.Expression

메소드 상세

Accept() 공개 메소드

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

ShowTables() 공개 메소드

public ShowTables ( bool full, Identifier schema ) : Tup.Cobar4Net.Parser.Ast.Expression
full bool
schema Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
리턴 Tup.Cobar4Net.Parser.Ast.Expression

ShowTables() 공개 메소드

public ShowTables ( bool full, Identifier schema, IExpression where ) : Tup.Cobar4Net.Parser.Ast.Expression
full bool
schema Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
where IExpression
리턴 Tup.Cobar4Net.Parser.Ast.Expression

ShowTables() 공개 메소드

public ShowTables ( bool full, Identifier schema, string pattern ) : Tup.Cobar4Net.Parser.Ast.Expression
full bool
schema Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
pattern string
리턴 Tup.Cobar4Net.Parser.Ast.Expression