com.esri.sde.sdk.client
Class SeQuery

java.lang.Object
  extended by com.esri.sde.sdk.client.SeStreamOp
      extended by com.esri.sde.sdk.client.SeQuery

public class SeQuery
extends SeStreamOp


Field Summary
static short SE_OPTIMIZE
           
static short SE_SPATIAL_FIRST
           
 
Constructor Summary
SeQuery(SeConnection c)
           
SeQuery(SeConnection c, java.lang.String[] s, SeSqlConstruct y)
           
 
Method Summary
 SeExtent calculateLayerExtent(SeQueryInfo i)
           
 SeTable.SeTableStats calculateTableStatistics(java.lang.String s, int i, SeQueryInfo q, int j)
           
 void cancel(boolean b)
           
 SeRow fetch()
           
 void prepareQuery()
           
 void prepareQueryInfo(SeQueryInfo i)
           
 void prepareSql(java.lang.String s)
           
 void queryRasterTile(SeRasterConstraint c)
           
 void setRowLocking(int i)
           
 void setSpatialConstraints(short i, boolean b, SeFilter[] f)
           
 
Methods inherited from class com.esri.sde.sdk.client.SeStreamOp
close, execute, flushBufferedWrites, setState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SE_SPATIAL_FIRST

public static short SE_SPATIAL_FIRST

SE_OPTIMIZE

public static short SE_OPTIMIZE
Constructor Detail

SeQuery

public SeQuery(SeConnection c)
        throws SeException
Throws:
SeException

SeQuery

public SeQuery(SeConnection c,
               java.lang.String[] s,
               SeSqlConstruct y)
        throws SeException
Throws:
SeException
Method Detail

prepareQuery

public void prepareQuery()
                  throws SeException
Throws:
SeException

prepareQueryInfo

public void prepareQueryInfo(SeQueryInfo i)
                      throws SeException
Throws:
SeException

calculateLayerExtent

public SeExtent calculateLayerExtent(SeQueryInfo i)

cancel

public void cancel(boolean b)

setRowLocking

public void setRowLocking(int i)

fetch

public SeRow fetch()
            throws SeException
Throws:
SeException

setSpatialConstraints

public void setSpatialConstraints(short i,
                                  boolean b,
                                  SeFilter[] f)
                           throws SeException
Throws:
SeException

calculateTableStatistics

public SeTable.SeTableStats calculateTableStatistics(java.lang.String s,
                                                     int i,
                                                     SeQueryInfo q,
                                                     int j)

queryRasterTile

public void queryRasterTile(SeRasterConstraint c)
                     throws SeException
Throws:
SeException

prepareSql

public void prepareSql(java.lang.String s)


Copyright © 1996-2010 Geotools. All Rights Reserved.