Constants Summary
|
| SELECT |
indicates that a user is allowed to read the data.
|
|
| INSERT |
indicates that a user is allowed to insert new data.
|
|
| UPDATE |
indicates that a user is allowed to update data.
|
|
| DELETE |
indicates that a user is allowed to delete data.
|
|
| READ |
indicates that a user is allowed to read the structure of a definition object.
|
|
| CREATE |
indicates that a user is allowed to create a definition object.
|
|
| ALTER |
indicates that a user is allowed to alter an existing object.
|
|
| REFERENCE |
indicates that a user is allowed to set foreign keys for a table.
|
|
| DROP |
indicates that a user is allowed to drop a definition object.
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.