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

Inheritance: DbSqlBuilder
Mostra file Open project: netcasewqs/elinq

Protected Methods

Method 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

Method Description
GetVariableDeclaration ( SqlType sqlType, bool suppressSize, int length ) : string

Method Details

BuildConverterFunction() protected method

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

RegisterCastTypes() protected method

protected RegisterCastTypes ( ) : void
return void

VisitBinary() protected method

protected VisitBinary ( BinaryExpression b ) : Expression
b System.Linq.Expressions.BinaryExpression
return System.Linq.Expressions.Expression

VisitBlock() protected method

protected VisitBlock ( BlockCommand block ) : Expression
block BlockCommand
return System.Linq.Expressions.Expression

VisitConditional() protected method

protected VisitConditional ( ConditionalExpression c ) : Expression
c System.Linq.Expressions.ConditionalExpression
return System.Linq.Expressions.Expression

VisitDeclaration() protected method

protected VisitDeclaration ( DeclarationCommand decl ) : Expression
decl DeclarationCommand
return System.Linq.Expressions.Expression

VisitIf() protected method

protected VisitIf ( IFCommand ifx ) : Expression
ifx IFCommand
return System.Linq.Expressions.Expression

VisitValue() protected method

protected VisitValue ( Expression expr ) : Expression
expr System.Linq.Expressions.Expression
return System.Linq.Expressions.Expression

WriteTopClause() protected method

protected WriteTopClause ( Expression expression ) : void
expression System.Linq.Expressions.Expression
return void