|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.trans.step.BaseStepMeta org.pentaho.di.trans.steps.ivwloader.IngresVectorwiseLoaderMeta
public class IngresVectorwiseLoaderMeta
Metadata for the VectorWise bulk loader.
Field Summary |
---|
Fields inherited from class org.pentaho.di.trans.step.BaseStepMeta |
---|
loggingObject, STEP_ATTRIBUTES_FILE |
Constructor Summary | |
---|---|
IngresVectorwiseLoaderMeta()
Default constructor. |
Method Summary | |
---|---|
void |
allocate(int nrRows)
|
void |
check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Checks the settings of this step and puts the findings in a remarks List. |
Object |
clone()
Make an exact copy of this step, make sure to explicitly copy Collections etc. |
String |
getBufferSize()
|
DatabaseMeta |
getDatabaseMeta()
Returns the database meta for this step |
String |
getDelimiter()
|
String |
getEncoding()
|
String |
getErrorFileName()
|
String[] |
getFieldDatabase()
|
String[] |
getFieldFormat()
|
String[] |
getFieldStream()
|
String |
getFifoFileName()
|
String |
getMaxNrErrors()
|
String |
getMissingDatabaseConnectionInformationMessage()
Provides a way for this object to return a custom message when database connection information is incomplete or missing. |
String |
getSchemaName()
Returns the schema name for this step. |
String |
getSqlPath()
|
SQLStatement |
getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
Standard method to return one or more SQLStatement objects that the step needs in order to work correctly. |
StepInterface |
getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
Get the executing step, needed by Trans to launch a step. |
StepDataInterface |
getStepData()
Get a new instance of the appropriate data class. |
String |
getTableName()
Returns the table name for this step |
String |
getXML()
Produces the XML string that describes this step's information. |
boolean |
isContinueOnError()
|
boolean |
isEscapingSpecialCharacters()
|
boolean |
isRejectErrors()
|
boolean |
isTruncatingTable()
|
boolean |
isUseAuthentication()
|
boolean |
isUseDynamicVNode()
|
boolean |
isUseSSV()
|
boolean |
isUseStandardConversion()
|
boolean |
isUsingVwload()
|
void |
loadXML(Node stepnode,
List<DatabaseMeta> databases,
Map<String,Counter> counters)
Load the values for this step from an XML Node |
void |
readRep(Repository rep,
ObjectId id_step,
List<DatabaseMeta> databases,
Map<String,Counter> counters)
Read the steps information from a Kettle repository |
void |
saveRep(Repository rep,
ObjectId id_transformation,
ObjectId id_step)
Save the steps data into a Kettle repository |
void |
setBufferSize(String bufferSize)
|
void |
setContinueOnError(boolean continueOnError)
|
void |
setDatabaseMeta(DatabaseMeta databaseMeta)
|
void |
setDefault()
Set default values |
void |
setDelimiter(String delimiter)
|
void |
setEncoding(String encoding)
|
void |
setErrorFileName(String errorFileName)
|
void |
setEscapingSpecialCharacters(boolean escapingSpecialCharacters)
|
void |
setFieldDatabase(String[] fieldDatabase)
|
void |
setFieldFormat(String[] fieldFormat)
|
void |
setFieldStream(String[] fieldStream)
|
void |
setFifoFileName(String fifoFileName)
|
void |
setMaxNrErrors(String maxNrErrors)
|
void |
setRejectErrors(boolean rejectErrors)
|
void |
setSqlPath(String sqlPath)
|
void |
setTablename(String tablename)
|
void |
setTruncatingTable(boolean truncatingTable)
|
void |
setUseAuthentication(boolean useAuthentication)
|
void |
setUseDynamicVNode(boolean createDynamicVNode)
|
void |
setUseSSV(boolean useSSV)
|
void |
setUseStandardConversion(boolean useStandardConversion)
|
void |
setUsingVwload(boolean usingVwload)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IngresVectorwiseLoaderMeta()
Method Detail |
---|
public StepInterface getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
getStep
in interface StepMetaInterface
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 gettr
- The transformation infotrans
- The launching transformationStepMetaInterface.getStep(org.pentaho.di.trans.step.StepMeta,
org.pentaho.di.trans.step.StepDataInterface, int,
org.pentaho.di.trans.TransMeta, org.pentaho.di.trans.Trans)
public StepDataInterface getStepData()
getStepData
in interface StepMetaInterface
StepMetaInterface.getStepData()
public Object clone()
clone
in interface StepMetaInterface
clone
in class BaseStepMeta
BaseStepMeta.clone()
public void setDefault()
StepMetaInterface
setDefault
in interface StepMetaInterface
public boolean isRejectErrors()
public void setRejectErrors(boolean rejectErrors)
rejectErrors
- the rejectErrors to set.public void allocate(int nrRows)
public void check(List<CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
StepMetaInterface
check
in interface StepMetaInterface
remarks
- The list to put the remarks in @see org.pentaho.di.core.CheckResultstepMeta
- The stepMeta to help checkingprev
- The fields coming from the previous stepinput
- The input step namesoutput
- The output step namesinfo
- The fields that are used as information by the steppublic String getXML()
BaseStepMeta
getXML
in interface StepMetaInterface
getXML
in class BaseStepMeta
public void loadXML(Node stepnode, List<DatabaseMeta> databases, Map<String,Counter> counters) throws KettleXMLException
StepMetaInterface
loadXML
in interface StepMetaInterface
stepnode
- the Node to get the info fromdatabases
- The available list of databases to reference tocounters
- Counters to reference.
KettleXMLException
- When an unexpected XML error occurred. (malformed etc.)public void readRep(Repository rep, ObjectId id_step, List<DatabaseMeta> databases, Map<String,Counter> counters) throws KettleException
StepMetaInterface
readRep
in interface StepMetaInterface
rep
- The repository to read fromid_step
- The step IDdatabases
- The databases to referencecounters
- The counters to reference
KettleException
- When an unexpected error occurred (database, network, etc)public void saveRep(Repository rep, ObjectId id_transformation, ObjectId id_step) throws KettleException
StepMetaInterface
saveRep
in interface StepMetaInterface
rep
- The Kettle repository to save toid_transformation
- The transformation IDid_step
- The step ID
KettleException
- When an unexpected error occurred (database, network, etc)public DatabaseMeta getDatabaseMeta()
ProvidesDatabaseConnectionInformation
getDatabaseMeta
in interface ProvidesDatabaseConnectionInformation
public void setDatabaseMeta(DatabaseMeta databaseMeta)
databaseMeta
- the databaseMeta to setpublic String getTableName()
ProvidesDatabaseConnectionInformation
getTableName
in interface ProvidesDatabaseConnectionInformation
public void setTablename(String tablename)
tablename
- the tablename to setpublic String[] getFieldStream()
public void setFieldStream(String[] fieldStream)
fieldStream
- the fieldStream to setpublic String[] getFieldDatabase()
public void setFieldDatabase(String[] fieldDatabase)
fieldDatabase
- the fieldDatabase to setpublic String[] getFieldFormat()
public void setFieldFormat(String[] fieldFormat)
fieldFormat
- the fieldFormat to setpublic SQLStatement getSQLStatements(TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev)
BaseStepMeta
getSQLStatements
in interface StepMetaInterface
getSQLStatements
in class BaseStepMeta
transMeta
- TransInfo object containing the complete transformationstepMeta
- StepMeta object containing the complete stepprev
- Row containing meta-data for the input fields (no data)
public String getFifoFileName()
public void setFifoFileName(String fifoFileName)
fifoFileName
- the fifoFileName to setpublic String getSqlPath()
public void setSqlPath(String sqlPath)
sqlPath
- the sqlPath to setpublic String getEncoding()
public void setEncoding(String encoding)
encoding
- the encoding to setpublic String getDelimiter()
public void setDelimiter(String delimiter)
delimiter
- the delimiter to setpublic String getErrorFileName()
public void setErrorFileName(String errorFileName)
public boolean isContinueOnError()
public void setContinueOnError(boolean continueOnError)
public boolean isUseStandardConversion()
public void setUseStandardConversion(boolean useStandardConversion)
public boolean isUseDynamicVNode()
public void setUseDynamicVNode(boolean createDynamicVNode)
public boolean isUseSSV()
public void setUseSSV(boolean useSSV)
public boolean isEscapingSpecialCharacters()
public void setEscapingSpecialCharacters(boolean escapingSpecialCharacters)
escapingSpecialCharacters
- the escapingSpecialCharacters to setpublic String getBufferSize()
public void setBufferSize(String bufferSize)
bufferSize
- the bufferSize to setpublic boolean isUseAuthentication()
public void setUseAuthentication(boolean useAuthentication)
useAuthentication
- the useAuthentication to setpublic boolean isUsingVwload()
public void setUsingVwload(boolean usingVwload)
public boolean isTruncatingTable()
public void setTruncatingTable(boolean truncatingTable)
public String getMaxNrErrors()
public void setMaxNrErrors(String maxNrErrors)
public String getSchemaName()
ProvidesDatabaseConnectionInformation
getSchemaName
in interface ProvidesDatabaseConnectionInformation
public String getMissingDatabaseConnectionInformationMessage()
ProvidesDatabaseConnectionInformation
null
a default message will be displayed for missing information.
getMissingDatabaseConnectionInformationMessage
in interface ProvidesDatabaseConnectionInformation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |