public class PGBulkLoaderData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description | 
|---|---|
int[] | 
dateFormatChoices  | 
org.pentaho.di.core.row.ValueMetaInterface | 
dateMeta  | 
org.pentaho.di.core.row.ValueMetaInterface | 
dateTimeMeta  | 
org.pentaho.di.core.database.Database | 
db  | 
org.pentaho.di.core.util.StreamLogger | 
errorLogger  | 
int[] | 
keynrs  | 
byte[] | 
newline  | 
org.pentaho.di.core.util.StreamLogger | 
outputLogger  | 
org.postgresql.PGConnection | 
pgdb  | 
OutputStream | 
pgOutputStream  | 
Process | 
psqlProcess  | 
byte[] | 
quote  | 
byte[] | 
separator  | 
| Constructor and Description | 
|---|
PGBulkLoaderData()
Default constructor. 
 | 
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic org.pentaho.di.core.database.Database db
public int[] keynrs
public org.pentaho.di.core.util.StreamLogger errorLogger
public Process psqlProcess
public org.pentaho.di.core.util.StreamLogger outputLogger
public OutputStream pgOutputStream
public byte[] quote
public byte[] separator
public byte[] newline
public org.postgresql.PGConnection pgdb
public int[] dateFormatChoices
public org.pentaho.di.core.row.ValueMetaInterface dateMeta
public org.pentaho.di.core.row.ValueMetaInterface dateTimeMeta