com.esri.sde.sdk.client
Class SeInsert

java.lang.Object
  extended by com.esri.sde.sdk.client.SeStreamOp
      extended by com.esri.sde.sdk.client.SeInsert

public class SeInsert
extends SeStreamOp


Constructor Summary
SeInsert(SeConnection c)
           
 
Method Summary
 SeRow getRowToSet()
           
 void intoTable(java.lang.String s, java.lang.String[] t)
           
 SeObjectId lastInsertedRowId()
           
 void setWriteMode(boolean b)
           
 
Methods inherited from class com.esri.sde.sdk.client.SeStreamOp
close, execute, flushBufferedWrites, setState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeInsert

public SeInsert(SeConnection c)
         throws SeException
Throws:
SeException
Method Detail

intoTable

public void intoTable(java.lang.String s,
                      java.lang.String[] t)

setWriteMode

public void setWriteMode(boolean b)

getRowToSet

public SeRow getRowToSet()

lastInsertedRowId

public SeObjectId lastInsertedRowId()


Copyright © 1996-2010 Geotools. All Rights Reserved.