Acces type

Specifies the level of database access allowed for the connection. The possible values are:

Allow all SQL statements (read/write)
Specifies that all SQL statements are allowed for the connection.

Allow select and call statements only (read/call)
Specifies that only select and call statements are allowed for the connection.

Allow select statements only (read only)
Specifies that only select statements are allowed for the connection.