Uses of Class
org.pentaho.di.trans.steps.terafast.FastloadControlBuilder
-
Packages that use FastloadControlBuilder Package Description org.pentaho.di.trans.steps.terafast -
-
Uses of FastloadControlBuilder in org.pentaho.di.trans.steps.terafast
Methods in org.pentaho.di.trans.steps.terafast that return FastloadControlBuilder Modifier and Type Method Description FastloadControlBuilder
FastloadControlBuilder. beginLoading(String schemaName, String table)
Issue begin loading with default error tables.FastloadControlBuilder
FastloadControlBuilder. define(org.pentaho.di.core.row.RowMetaInterface targetTableFields, StringListPluginProperty tableFieldList, String dataFile)
FastloadControlBuilder
FastloadControlBuilder. endLoading()
FastloadControlBuilder
FastloadControlBuilder. insert(org.pentaho.di.core.row.RowMetaInterface targetTableFields, StringListPluginProperty tableFieldList, String tableName)
FastloadControlBuilder
FastloadControlBuilder. line(String line)
Append line, nothing if line is blank.FastloadControlBuilder
FastloadControlBuilder. logoff()
Append log off.FastloadControlBuilder
FastloadControlBuilder. logon(String connectionString)
Append log on.FastloadControlBuilder
FastloadControlBuilder. logon(String dbhost, String user, String password)
Append log on.FastloadControlBuilder
FastloadControlBuilder. newline()
Append new line.FastloadControlBuilder
FastloadControlBuilder. setErrorLimit(int errorLimit)
FastloadControlBuilder
FastloadControlBuilder. setRecordFormat(String format)
FastloadControlBuilder
FastloadControlBuilder. setSessions(int sessions)
FastloadControlBuilder
FastloadControlBuilder. show()
show field definition.
-