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

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

Méthodes publiques

Méthode Description
DeclareVariableStatement ( string variableName, SqlType variableType ) : System

Méthodes protégées

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

Private Methods

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

Method Details

AppendTo() protected méthode

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

DeclareVariableStatement() public méthode

public DeclareVariableStatement ( string variableName, SqlType variableType ) : System
variableName string
variableType SqlType
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

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