User


PROPERTY User AS .ConnectionUser

Returns a virtual collection used for managing the user accounts of the database server.

Note: There is no concept of users within Sqlite. Access is controlled by the file permissions of the database. The sqlite driver tries to list the users that have access to this file. It works on the local passwd file so does not take into account things like NIS.