Uses of Class
com.reuters.rc.db.adb.AdbOpcode

Packages that use AdbOpcode
com.reuters.rc.db.adb   
 

Uses of AdbOpcode in com.reuters.rc.db.adb
 

Fields in com.reuters.rc.db.adb declared as AdbOpcode
static AdbOpcode AdbOpcode.INSERT
          INSERT opcode object.
static AdbOpcode AdbOpcode.UPDATE
          UPDATE opcode object.
static AdbOpcode AdbOpcode.DELETE
          DELETE opcode object.
static AdbOpcode AdbOpcode.UPSERT
          UPSERT opcode object - UPDATE if row exists, otherwise INSERT.
static AdbOpcode AdbOpcode.UNKNOWN
          UNKNOWN opcode object- Unknown opcode.
 

Methods in com.reuters.rc.db.adb that return AdbOpcode
static AdbOpcode AdbMInstPubMsgData.getOpcode(com.tibco.tibrv.TibrvMsg rvMsg)
          Get the message opcode.
static AdbOpcode AdbOpcode.getOpcode(java.lang.Integer adbOpCode)
          Get AdbOpcode object corresponding to the opCode published by ADB.
static AdbOpcode AdbOpcode.getOpcode(int adbOpCode)
          Get AdbOpcode object corresponding to the opCode published by ADB.
 



Copyright © 2002-2003 Reuters. All Rights Reserved.