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

Packages that use SeQueryInfo
com.esri.sde.sdk.client   
org.geotools.arcsde.data DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. 
org.geotools.arcsde.data.view   
 

Uses of SeQueryInfo in com.esri.sde.sdk.client
 

Methods in com.esri.sde.sdk.client with parameters of type SeQueryInfo
 SeExtent SeQuery.calculateLayerExtent(SeQueryInfo i)
           
 SeTable.SeTableStats SeQuery.calculateTableStatistics(java.lang.String s, int i, SeQueryInfo q, int j)
           
 void SeQuery.prepareQueryInfo(SeQueryInfo i)
           
 

Uses of SeQueryInfo in org.geotools.arcsde.data
 

Methods in org.geotools.arcsde.data with parameters of type SeQueryInfo
static org.geotools.arcsde.data.FeatureTypeInfo ArcSDEAdapter.createInprocessViewSchema(ISession session, java.lang.String typeName, java.lang.String namespace, net.sf.jsqlparser.statement.select.PlainSelect qualifiedSelect, SeQueryInfo queryInfo)
          Creates a schema for the "SQL SELECT" like view definition
 

Uses of SeQueryInfo in org.geotools.arcsde.data.view
 

Methods in org.geotools.arcsde.data.view that return SeQueryInfo
static SeQueryInfo QueryInfoParser.parse(ISession session, net.sf.jsqlparser.statement.select.PlainSelect select)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.