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

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

Méthodes publiques

Méthode Description
DropViewStatement ( ObjectName viewName ) : System
DropViewStatement ( ObjectName viewName, bool ifExists ) : System

Méthodes protégées

Méthode Description
AppendTo ( SqlStringBuilder builder ) : void
ConfigureSecurity ( ExecutionContext context ) : void
ExecuteStatement ( ExecutionContext context ) : void
GetData ( SerializationInfo info ) : void
PrepareStatement ( IRequest context ) : SqlStatement

Private Methods

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

Method Details

AppendTo() protected méthode

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

ConfigureSecurity() protected méthode

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

DropViewStatement() public méthode

public DropViewStatement ( ObjectName viewName ) : System
viewName ObjectName
Résultat System

DropViewStatement() public méthode

public DropViewStatement ( ObjectName viewName, bool ifExists ) : System
viewName ObjectName
ifExists bool
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 SerializationInfo
Résultat void

PrepareStatement() protected méthode

protected PrepareStatement ( IRequest context ) : SqlStatement
context IRequest
Résultat SqlStatement