Skip to main content

Row-Level Security

Row-Level Security

InterSystems IRIS row-level security permits INSERT to add a row even if the row security is defined so that you will not be permitted to subsequently access the row. To ensure that an INSERT does not prevent you from subsequent SELECT access to the row, perform the INSERT through a view that has a WITH CHECK OPTION. For more details, see CREATE VIEW.

FeedbackOpens in a new tab