C# Class Deveel.Data.Sql.Compile.AlterTableCompileTests

Inheritance: SqlCompileTestBase
Mostrar archivo Open project: deveel/deveeldb

Private Methods

Method Description
AddCheckConstraint ( ) : void
AddColumn ( ) : void
AddColumnsAndUniqeContraints ( ) : void
AddForeignKey_AllRules ( ) : void
AddForeignKey_CascadeOnUpdate ( ) : void
AddMultipleColumns ( ) : void
AddPrimaryKeyContraint ( ) : void
AddUniqueKey_Named ( ) : void
DropColumn ( ) : void
DropConstraint ( ) : void
DropDefault ( ) : void
DropPrimaryKey ( ) : void
SetDefault ( ) : void