com.esri.sde.sdk.client
Class SeUpdate

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

public class SeUpdate
extends SeStreamOp


Constructor Summary
SeUpdate(SeConnection c)
           
 
Method Summary
 SeRow getRowToSet()
           
 void setWriteMode(boolean b)
           
 SeRow singleRow(SeObjectId seObjectId, java.lang.String typeName, java.lang.String[] rowColumnNames)
           
 void toTable(java.lang.String s, java.lang.String[] y, java.lang.String x)
           
 
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

SeUpdate

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

toTable

public void toTable(java.lang.String s,
                    java.lang.String[] y,
                    java.lang.String x)

setWriteMode

public void setWriteMode(boolean b)

getRowToSet

public SeRow getRowToSet()

singleRow

public SeRow singleRow(SeObjectId seObjectId,
                       java.lang.String typeName,
                       java.lang.String[] rowColumnNames)
                throws SeException
Throws:
SeException


Copyright © 1996-2010 Geotools. All Rights Reserved.