SQL Guide : Functions : System functions
  
System functions
The system functions return information about the solidDB® database.
Function
Purpose
UIC()
Returns the connection id associated with the connection
CURRENT_USERID ()
Returns the current user id
LOGIN_USERID ()
Returns the login userid
CURRENT_CATALOG ()
Returns the current catalog
LOGIN_CATALOG ()
Returns the login catalog
CURRENT_SCHEMA ()
Returns the current schema
LOGIN_SCHEMA ()
Returns the login schema
See also
Functions