com.reuters.rc.db
Interface DbOpcode
- All Known Implementing Classes:
- AdbOpcode
- public interface DbOpcode
DbOpcode interface represents the generic operations
that any ADB-like publisher should support.
- Author:
- Cavit Aydin
isInsert
public boolean isInsert()
- Returns:
- true if this DbOpcode represents an INSERT operation,
false otherwise
isDelete
public boolean isDelete()
- Returns:
- true if this DbOpcode represents a DELETE operation,
false otherwise
isUpdate
public boolean isUpdate()
- Returns:
- true if this DbOpcode represents an UPDATE operation,
false otherwise
isUpsert
public boolean isUpsert()
- Returns:
- true if this DbOpcode represents an UPSERT operation,
false otherwise
isUnknown
public boolean isUnknown()
- Returns:
- true if this DbOpcode represents an UNKNOWN operation,
false otherwise
Copyright © 2002-2003 Reuters. All Rights Reserved.