_ConnectionUsers (gb.db2)

This is a collection of all users registered in the database server.

This class is virtual.

This class is not creatable.

This class acts like a read-only array.

This class is enumerable with the FOR EACH keyword.

Properties
Count   Return the number of database users.
List   Return the names of all database users as a string array.

Methods
Add   Register a new user in the database server.
Exist   Return if a specific user exists.
Refresh   Refresh the internal list of all database users.
Remove   Delete a user from the database server.

SQLite databases do not have any user, except the current one accessing the database.