Differences
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/04 07:17] – removed - external edit (Unknown date) 127.0.0.1 | pr_methods:tosql [2023/05/03 04:53] (current) – sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | |||
| + | ====toSQL (String, Collection, ISQLBuilderHelper)==== | ||
| + | <code java> | ||
| + | throws Exception</ | ||
| + | |||
| + | This method must return the SQL representation of the function if it supports one. The SQL representation is essential if a function is to be used in queries. If the SQL representation is not provided it will not be possible to use the function in queries. See also an example later in this section. | ||
| + | |||
| + | === Parameters === | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |||
| + | ===Returns=== | ||
| + | A string representing the SQL expression that calculates the function value. | ||
| + | |||
| + | ===Throws=== | ||
| + | '' | ||