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

Inheritance: AlterTableAction
Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

Méthode Description
DropPrimaryKeyAction ( ) : System

Méthodes protégées

Méthode Description
AppendTo ( SqlStringBuilder builder ) : void

Private Methods

Méthode Description
DropPrimaryKeyAction ( SerializationInfo info, StreamingContext context ) : System

Method Details

AppendTo() protected méthode

protected AppendTo ( SqlStringBuilder builder ) : void
builder SqlStringBuilder
Résultat void

DropPrimaryKeyAction() public méthode

public DropPrimaryKeyAction ( ) : System
Résultat System