Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:tosql [2023/04/05 04:32] – ↷ Links adapted because of a move operation seanpr_methods:tosql [2023/05/03 04:53] (current) sean
Line 1: Line 1:
-{{tag>Programmers_Reference Methods IFunctionLibrary_Interface IFunctionLibrary_Interface_Methods toSQL}}+{{tag>Index Programmers_Reference Methods IFunctionLibrary_Interface toSQL}}
  
 ====toSQL (String, Collection, ISQLBuilderHelper)==== ====toSQL (String, Collection, ISQLBuilderHelper)====
Line 10: Line 10:
 |''functionName''|the name of the function in the library that needs to be represented in the SQL form.| |''functionName''|the name of the function in the library that needs to be represented in the SQL form.|
 |''parameters''|parameters of the function specified as a collection of the IArithmeticNode objects. To get an SQL representation of a parameter use the ''toSQL'' method of the ''IArithmeticNode'' interface.| |''parameters''|parameters of the function specified as a collection of the IArithmeticNode objects. To get an SQL representation of a parameter use the ''toSQL'' method of the ''IArithmeticNode'' interface.|
-|''helper''|a call-back interface that contains certain methods that may help define the SQL representation. See the [[docs:3500:0500_adding_function_libraries:0520_isqlbuilderhelper_interface|ISQLBuilderHelper]] interface.|+|''helper''|a call-back interface that contains certain methods that may help define the SQL representation. See the [[docs:3500:0500:0520|ISQLBuilderHelper]] interface.|
  
 ===Returns=== ===Returns===
  • Last modified: 2023/04/05 04:32