@Step(id="TableAgileMart", image="plugins/steps/MonetDBAgileMartPlugin/icon.png", name="Table Agile Mart", description="Table Agile Mart", categoryDescription="Agile BI") public class TableAgileMartMeta extends TableOutputMeta
loggingObject, STEP_ATTRIBUTES_FILE
Constructor and Description |
---|
TableAgileMartMeta() |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Make an exact copy of this step, make sure to explicitly copy Collections etc.
|
static long |
getLongProperty(String name,
long defaultValue) |
long |
getRowLimit() |
StepInterface |
getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
Get the executing step, needed by Trans to launch a step.
|
static String |
getStringProperty(String name,
String defaultValue) |
String |
getXML()
Produces the XML string that describes this step's information.
|
void |
setDefault()
Set default values
|
void |
setRowLimit(long limit) |
allocate, analyseImpact, check, getCommitSize, getDatabaseMeta, getFieldDatabase, getFields, getFieldStream, getGeneratedKeyField, getMissingDatabaseConnectionInformationMessage, getPartitioningField, getRequiredFields, getSchemaName, getSQLStatements, getSQLStatements, getStepData, getTablename, getTableName, getTableNameField, getUsedDatabaseConnections, ignoreErrors, isPartitioningDaily, isPartitioningEnabled, isPartitioningMonthly, isReturningGeneratedKeys, isTableNameInField, isTableNameInTable, loadXML, readRep, saveRep, setCommitSize, setCommitSize, setDatabaseMeta, setFieldDatabase, setFieldStream, setGeneratedKeyField, setIgnoreErrors, setPartitioningDaily, setPartitioningEnabled, setPartitioningField, setPartitioningMonthly, setReturningGeneratedKeys, setSchemaName, setSpecifyFields, setTablename, setTableName, setTableNameField, setTableNameInField, setTableNameInTable, setTruncateTable, setUseBatchUpdate, specifyFields, supportsErrorHandling, truncateTable, useBatchUpdate
analyseImpact, cancelQueries, check, check, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, exportResources, findAttribute, findParent, getDescription, getDialogClassName, getFields, getLog, getLogChannelId, getName, getObjectCopy, getObjectId, getObjectRevision, getObjectType, getOptionalStreams, getParent, getParentStepMeta, getReferencedObjectDescriptions, getRepCode, getRepositoryDirectory, getRequiredFields, getResourceDependencies, getSQLStatements, getStepInjectionMetadataEntries, getStepIOMeta, getStepMetaInjectionInterface, getSupportedTransformationTypes, getTableFields, getTooltip, getUsedArguments, getUsedLibraries, getXmlCode, handleStreamSelection, hasChanged, hasRepositoryReferences, isBasic, isDebug, isDetailed, isReferencedObjectEnabled, isRowLevel, loadReferencedObject, loadReferencedObject, loadXML, loadXML, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, lookupRepositoryReferences, readRep, readRep, resetStepIoMeta, saveRep, searchInfoAndTargetSteps, setChanged, setChanged, setParentStepMeta
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
analyseImpact, cancelQueries, check, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, exportResources, getDialogClassName, getFields, getOptionalStreams, getParentStepMeta, getReferencedObjectDescriptions, getResourceDependencies, getSQLStatements, getStepIOMeta, getStepMetaInjectionInterface, getSupportedTransformationTypes, getTableFields, getUsedArguments, getUsedLibraries, handleStreamSelection, hasChanged, hasRepositoryReferences, isReferencedObjectEnabled, loadReferencedObject, loadXML, lookupRepositoryReferences, readRep, resetStepIoMeta, saveRep, searchInfoAndTargetSteps, setChanged, setParentStepMeta
public long getRowLimit()
public void setRowLimit(long limit)
public static long getLongProperty(String name, long defaultValue)
public StepInterface getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
StepMetaInterface
getStep
in interface StepMetaInterface
getStep
in class TableOutputMeta
stepMeta
- The step infostepDataInterface
- the step data interface linked to this step. Here the step can store temporary data, database connections, etc.cnr
- The copy nr to gettransMeta
- The transformation infotrans
- The launching transformationpublic Object clone()
StepMetaInterface
clone
in interface StepMetaInterface
clone
in class TableOutputMeta
public void setDefault()
StepMetaInterface
setDefault
in interface StepMetaInterface
setDefault
in class TableOutputMeta
public String getXML()
BaseStepMeta
getXML
in interface StepMetaInterface
getXML
in class TableOutputMeta