Property | Type | Description | |
---|---|---|---|
InstanceMysqlDefault |
Method | Description | |
---|---|---|
AddExtendFunction ( FunctionExpression>.IDictionary |
||
CreateFunctionExpression ( string funcNameUpcase, IList |
||
GetParsingStrategy ( string funcNameUpcase ) : FunctionParsingStrategy | ||
MySqlFunctionManager ( bool allowFuncDefChange ) : System |
public AddExtendFunction ( FunctionExpression>.IDictionary |
||
extFuncPrototypeMap | FunctionExpression>.IDictionary | /// funcName -> extFunctionPrototype. funcName /// MUST NOT be the same as predefined function of MySql 5.5 /// |
return | void |
public CreateFunctionExpression ( string funcNameUpcase, IList |
||
funcNameUpcase | string | |
arguments | IList |
|
return |
public GetParsingStrategy ( string funcNameUpcase ) : FunctionParsingStrategy | ||
funcNameUpcase | string | |
return | FunctionParsingStrategy |
public MySqlFunctionManager ( bool allowFuncDefChange ) : System | ||
allowFuncDefChange | bool | |
return | System |