public abstract class BBjAdminPrivilegeType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ALL |
static int |
ALTER_PROCEDURE |
static int |
ALTER_SEQUENCE |
static int |
ALTER_TABLE |
static int |
ALTER_TRIGGER |
static int |
ALTER_VIEW |
static int |
CALL |
static int |
CREATE_PROCEDURE |
static int |
CREATE_ROLE |
static int |
CREATE_SEQUENCE |
static int |
CREATE_TABLE |
static int |
CREATE_TRIGGER |
static int |
CREATE_VIEW |
static int |
DELETE |
static int |
DROP_PROCEDURE |
static int |
DROP_ROLE |
static int |
DROP_SEQUENCE |
static int |
DROP_TABLE |
static int |
DROP_TRIGGER |
static int |
DROP_VIEW |
static int |
INSERT |
static int |
REFERENCES |
static int |
SELECT |
static int |
UPDATE |
static int |
USAGE |
Constructor and Description |
---|
BBjAdminPrivilegeType() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getTypeName(int p_privilege)
Returns a type name for the specified type.
|
public static final int SELECT
public static final int UPDATE
public static final int INSERT
public static final int DELETE
public static final int REFERENCES
public static final int USAGE
public static final int ALL
public static final int CREATE_TABLE
public static final int CREATE_VIEW
public static final int CREATE_SEQUENCE
public static final int CREATE_TRIGGER
public static final int CREATE_PROCEDURE
public static final int CREATE_ROLE
public static final int DROP_TABLE
public static final int DROP_VIEW
public static final int DROP_SEQUENCE
public static final int DROP_TRIGGER
public static final int DROP_PROCEDURE
public static final int DROP_ROLE
public static final int CALL
public static final int ALTER_TABLE
public static final int ALTER_VIEW
public static final int ALTER_SEQUENCE
public static final int ALTER_TRIGGER
public static final int ALTER_PROCEDURE