Uses of Class
com.esri.sde.sdk.client.SeTable

Packages that use SeTable
org.geotools.arcsde.data DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. 
org.geotools.arcsde.session   
 

Uses of SeTable in org.geotools.arcsde.data
 

Methods in org.geotools.arcsde.data with parameters of type SeTable
static FIDReader FIDReader.getFidReader(ISession session, SeTable table, SeLayer layer, SeRegistration reg)
          Returns a FID strategy appropriate for the given SeLayer
 

Uses of SeTable in org.geotools.arcsde.session
 

Methods in org.geotools.arcsde.session that return SeTable
 SeTable ISession.createSeTable(java.lang.String qualifiedName)
          Creates an SeTable named qualifiedName; the layer does not need to exist on the server.
 SeTable SessionWrapper.createSeTable(java.lang.String qualifiedName)
           
 SeTable Commands.CreateSeTableCommand.execute(ISession session, SeConnection connection)
           
 SeTable ISession.getTable(java.lang.String tableName)
           
 SeTable SessionWrapper.getTable(java.lang.String tableName)
           
 

Methods in org.geotools.arcsde.session with parameters of type SeTable
 SeColumnDefinition[] ISession.describe(SeTable table)
           
 SeColumnDefinition[] SessionWrapper.describe(SeTable table)
           
 

Constructors in org.geotools.arcsde.session with parameters of type SeTable
Commands.DescribeTableCommand(SeTable table)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.