|
Oracle® Database XStream Java API Reference 11g Release 2 (11.2) E16674-02 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DDLLCR
The DDLLCR interface encapsulates the information about a DDL LCR. A DDL LCR is a logical change record for a DDL operation. You can have a customized implementation of DDLLCR by using this interface.
AbstractLCR
, RowLCR
Method Summary | |
---|---|
java.lang.String |
getBaseTableName() Gets the base table name. |
java.lang.String |
getBaseTableOwner() Gets the base table owner. |
java.lang.String |
getCurrentSchema() Gets the current schema name. |
java.lang.String |
getDDLText() Gets the DDL statement text. |
java.lang.String |
getEditionName() Gets the edition name. |
java.lang.String |
getLogonUser() Gets the logon user name. |
java.lang.String |
getObjectType() Gets the object type. |
void |
setBaseTableName(java.lang.String baseTableName) Sets the base table name. |
void |
setBaseTableOwner(java.lang.String baseTableOwner) Sets the base table owner. |
void |
setCurrentSchema(java.lang.String currentSchema) Sets the current schema. |
void |
setDDLText(java.lang.String ddlText) Sets the DDL statement text. |
void |
setEditionName(java.lang.String editionName) Sets the edition name. |
void |
setLogonUser(java.lang.String logonUser) Sets the logon user name. |
void |
setObjectType(java.lang.String objectType) Sets the object type. |
Methods inherited from interface oracle.streams.LCR |
---|
getAttribute, getCommandType, getObjectName, getObjectOwner, getPosition, getSourceDatabaseName, getSourceTime, getTag, getTransactionId, setAttribute, setCommandType, setObjectName, setObjectOwner, setPosition, setSourceDatabaseName, setSourceTime, setTag, setTransactionId |
Method Detail |
---|
void setCurrentSchema(java.lang.String currentSchema)
currentSchema
- A string contains the current schema. Ensure that this parameter is set to a non-null value.void setDDLText(java.lang.String ddlText)
ddlText
- The DDL statement. Set this parameter to a non-NULL value.void setLogonUser(java.lang.String logonUser)
logonUser
- The logon user namevoid setBaseTableOwner(java.lang.String baseTableOwner)
baseTableOwner
- The base table ownervoid setBaseTableName(java.lang.String baseTableName)
baseTableName
- The base table namevoid setObjectType(java.lang.String objectType)
objectType
- The type of objec on which the DDL statement was executed. See Oracle Call Interface Programmer's Guide for more information.void setEditionName(java.lang.String editionName) throws StreamsException
editionName
- the edition name.StreamsException
- if error occurs when obtaining edition name.java.lang.String getCurrentSchema()
java.lang.String getDDLText()
java.lang.String getLogonUser()
java.lang.String getBaseTableOwner()
java.lang.String getBaseTableName()
java.lang.String getObjectType()
java.lang.String getEditionName() throws StreamsException
StreamsException
- if error occurs when obtaining edition name.
|
Oracle® Database XStream Java API Reference 11g Release 2 (11.2) E16674-02 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |