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

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

Méthodes protégées

Méthode Description
AppendParameterName ( string name ) : void
BuildConverterFunction ( Expression from, Type fromType, Type toType ) : void
FormatWithParameters ( Expression expression ) : void
GetOperator ( BinaryExpression b ) : string
GetOperator ( UnaryExpression u ) : string
VisitBinary ( BinaryExpression b ) : Expression
VisitConditional ( ConditionalExpression c ) : Expression
VisitDeclaration ( DeclarationCommand decl ) : Expression
VisitJoin ( JoinExpression join ) : Expression
VisitJoinLeft ( Expression source ) : Expression
VisitSelect ( SelectExpression select ) : Expression
VisitUnary ( UnaryExpression u ) : Expression
WriteColumns ( System columns ) : void
WriteTopClause ( Expression expression ) : void

Private Methods

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

Method Details

AppendParameterName() protected méthode

protected AppendParameterName ( string name ) : void
name string
Résultat void

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

FormatWithParameters() protected méthode

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

GetOperator() protected méthode

protected GetOperator ( BinaryExpression b ) : string
b System.Linq.Expressions.BinaryExpression
Résultat string

GetOperator() protected méthode

protected GetOperator ( UnaryExpression u ) : string
u System.Linq.Expressions.UnaryExpression
Résultat string

VisitBinary() protected méthode

protected VisitBinary ( BinaryExpression b ) : Expression
b System.Linq.Expressions.BinaryExpression
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

VisitJoin() protected méthode

protected VisitJoin ( JoinExpression join ) : Expression
join JoinExpression
Résultat System.Linq.Expressions.Expression

VisitJoinLeft() protected méthode

protected VisitJoinLeft ( Expression source ) : Expression
source System.Linq.Expressions.Expression
Résultat System.Linq.Expressions.Expression

VisitSelect() protected méthode

protected VisitSelect ( SelectExpression select ) : Expression
select SelectExpression
Résultat System.Linq.Expressions.Expression

VisitUnary() protected méthode

protected VisitUnary ( UnaryExpression u ) : Expression
u System.Linq.Expressions.UnaryExpression
Résultat System.Linq.Expressions.Expression

WriteColumns() protected méthode

protected WriteColumns ( System columns ) : void
columns System
Résultat void

WriteTopClause() protected méthode

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