skip to main content
SQL escape sequences for JDBC : Scalar functions : System functions
  

Try DataDirect Drivers Now

System functions

The following table lists the system functions that JDBC supports.
Table 8. Scalar System Functions
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.