Returns a list, with the inputs separated by commas, of all the functions
for data type string availables in the database.
1 connection.metadata.getStringFunctions
<connection.metadata.getStringFunctions />
Returns | |
---|---|
Type | Description |
String |
Example
Shows the list of functions on strings.
Copy
<xsql-script name='connection_metadata.getStringFunctions_sample1'> <body> <println> <connection.metadata.getStringFunctions /> </println> </body> </xsql-script>