C# Class Deveel.Data.Sql.Statements.SelectIntoStatement.SelectIntoVariable

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

Méthodes publiques

Méthode Description
SelectIntoVariable ( string variableNames, IQueryPlanNode queryPlan ) : System

Méthodes protégées

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

Private Methods

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

Method Details

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 System.Runtime.Serialization.SerializationInfo
Résultat void

SelectIntoVariable() public méthode

public SelectIntoVariable ( string variableNames, IQueryPlanNode queryPlan ) : System
variableNames string
queryPlan IQueryPlanNode
Résultat System