Package rasj.odmg
Class RasODMGGlobal
- java.lang.Object
-
- rasj.odmg.RasODMGGlobal
-
public abstract class RasODMGGlobal extends java.lang.ObjectThis class provides some global defines and variables needed for the ODMG implementation of the RasDaMan httpserver. This information is only used for internal purposes and not visible to the user of the ODMG interface.- Author:
- Peter Zoller
-
-
Field Summary
Fields Modifier and Type Field Description static intcommATstatic intcommBTreadOnlystatic intcommBTreadWritestatic intcommCloseDBstatic intcommCTstatic intcommGetNewOIDstatic intcommInsertQueryExecstatic intcommIsOpenTAstatic intcommOpenDBstatic intcommQueryExecstatic intcommUpdateQueryExec
-
Constructor Summary
Constructors Constructor Description RasODMGGlobal()
-
-
-
Field Detail
-
commOpenDB
public static final int commOpenDB
- See Also:
- Constant Field Values
-
commCloseDB
public static final int commCloseDB
- See Also:
- Constant Field Values
-
commBTreadOnly
public static final int commBTreadOnly
- See Also:
- Constant Field Values
-
commBTreadWrite
public static final int commBTreadWrite
- See Also:
- Constant Field Values
-
commCT
public static final int commCT
- See Also:
- Constant Field Values
-
commAT
public static final int commAT
- See Also:
- Constant Field Values
-
commIsOpenTA
public static final int commIsOpenTA
- See Also:
- Constant Field Values
-
commQueryExec
public static final int commQueryExec
- See Also:
- Constant Field Values
-
commUpdateQueryExec
public static final int commUpdateQueryExec
- See Also:
- Constant Field Values
-
commGetNewOID
public static final int commGetNewOID
- See Also:
- Constant Field Values
-
commInsertQueryExec
public static final int commInsertQueryExec
- See Also:
- Constant Field Values
-
-