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

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
VisitConditional ( ConditionalExpression c ) : Expression
VisitSelect ( SelectExpression select ) : Expression
VisitValue ( Expression expr ) : Expression
WriteColumns ( System columns ) : void
WriteDateTime ( object value ) : void

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

VisitConditional() protected method

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

VisitSelect() protected method

protected VisitSelect ( SelectExpression select ) : Expression
select SelectExpression
return System.Linq.Expressions.Expression

VisitValue() protected method

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

WriteColumns() protected method

protected WriteColumns ( System columns ) : void
columns System
return void

WriteDateTime() protected method

protected WriteDateTime ( object value ) : void
value object
return void