Method | Description | |
---|---|---|
SQLiteQueryTranslator ( System.Data.Common.DbProviderFactory providerFactory ) : System |
Initializes a new instance of the SQLiteQueryTranslator class.
|
Method | Description | |
---|---|---|
CreateDefaultFunctionSyntax ( string functionBody, IEnumerable |
Creates the default syntax for calling the function identified by functionBody
|
|
GetAggregateFunctionBody ( DbAggregateFunctionExpressionType aggregateFunctionExpressionType ) : string |
Gets the textual representation of the aggregateFunctionExpressionType
|
|
GetBinaryOperator ( DbBinaryExpressionType binaryExpressionType ) : string |
Gets the textual representation of the binaryExpressionType
|
|
GetMathematicalFunctionBody ( DbMathematicalFunctionExpressionType mathematicalFunctionExpressionType ) : string |
Returns the name of the function as it is defined in the target DBMS.
|
|
GetStringFunctionBody ( DbStringFunctionExpressionType stringFunctionExpressionType ) : string |
Returns the name of the function as it is defined in the target DBMS.
|
|
VisitAggregateFunctionExpression ( |
Translates the aggregateFunctionExpression into a string representation.
|
|
VisitAliasExpression ( |
Translates the aliasExpression into a string representation.
|
|
VisitBatchExpression ( |
Translates the batchExpression into a string representation.
|
|
VisitBinaryExpression ( |
Translates the binaryExpression into a string representation.
|
|
VisitColumnExpression ( |
Translates the columnExpression into a string representation.
|
|
VisitConcatExpression ( |
Translates the concatExpression into a string representation.
|
|
VisitConditionalExpression ( |
Translates the conditionalExpression into a string representation.
|
|
VisitConstantExpression ( |
Translates the constantExpression into a string representation.
|
|
VisitDateTimeFunctionExpression ( |
Translates the dateTimeFunctionExpression into a string representation.
|
|
VisitDeleteExpression ( |
Translates the deleteExpression into a string representation.
|
|
VisitExistsExpression ( |
Translates the existsExpression into a string representation.
|
|
VisitInExpression ( |
Translates the inExpression into a string representation.
|
|
VisitInsertExpression ( |
Translates the insertExpression into a string representation.
|
|
VisitJoinExpression ( |
Translates the joinExpression into a string representation.
|
|
VisitListExpression ( DbListExpression listExpression ) : |
Translates the listExpression into a string representation.
|
|
VisitMathematicalFunctionExpression ( |
Translates the mathematicalFunctionExpression into a string representation.
|
|
VisitOrderByExpression ( |
Translates the orderByExpression into a string representation.
|
|
VisitPrefixExpression ( |
Translates the prefixExpression into a string representation.
|
|
VisitSelectExpression ( |
Translates the selectExpression into a string representation.
|
|
VisitStringFunctionExpression ( |
Translates the stringFunctionExpression into a string representation.
|
|
VisitTableExpression ( |
Translates the tableExpression into a string representation.
|
|
VisitUnaryExpression ( |
Translates the unaryExpression into a string representation.
|
|
VisitUpdateExpression ( |
Translates the updateExpression into a string representation.
|
Method | Description | |
---|---|---|
ContainsSkip ( |
||
ContainsSkipAndTake ( |
||
ContainsTake ( |
||
CreateDefaultDateTimeFunctionSyntax ( string functionBody, IEnumerable |
Creates the default syntax for calling the datetime function identified by functionBody
|
|
GetCastFunctionBody ( |
||
GetDateTimeFunctionBody ( DbDateTimeFunctionExpressionType dateTimeFunctionExpressionType ) : string |
protected CreateDefaultFunctionSyntax ( string functionBody, IEnumerable |
||
functionBody | string | The function body without the actual arguments |
arguments | IEnumerable |
A list of |
return |
protected GetAggregateFunctionBody ( DbAggregateFunctionExpressionType aggregateFunctionExpressionType ) : string | ||
aggregateFunctionExpressionType | DbAggregateFunctionExpressionType | The |
return | string |
protected GetBinaryOperator ( DbBinaryExpressionType binaryExpressionType ) : string | ||
binaryExpressionType | DbBinaryExpressionType | The |
return | string |
protected GetMathematicalFunctionBody ( DbMathematicalFunctionExpressionType mathematicalFunctionExpressionType ) : string | ||
mathematicalFunctionExpressionType | DbMathematicalFunctionExpressionType | The |
return | string |
protected GetStringFunctionBody ( DbStringFunctionExpressionType stringFunctionExpressionType ) : string | ||
stringFunctionExpressionType | DbStringFunctionExpressionType | The |
return | string |
public SQLiteQueryTranslator ( System.Data.Common.DbProviderFactory providerFactory ) : System | ||
providerFactory | System.Data.Common.DbProviderFactory | The |
return | System |
protected VisitAggregateFunctionExpression ( |
||
aggregateFunctionExpression | The |
|
return |
protected VisitAliasExpression ( |
||
aliasExpression | The |
|
return |
protected VisitBatchExpression ( |
||
batchExpression | The |
|
return |
protected VisitBinaryExpression ( |
||
binaryExpression | The |
|
return |
protected VisitColumnExpression ( |
||
columnExpression | The |
|
return |
protected VisitConcatExpression ( |
||
concatExpression | The |
|
return |
protected VisitConditionalExpression ( |
||
conditionalExpression | The |
|
return |
protected VisitConstantExpression ( |
||
constantExpression | The |
|
return |
protected VisitDateTimeFunctionExpression ( |
||
dateTimeFunctionExpression | The |
|
return |
protected VisitDeleteExpression ( |
||
deleteExpression | The |
|
return |
protected VisitExistsExpression ( |
||
existsExpression | The |
|
return |
protected VisitInExpression ( |
||
inExpression | The |
|
return |
protected VisitInsertExpression ( |
||
insertExpression | The |
|
return |
protected VisitJoinExpression ( |
||
joinExpression | The |
|
return |
protected VisitListExpression ( DbListExpression listExpression ) : |
||
listExpression | DbListExpression | The |
return |
protected VisitMathematicalFunctionExpression ( |
||
mathematicalFunctionExpression | The |
|
return |
protected VisitOrderByExpression ( |
||
orderByExpression | The |
|
return |
protected VisitPrefixExpression ( |
||
prefixExpression | The |
|
return |
protected VisitSelectExpression ( |
||
selectExpression | The |
|
return |
protected VisitStringFunctionExpression ( |
||
stringFunctionExpression | The |
|
return |
protected VisitTableExpression ( |
||
tableExpression | The |
|
return |
protected VisitUnaryExpression ( |
||
unaryExpression | The |
|
return |
protected VisitUpdateExpression ( |
||
updateExpression | The |
|
return |