C# Class Deveel.Data.Sql.Statements.DropPrimaryKeyAction

Inheritance: AlterTableAction
Show file Open project: deveel/deveeldb

Public Methods

Method Description
DropPrimaryKeyAction ( ) : System

Protected Methods

Method Description
AppendTo ( SqlStringBuilder builder ) : void

Private Methods

Method Description
DropPrimaryKeyAction ( SerializationInfo info, StreamingContext context ) : System

Method Details

AppendTo() protected method

protected AppendTo ( SqlStringBuilder builder ) : void
builder SqlStringBuilder
return void

DropPrimaryKeyAction() public method

public DropPrimaryKeyAction ( ) : System
return System