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

Inheritance: SqlStatement
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode Description
DropCallbackTriggersStatement ( string triggerName ) : System

Méthodes protégées

Méthode Description
ExecuteStatement ( ExecutionContext context ) : void
GetData ( SerializationInfo info ) : void

Private Methods

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

Method Details

DropCallbackTriggersStatement() public méthode

public DropCallbackTriggersStatement ( string triggerName ) : System
triggerName string
Résultat System

ExecuteStatement() protected méthode

protected ExecuteStatement ( ExecutionContext context ) : void
context ExecutionContext
Résultat void

GetData() protected méthode

protected GetData ( SerializationInfo info ) : void
info System.Runtime.Serialization.SerializationInfo
Résultat void