One of the user authorization properties.
Disallows connections.
Grants read-only connections.
Grants full access.
CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY( 'derby.database.defaultConnectionMode', '{ noAccess | readOnlyAccess | fullAccess}')
-- database-wide property CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY( 'derby.database.defaultConnectionMode', 'noAccess') -- system-wide property derby.database.defaultConnectionMode=noAccess
fullAccess
Dynamic. Current connections are not affected, but all future connections are affected. For information about dynamic changes to properties, see Dynamic or static changes to properties.