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

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

Méthodes publiques

Méthode Description
AlterTableStatement ( ObjectName tableName, IAlterTableAction action ) : 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
PrepareExpressions ( IExpressionPreparer preparer ) : SqlStatement
PrepareStatement ( IRequest context ) : SqlStatement

Private Methods

Méthode Description
AlterTableStatement ( SerializationInfo info, StreamingContext context ) : System
CheckColumnConstraint ( string columnName, string columns, ObjectName table, string constraintName ) : void
CheckColumnNamesMatch ( IRequest context, String col1, String col2 ) : bool

Method Details

AlterTableStatement() public méthode

public AlterTableStatement ( ObjectName tableName, IAlterTableAction action ) : System
tableName ObjectName
action IAlterTableAction
Résultat System

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

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

PrepareExpressions() protected méthode

protected PrepareExpressions ( IExpressionPreparer preparer ) : SqlStatement
preparer IExpressionPreparer
Résultat SqlStatement

PrepareStatement() protected méthode

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