public interface LogTableInterface extends LogTableCoreInterface
Modifier and Type | Method and Description |
---|---|
String |
getXML() |
void |
loadXML(Node jobnode,
List<DatabaseMeta> databases,
List<StepMeta> steps)
Load the information for this logging table from the job XML node
|
clone, getActualSchemaName, getActualTableName, getConnectionName, getConnectionNameVariable, getDatabaseMeta, getErrorsField, getFields, getKeyField, getLogDateField, getLogField, getLogRecord, getLogTableType, getNameField, getQuotedSchemaTableCombination, getRecommendedIndexes, getSchemaName, getSchemaNameVariable, getStatusField, getTableName, getTableNameVariable, getTimeoutInDays, isDefined, loadFromRepository, replaceMeta, saveToRepository, setConnectionName
String getXML()
void loadXML(Node jobnode, List<DatabaseMeta> databases, List<StepMeta> steps)
jobnode
- the node to load fromdatabases
- the list of database to reference.steps
- the steps to reference (or null)Copyright © 2018 Hitachi Vantara. All rights reserved.