C# 클래스 Deveel.Data.AlterTableTests

파일 보기 프로젝트 열기: deveel/deveeldb

보호된 메소드들

메소드 설명
AssertNoErrors ( string testName ) : void
OnSetUp ( string testName, IQuery query ) : bool
OnTearDown ( string testName, IQuery query ) : bool

비공개 메소드들

메소드 설명
AddColumn ( ) : void
AddForeignKeyConstraint ( ) : void
DropColumn ( ) : void
DropConstraint ( ) : void
DropDefaultFromColumn ( ) : void
DropPrimary ( ) : void
DropReferencedColumn ( ) : void
SetDefaultToColumn ( ) : void
SetNullOnDeleteViolation ( ) : void

메소드 상세

AssertNoErrors() 보호된 메소드

protected AssertNoErrors ( string testName ) : void
testName string
리턴 void

OnSetUp() 보호된 메소드

protected OnSetUp ( string testName, IQuery query ) : bool
testName string
query IQuery
리턴 bool

OnTearDown() 보호된 메소드

protected OnTearDown ( string testName, IQuery query ) : bool
testName string
query IQuery
리턴 bool