|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.bulk.UpdateStream
public class UpdateStream
This class represents
User: mcheenath Date: Dec 10, 2010
| Method Summary | |
|---|---|
UpdateResultStream |
close()
|
static UpdateStream |
create(StreamHandler handler)
|
void |
start(java.lang.String object,
OperationEnum operation,
ConcurrencyMode concurrencyMode,
java.lang.String[] fieldNames)
|
void |
write(java.lang.String... values)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static UpdateStream create(StreamHandler handler)
throws StreamException
StreamException
public void start(java.lang.String object,
OperationEnum operation,
ConcurrencyMode concurrencyMode,
java.lang.String[] fieldNames)
throws StreamException
StreamException
public UpdateResultStream close()
throws StreamException
StreamException
public void write(java.lang.String... values)
throws StreamException
StreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||