C# Class NLite.Data.Dialect.SqlBuilder.MsSql2000SqlBuilder

Inheritance: DbSqlBuilder
Afficher le fichier Open project: netcasewqs/elinq

Méthodes protégées

Méthode Description
BuildConverterFunction ( Expression from, Type fromType, Type toType ) : void
RegisterCastTypes ( ) : void
VisitBinary ( BinaryExpression b ) : Expression
VisitBlock ( BlockCommand block ) : Expression
VisitConditional ( ConditionalExpression c ) : Expression
VisitDeclaration ( DeclarationCommand decl ) : Expression
VisitIf ( IFCommand ifx ) : Expression
VisitValue ( Expression expr ) : Expression
WriteTopClause ( Expression expression ) : void

Private Methods

Méthode Description
GetVariableDeclaration ( SqlType sqlType, bool suppressSize, int length ) : string

Method Details

BuildConverterFunction() protected méthode

protected BuildConverterFunction ( Expression from, Type fromType, Type toType ) : void
from System.Linq.Expressions.Expression
fromType System.Type
toType System.Type
Résultat void

RegisterCastTypes() protected méthode

protected RegisterCastTypes ( ) : void
Résultat void

VisitBinary() protected méthode

protected VisitBinary ( BinaryExpression b ) : Expression
b System.Linq.Expressions.BinaryExpression
Résultat System.Linq.Expressions.Expression

VisitBlock() protected méthode

protected VisitBlock ( BlockCommand block ) : Expression
block BlockCommand
Résultat System.Linq.Expressions.Expression

VisitConditional() protected méthode

protected VisitConditional ( ConditionalExpression c ) : Expression
c System.Linq.Expressions.ConditionalExpression
Résultat System.Linq.Expressions.Expression

VisitDeclaration() protected méthode

protected VisitDeclaration ( DeclarationCommand decl ) : Expression
decl DeclarationCommand
Résultat System.Linq.Expressions.Expression

VisitIf() protected méthode

protected VisitIf ( IFCommand ifx ) : Expression
ifx IFCommand
Résultat System.Linq.Expressions.Expression

VisitValue() protected méthode

protected VisitValue ( Expression expr ) : Expression
expr System.Linq.Expressions.Expression
Résultat System.Linq.Expressions.Expression

WriteTopClause() protected méthode

protected WriteTopClause ( Expression expression ) : void
expression System.Linq.Expressions.Expression
Résultat void