Package | Description |
---|---|
org.apache.manifoldcf.core.database |
Modifier and Type | Method and Description |
---|---|
static Map |
BaseTable.prepareRowForSave(BaseObject object,
StringSet fieldSet)
Read the specified fields from the specified object, and
build a Map, which can be used to write the data to the database.
|
static void |
BaseTable.readRow(BaseObject object,
IResultRow resultRow)
Set up a base object from a database row.
|