_ConnectionUsers (gb.db2)

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

Esta clase es virtual.

Esta clase no es instanciable.

Esta clase actúa como un array de sólo lectura.

Esta clase es enumerable con la palabra clave FOR EACH.

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

Métodos
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.