Syntax
constants group PrivilegeObject;
Description
defines the list of objects for which a user may have accessrights or not.
This list may grow in the future.
Constants Summary
|
TABLE |
indicates a table.
|
|
VIEW |
indicates a view.
|
|
COLUMN |
indicates a column of a table.
|
|
Field Details
|
|
Syntax
const long TABLE = 0;
Description
indicates a table.
Syntax
const long VIEW = 1;
Description
indicates a view.
Syntax
const long COLUMN = 2;
Description
indicates a column of a table.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.