Returns a list, with the elements separated by commas,
of the mathematical functions availables for the current database.
1 connection.metadata.getNumericFunctions
<connection.metadata.getNumericFunctions />
Returns | |
---|---|
Type | Description |
String | List of mathematical functions. |
Example
Copy
<xsql-script name='connection_metadata.getNumericFunctions_sample1'> <body> <println> <connection.metadata.getNumericFunctions /> </println> </body> </xsql-script>
Copy
abs,mod,pow,root,round,sqrt,exp,logn,log10,cos,sin,tan,asin,acos,atan,atan2