_ConnectionUsers (gb.db2)

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

Questa classe è virtuale.

Questa classe non è creabile.

Questa classe si comporta come un solo-lettura array.

Questa classe è enumerabile con la parola chiave FOR EACH.

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

Metodi
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.