com.continuent.tungsten.replicator.dbms
Class RowIdData

java.lang.Object
  extended by com.continuent.tungsten.replicator.dbms.DBMSData
      extended by com.continuent.tungsten.replicator.dbms.RowIdData
All Implemented Interfaces:
java.io.Serializable

public class RowIdData
extends DBMSData

Defines a SQL statement that must be replicated.

Version:
1.0
Author:
Teemu Ollakka
See Also:
Serialized Form

Field Summary
static int INSERT_ID
           
static int LAST_INSERT_ID
           
 
Fields inherited from class com.continuent.tungsten.replicator.dbms.DBMSData
options
 
Constructor Summary
RowIdData(long rowId)
          Deprecated. 
RowIdData(long value, int type)
           
 
Method Summary
 long getRowId()
          Returns the SQL statement that must be replicated.
 int getType()
          Returns the type value.
 
Methods inherited from class com.continuent.tungsten.replicator.dbms.DBMSData
addOption, getOption, getOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAST_INSERT_ID

public static final int LAST_INSERT_ID
See Also:
Constant Field Values

INSERT_ID

public static final int INSERT_ID
See Also:
Constant Field Values
Constructor Detail

RowIdData

@Deprecated
public RowIdData(long rowId)
Deprecated. 


RowIdData

public RowIdData(long value,
                 int type)
Method Detail

getRowId

public long getRowId()
Returns the SQL statement that must be replicated.


getType

public int getType()
Returns the type value.

Returns:
Returns the type.