com.esri.sde.sdk.client
Class SeQuery
java.lang.Object
com.esri.sde.sdk.client.SeStreamOp
com.esri.sde.sdk.client.SeQuery
public class SeQuery
- extends SeStreamOp
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SE_SPATIAL_FIRST
public static short SE_SPATIAL_FIRST
SE_OPTIMIZE
public static short SE_OPTIMIZE
SeQuery
public SeQuery(SeConnection c)
throws SeException
- Throws:
SeException
SeQuery
public SeQuery(SeConnection c,
java.lang.String[] s,
SeSqlConstruct y)
throws SeException
- Throws:
SeException
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.