Returns a list, with the elements, separated by commas, of the time and date functions availables in the current database.

1 connection.metadata.getTimeDateFunctions

<connection.metadata.getTimeDateFunctions />
Example

Shows the time and date functions of the current database.

Copy
<xsql-script name='connection_metadata.getTimeDateFunctions_sample1'>
    <body>
        <println>
            <connection.metadata.getTimeDateFunctions />
        </println>
    </body>
</xsql-script>
Copy
date,day,month,weekday,year,extend,mdy