public interface DDLLCR extends LCR
AbstractLCR, RowLCRATTRIBUTE_ROOT_NAME, ATTRIBUTE_ROW_ID, ATTRIBUTE_SERIAL_NUM, ATTRIBUTE_SESSION_NUM, ATTRIBUTE_THREAD_NUM, ATTRIBUTE_TX_NAME, ATTRIBUTE_USERNAME| Modifier and Type | Method and Description |
|---|---|
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.
|
getAttribute, getCommandType, getObjectName, getObjectOwner, getPosition, getSourceDatabaseName, getSourceTime, getTag, getTransactionId, setAttribute, setCommandType, setObjectName, setObjectOwner, setPosition, setSourceDatabaseName, setSourceTime, setTag, setTransactionIdvoid 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.