|
jxUtil 0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA | +--org.sourceforge.jxutil.net.ddm.qddprmd.NUMBER | +--org.sourceforge.jxutil.net.ddm.qddprmd.BIN | +--org.sourceforge.jxutil.net.ddm.qddprmd.BIN8 | +--org.sourceforge.jxutil.net.ddm.qddrdbd.PKGATHRUL
The Package Authorization Rules (PKGATHRUL) Binary Integer Number specifies which authorization identifier to use when dynamic SQL in a package is executed.
BGNBND
,
REBIND
Field Summary | |
static short |
CP
|
static PKGATHRUL |
DEFAULT
DEFAULT = REQUESTER. |
static PKGATHRUL |
DEFINER_REVERT_TO_OWNER
DEFINER_REVERT_TO_OWNER - Authorization Identifier of Function or Stored Procedure Creator. |
static PKGATHRUL |
DEFINER_REVERT_TO_REQUESTER
DEFINER_REVERT_TO_REQUESTER - Authorization Identifier of Function or Stored Procedure Creator. |
static PKGATHRUL |
INVOKER_REVERT_TO_OWNER
INVOKER_REVERT_TO_OWNER - Invoking View/Statement Authorization Identifier. |
static PKGATHRUL |
INVOKER_REVERT_TO_REQUESTER
INVOKER_REVERT_TO_REQUESTER - Invoking View/Statement Authorization Identifier. |
static PKGATHRUL |
OWNER
OWNER - Package Owner Authorization Identifier. |
static PKGATHRUL |
REQUESTER
REQUESTER - Package Requester Authorization Identifier. |
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.BIN8 |
value |
Constructor Summary | |
private |
PKGATHRUL(byte value)
|
|
PKGATHRUL(DDM ddm,
int len)
|
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.BIN8 |
write |
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA |
getCP, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final short CP
public static final PKGATHRUL DEFAULT
public static final PKGATHRUL DEFINER_REVERT_TO_OWNER
public static final PKGATHRUL DEFINER_REVERT_TO_REQUESTER
public static final PKGATHRUL INVOKER_REVERT_TO_OWNER
public static final PKGATHRUL INVOKER_REVERT_TO_REQUESTER
public static final PKGATHRUL OWNER
public static final PKGATHRUL REQUESTER
Constructor Detail |
private PKGATHRUL(byte value)
public PKGATHRUL(DDM ddm, int len) throws IOException
|
jxUtil 0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |