Revision 6122
Added by ben leinfelder almost 12 years ago
xmltables-oracle.sql | ||
---|---|---|
282 | 282 |
*/ |
283 | 283 |
CREATE TABLE xml_access ( |
284 | 284 |
docid VARCHAR2(250), -- the document id # |
285 |
guid VARCHAR2(2000), -- the globally unique string identifier |
|
285 | 286 |
accessfileid VARCHAR2(250), -- the document id # for the access file |
286 | 287 |
principal_name VARCHAR2(100), -- name of user, group, etc. |
287 | 288 |
permission NUMBER(1), -- "read", "write", "all" |
Also available in: Unified diff
include GUID column for xml_access and related methods for storing/retrieving access rules