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

Packages that use SeQuery
org.geotools.arcsde.session   
 

Uses of SeQuery in org.geotools.arcsde.session
 

Methods in org.geotools.arcsde.session that return SeQuery
 SeQuery ISession.createAndExecuteQuery(java.lang.String[] propertyNames, SeSqlConstruct sql)
           
 SeQuery SessionWrapper.createAndExecuteQuery(java.lang.String[] propertyNames, SeSqlConstruct sql)
           
 SeQuery Commands.CreateAndExecuteQueryCommand.execute(ISession session, SeConnection connection)
           
 

Methods in org.geotools.arcsde.session with parameters of type SeQuery
 SdeRow ISession.fetch(SeQuery query)
          Issues a command that fetches a row from an already executed SeQuery and returns the SdeRow object with its contents.
 SdeRow SessionWrapper.fetch(SeQuery query)
           
 SdeRow ISession.fetch(SeQuery seQuery, SdeRow currentRow)
           
 SdeRow SessionWrapper.fetch(SeQuery query, SdeRow currentRow)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.