com.esri.sde.sdk.client
Class SeRow

java.lang.Object
  extended by com.esri.sde.sdk.client.SeRow

public class SeRow
extends java.lang.Object


Field Summary
static int SE_IS_ALREADY_FETCHED
           
static int SE_IS_NOT_NULL_VALUE
           
static int SE_IS_NULL_VALUE
           
static int SE_IS_REPEATED_FEATURE
           
 
Constructor Summary
SeRow()
           
 
Method Summary
 java.io.ByteArrayInputStream getBlob(int i)
           
 java.io.ByteArrayInputStream getClob(int i)
           
 SeColumnDefinition getColumnDef(int i)
           
 SeColumnDefinition[] getColumns()
           
 java.lang.Object getGeometry(GeometryFactory seGeomFac, int i)
           
 int getIndicator(int i)
           
 java.lang.Integer getInteger(int i)
           
 java.io.ByteArrayInputStream getNClob(int i)
           
 short getNumColumns()
           
 java.lang.Object getObject(int i)
           
 SeRasterAttr getRaster(int i)
           
 SeRasterTile getRasterTile()
           
 SeShape getShape(int i)
           
 java.lang.String getString(int i)
           
 void reset()
           
 void setClob(int i, java.io.ByteArrayInputStream clobVal)
           
 void setDouble(int i, java.lang.Double d)
           
 void setFloat(int i, java.lang.Float f)
           
 void setInteger(int i, java.lang.Integer b)
           
 void setLong(int index, java.lang.Long value)
           
 void setNClob(int i, java.io.ByteArrayInputStream clobVal)
           
 void setNString(int index, java.lang.String convertedValue)
           
 void setRaster(int i, SeRasterAttr a)
           
 void setShape(int i, SeShape s)
           
 void setShort(int i, java.lang.Short s)
           
 void setString(int i, java.lang.String s)
           
 void setTime(int i, java.util.Calendar c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SE_IS_NULL_VALUE

public static int SE_IS_NULL_VALUE

SE_IS_REPEATED_FEATURE

public static int SE_IS_REPEATED_FEATURE

SE_IS_ALREADY_FETCHED

public static int SE_IS_ALREADY_FETCHED

SE_IS_NOT_NULL_VALUE

public static int SE_IS_NOT_NULL_VALUE
Constructor Detail

SeRow

public SeRow()
Method Detail

reset

public void reset()
           throws SeException
Throws:
SeException

getColumns

public SeColumnDefinition[] getColumns()

getObject

public java.lang.Object getObject(int i)
                           throws SeException
Throws:
SeException

getColumnDef

public SeColumnDefinition getColumnDef(int i)
                                throws SeException
Throws:
SeException

setInteger

public void setInteger(int i,
                       java.lang.Integer b)

setShort

public void setShort(int i,
                     java.lang.Short s)

setFloat

public void setFloat(int i,
                     java.lang.Float f)

setDouble

public void setDouble(int i,
                      java.lang.Double d)

setString

public void setString(int i,
                      java.lang.String s)

setTime

public void setTime(int i,
                    java.util.Calendar c)

setShape

public void setShape(int i,
                     SeShape s)

setRaster

public void setRaster(int i,
                      SeRasterAttr a)

getRaster

public SeRasterAttr getRaster(int i)

getRasterTile

public SeRasterTile getRasterTile()
                           throws SeException
Throws:
SeException

getNumColumns

public short getNumColumns()

getIndicator

public int getIndicator(int i)

getInteger

public java.lang.Integer getInteger(int i)
                             throws SeException
Throws:
SeException

setLong

public void setLong(int index,
                    java.lang.Long value)

getShape

public SeShape getShape(int i)

setNString

public void setNString(int index,
                       java.lang.String convertedValue)

getGeometry

public java.lang.Object getGeometry(GeometryFactory seGeomFac,
                                    int i)
                             throws SeException
Throws:
SeException

getBlob

public java.io.ByteArrayInputStream getBlob(int i)
                                     throws SeException
Throws:
SeException

getString

public java.lang.String getString(int i)
                           throws SeException
Throws:
SeException

getClob

public java.io.ByteArrayInputStream getClob(int i)

setClob

public void setClob(int i,
                    java.io.ByteArrayInputStream clobVal)

getNClob

public java.io.ByteArrayInputStream getNClob(int i)

setNClob

public void setNClob(int i,
                     java.io.ByteArrayInputStream clobVal)


Copyright © 1996-2010 Geotools. All Rights Reserved.