persistentstorage/sql/INC/SqlDb.h
branchRCL_3
changeset 8 fa9941cf3867
parent 0 08ec8eefde2f
equal deleted inserted replaced
6:5ffdb8f2067f 8:fa9941cf3867
   164 securityPolicy.Close();
   164 securityPolicy.Close();
   165 @endcode
   165 @endcode
   166 
   166 
   167 Note that in the cases where an 'overriding' security policy was not originally assigned,
   167 Note that in the cases where an 'overriding' security policy was not originally assigned,
   168 then the security policy returned will simply be the default security policy.
   168 then the security policy returned will simply be the default security policy.
       
   169 
       
   170 Note: The database security policies are used to control the access to the objects (tables, indexes, triggers, views)
       
   171 in the main database. The access to the temporary tables, indexes, etc. is not a subject of any restrictions, e.g.
       
   172 a client with "read" database security policy only can create and use temporary tables, views, indexes, triggers.
   169 
   173 
   170 @see TSecurityPolicy
   174 @see TSecurityPolicy
   171 @see RSqlDatabase
   175 @see RSqlDatabase
   172 @see RSqlSecurityPolicy::SetDbPolicy()
   176 @see RSqlSecurityPolicy::SetDbPolicy()
   173 @see RSqlSecurityPolicy::SetPolicy()
   177 @see RSqlSecurityPolicy::SetPolicy()