UnityJDBC - System Functions
Summary
| Function | Syntax | Description |
|---|---|---|
| CURRENT_USER | ||
| SESSION_USER | ||
| SYSTEM_USER |
Detailed Function Descriptions
CURRENT_USER
Syntax:
Identifies the currently active user within the database server.
| SQL Server | Access | Oracle | PostgreSQL | MySQL | Sybase | HSQLDB |
|---|---|---|---|---|---|---|
SESSION_USER
Syntax:
Identifies the currently active Authorization ID, if it differs from the user.
| SQL Server | Access | Oracle | PostgreSQL | MySQL | Sybase | HSQLDB |
|---|---|---|---|---|---|---|
SYSTEM_USER
Syntax:
Identifies the currently active user within the host operating system.
| SQL Server | Access | Oracle | PostgreSQL | MySQL | Sybase | HSQLDB |
|---|---|---|---|---|---|---|