|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbOpcode | |
| com.reuters.rc.db | |
| com.reuters.rc.db.adb | |
| Uses of DbOpcode in com.reuters.rc.db |
| Methods in com.reuters.rc.db that return DbOpcode | |
DbOpcode |
DbPubMsgData.getOpcode()
Get the message opcode. |
DbOpcode |
DbFactory.getInsertOpcode()
Get an instance of a DbOpcode object that represents an Insert operation. |
DbOpcode |
DbFactory.getDeleteOpcode()
Get an instance of a DbOpcode object that represents a Delete operation. |
DbOpcode |
DbFactory.getUpdateOpcode()
Get an instance of a DbOpcode object that represents an Update operation. |
DbOpcode |
DbFactory.getUpsertOpcode()
Get an instance of a DbOpcode object that represents an Upsert operation. |
DbOpcode |
DbFactory.getUnknownOpcode()
Get an instance of a DbOpcode object that represents an Unknown operation. |
DbOpcode |
DbFactory.getOpcode(int opCode)
Get the OpCode object corresponding to an integer opcode. |
| Uses of DbOpcode in com.reuters.rc.db.adb |
| Classes in com.reuters.rc.db.adb that implement DbOpcode | |
class |
AdbOpcode
ADB operation codes represented as type-safe enumerations. |
| Methods in com.reuters.rc.db.adb that return DbOpcode | |
DbOpcode |
AdbFactory.getInsertOpcode()
Get an instance of a DbOpcode object that represents an Insert operation. |
DbOpcode |
AdbFactory.getDeleteOpcode()
Get an instance of a DbOpcode object that represents a Delete operation. |
DbOpcode |
AdbFactory.getUpdateOpcode()
Get an instance of a DbOpcode object that represents an Update operation. |
DbOpcode |
AdbFactory.getUpsertOpcode()
Get an instance of a DbOpcode object that represents an Upsert operation. |
DbOpcode |
AdbFactory.getUnknownOpcode()
Get an instance of a DbOpcode object that represents an Unknown operation. |
DbOpcode |
AdbFactory.getOpcode(int opCode)
Get the OpCode object corresponding to an integer opcode. |
DbOpcode |
AdbMInstPubMsgData.getOpcode()
Get the message opcode. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||