Returns a list, with the inputs separed by commas, of all the system functions for the current database.
1 connection.metadata.getSystemFunctions
<connection.metadata.getSystemFunctions />
Returns | |
---|---|
Type | Description |
String |
Example
Shows the system functions for the current database.
Copy
<xsql-script name='connection_metadata.getSystemFunctions_sample1'> <body> <println> <connection.metadata.getSystemFunctions /> </println> </body> </xsql-script>
Copy
avg,max,min,sum,count,range,stdev,variance,trim,hex,filetoblob,filetoclob,lotofile,lotocopy