public class MonetDBBulkLoaderData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| 限定符和类型 | 字段和说明 |
|---|---|
int |
bufferIndex |
int |
bufferSize |
org.pentaho.di.core.database.Database |
db |
org.pentaho.di.core.util.StreamLogger |
errorLogger |
nl.cwi.monetdb.mcl.io.BufferedMCLReader |
in |
int[] |
keynrs |
org.pentaho.di.core.row.ValueMetaInterface |
monetDateMeta |
org.pentaho.di.core.row.ValueMetaInterface |
monetNumberMeta |
org.pentaho.di.core.row.ValueMetaInterface |
monetTimeMeta |
org.pentaho.di.core.row.ValueMetaInterface |
monetTimestampMeta |
nl.cwi.monetdb.mcl.net.MapiSocket |
mserver |
String |
newline |
String |
nullrepresentation |
nl.cwi.monetdb.mcl.io.BufferedMCLWriter |
out |
org.pentaho.di.core.util.StreamLogger |
outputLogger |
String |
quote |
String[] |
rowBuffer |
String |
schemaTable |
String |
separator |
| 构造器和说明 |
|---|
MonetDBBulkLoaderData()
Default constructor.
|
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusclone, equals, finalize, 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 org.pentaho.di.core.util.StreamLogger outputLogger
public nl.cwi.monetdb.mcl.net.MapiSocket mserver
public nl.cwi.monetdb.mcl.io.BufferedMCLReader in
public nl.cwi.monetdb.mcl.io.BufferedMCLWriter out
public String quote
public String separator
public String nullrepresentation
public String newline
public org.pentaho.di.core.row.ValueMetaInterface monetDateMeta
public org.pentaho.di.core.row.ValueMetaInterface monetNumberMeta
public org.pentaho.di.core.row.ValueMetaInterface monetTimestampMeta
public org.pentaho.di.core.row.ValueMetaInterface monetTimeMeta
public int bufferSize
public String[] rowBuffer
public int bufferIndex
public String schemaTable
Copyright © 2024 Hitachi Vantara. All rights reserved.