This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision |
| pr_methods:tosql [2023/04/05 05:52] – ↷ Links adapted because of a move operation sean | pr_methods:tosql [2023/05/03 04:53] (current) – sean |
|---|
| {{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)==== |
| |''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: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=== |