System functions
- Last Updated: June 26, 2019
- 1 minute read
- DataDirect Connectors
- JDBC
- Aha! 6.0
- Amazon Redshift 6.0
- Apache Cassandra 6.0
- Apache Hive 6.0
- Apache Spark SQL 6.0
- Atlassian Jira 6.0
- Autonomous REST Connector 6.0
- Cloudera Impala 5.1
- + 24
The following table lists the system functions that JDBC supports.
| Function | Returns |
|---|---|
| DATABASE() | Name of the database, corresponding to the connection handle (hdbc). |
| IFNULL(exp,value) | value, if exp is null. |
| USER() | Authorization name of the user. |