package com.esri.sde.sdk.client; /** * * * @source $URL$ */ public class SeInsert extends SeStreamOp { public SeInsert(SeConnection c) throws SeException { } public void intoTable(String s, String[] t) { } public void setWriteMode(boolean b) { } public SeRow getRowToSet() { return null; } public SeObjectId lastInsertedRowId() { return null; } }