Interface LogMinerColumnValue
-
- All Known Implementing Classes:
LogMinerColumnValueImpl
public interface LogMinerColumnValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetColumnData()StringgetColumnName()voidsetColumnData(Object columnData)This sets the database record value with the exception of LOBs
-
-
-
Method Detail
-
getColumnData
Object getColumnData()
- Returns:
- value of the database record with exception of LOB types
-
getColumnName
String getColumnName()
- Returns:
- column name
-
setColumnData
void setColumnData(Object columnData)
This sets the database record value with the exception of LOBs- Parameters:
columnData- data
-
-