C# Class Deveel.Data.SelectJoinTests

Inheritance: ContextBasedTest
Mostrar archivo Open project: deveel/deveeldb

Protected Methods

Method Description
OnAfterSetup ( string testName ) : void

Private Methods

Method Description
AddTestData ( IQuery query ) : void
CreateFirstTable ( IQuery query ) : void
CreateSecondTable ( IQuery query ) : void
CreateTestTables ( IQuery query ) : void
Execute ( string s ) : ITable
InnerJoin ( ) : void
JoinWithSubquery ( ) : void
LeftOuterJoin ( ) : void
NaturalInnerJoin ( ) : void
RightOuterJoin ( ) : void
SimpleNaturalJoin ( ) : void

Method Details

OnAfterSetup() protected method

protected OnAfterSetup ( string testName ) : void
testName string
return void