Export-related Procedures
You are looking at an older version of the documentation. The latest version is found here.
SYSADMIN.getAuthMechanism
This procedure returns the current authentication mechanism configured: LDAP or the default mechanism.
CODE
SYSADMIN.getAuthMechanism(OUT authMechanism string NOT NULL RESULT)
SYSADMIN.getCreateTempTablesPermissions
This procedure returns the setting of the special allowCreateTempTables
permission.
CODE
SYSADMIN.getCreateTempTablesPermissions(OUT role string NOT NULL, OUT allowCreateTempTables boolean NOT NULL)