Interface LogMinerColumnValue
-
- All Known Implementing Classes:
LogMinerColumnValueImpl
@Deprecated public interface LogMinerColumnValue
Deprecated.This has been deprecated and should no longer be used. This will be removed in conjunction withSimpleDmlParser.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ObjectgetColumnData()Deprecated.StringgetColumnName()Deprecated.voidsetColumnData(Object columnData)Deprecated.This sets the database record value with the exception of LOBs
-
-
-
Method Detail
-
getColumnData
Object getColumnData()
Deprecated.- Returns:
- value of the database record with exception of LOB types
-
getColumnName
String getColumnName()
Deprecated.- Returns:
- column name
-
setColumnData
void setColumnData(Object columnData)
Deprecated.This sets the database record value with the exception of LOBs- Parameters:
columnData- data
-
-