|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.replicator.dbms.DBMSData
com.continuent.tungsten.replicator.dbms.RowIdData
public class RowIdData
Defines a SQL statement that must be replicated.
| 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 |
|---|
public static final int LAST_INSERT_ID
public static final int INSERT_ID
| Constructor Detail |
|---|
@Deprecated public RowIdData(long rowId)
public RowIdData(long value,
int type)
| Method Detail |
|---|
public long getRowId()
public int getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||