|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.db2.tools.repl.publication.Msg | +--com.ibm.db2.tools.repl.publication.DataMsg | +--com.ibm.db2.tools.repl.publication.LOBMsg
Field Summary | |
---|---|
protected java.lang.String |
columnName
|
protected boolean |
isLast
|
protected java.lang.String |
lobType
|
protected int |
rowNumber
|
protected int |
segmentLength
|
protected java.lang.String |
srcName
|
protected java.lang.String |
srcOwner
|
protected java.lang.String |
subscriptionName
|
protected int |
totalDataLength
|
protected java.lang.Object |
value
|
Fields inherited from class com.ibm.db2.tools.repl.publication.Msg |
---|
dbName, jmsMsg, topicHeader |
Constructor Summary | |
---|---|
LOBMsg()
|
Method Summary | |
---|---|
java.lang.String |
getColumnName()
The name of the LOB column. |
java.lang.String |
getLobType()
The datatype of the LOB. |
int |
getRowNumber()
Within the database transaction, the position number of the row operation that contains the LOB value. |
int |
getSegmentLength()
The length of the LOB value contained in a single message, in bytes. |
java.lang.String |
getSrcName()
Returns the name of the source db object (table, view, etc...). |
java.lang.String |
getSrcOwner()
Returns the owner of the source db object (table, view, etc...). |
java.lang.String |
getSubscriptionName()
Returns the name of the XML Publication. |
int |
getTotalDataLength()
The length of the total LOB value contained in the source table, in bytes. |
java.lang.Object |
getValue()
The value of the LOB. |
boolean |
isLast()
If this is the last LOB message, then this is true. |
void |
setColumnName(java.lang.String string)
This method has no effect when used by a PublicationListener. |
void |
setLast(boolean b)
This method has no effect when used by a PublicationListener. |
void |
setLobType(java.lang.String strLobType)
This method has no effect when used by a PublicationListener. |
void |
setRowNumber(int i)
This method has no effect when used by a PublicationListener. |
void |
setSegmentLength(int i)
This method has no effect when used by a PublicationListener. |
void |
setSrcName(java.lang.String string)
This method has no effect when used by a PublicationListener. |
void |
setSrcOwner(java.lang.String string)
This method has no effect when used by a PublicationListener. |
void |
setSubscriptionName(java.lang.String string)
This method has no effect when used by a PublicationListener. |
void |
setTotalDataLength(int i)
This method has no effect when used by a PublicationListener. |
void |
setValue(java.lang.Object obj)
This method has no effect when used by a PublicationListener. |
Methods inherited from class com.ibm.db2.tools.repl.publication.Msg |
---|
getDbName, getJMSMessage, getObjectProperty, getPropertyNames, getTopic, setDbName, setJMSMessage, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String subscriptionName
protected boolean isLast
protected java.lang.String srcOwner
protected java.lang.String srcName
protected int rowNumber
protected java.lang.String columnName
protected int totalDataLength
protected int segmentLength
protected java.lang.Object value
protected java.lang.String lobType
Constructor Detail |
public LOBMsg()
Method Detail |
public java.lang.String getColumnName()
public boolean isLast()
public java.lang.String getLobType()
public java.lang.Object getValue()
public int getRowNumber()
public int getSegmentLength()
public java.lang.String getSrcName()
public java.lang.String getSrcOwner()
public int getTotalDataLength()
public java.lang.String getSubscriptionName()
public void setColumnName(java.lang.String string)
string
- public void setLast(boolean b)
b
- public void setLobType(java.lang.String strLobType)
public void setValue(java.lang.Object obj)
public void setRowNumber(int i)
i
- public void setSegmentLength(int i)
i
- public void setSrcName(java.lang.String string)
string
- public void setSrcOwner(java.lang.String string)
string
- public void setTotalDataLength(int i)
i
- public void setSubscriptionName(java.lang.String string)
string
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |