C# Class Tup.Cobar4Net.Route.ServerRouteTest.ParseredSqlAsserter

Inheritance: ISqlAsserter
显示文件 Open project: tupunco/Tup.Cobar4Net

Public Methods

Method Description
AssertSql ( string sql, int nodeIndex ) : void

Protected Methods

Method Description
AssertAst ( ISqlStatement stmt, int nodeIndex ) : void

Method Details

AssertAst() protected abstract method

protected abstract AssertAst ( ISqlStatement stmt, int nodeIndex ) : void
stmt ISqlStatement
nodeIndex int
return void

AssertSql() public method

public AssertSql ( string sql, int nodeIndex ) : void
sql string
nodeIndex int
return void