Methods in com.esri.sde.sdk.client that throw SeException |
void |
SeRasterBand.alter()
|
void |
SeDelete.byId(java.lang.String s,
SeObjectId d)
|
void |
SeVersion.changeState(SeObjectId newStateId)
|
void |
SeConnection.close()
|
void |
SeStreamOp.close()
|
void |
SeState.close()
|
void |
SeConnection.commitTransaction()
|
void |
SeVersion.create(boolean uniqueName,
SeVersion newVersion)
|
void |
SeState.create(SeObjectId parentId)
|
void |
SeTable.delete()
|
void |
SeVersion.delete()
|
void |
SeState.delete()
|
void |
SeLayer.delete()
|
SeColumnDefinition[] |
SeTable.describe()
|
void |
SeStreamOp.execute()
|
SeRow |
SeQuery.fetch()
|
void |
SeState.freeLock()
|
void |
SeShape.generateLine(int i,
int j,
int[] k,
SDEPoint[] p)
|
void |
SeShape.generatePoint(int i,
SDEPoint[] p)
|
void |
SeShape.generatePolygon(int i,
int j,
int[] k,
SDEPoint[] p)
|
void |
SeShape.generateRectangle(SeExtent x)
|
SeRasterBand |
SeRasterAttr.getBandInfo(int i)
|
SeRasterBand[] |
SeRasterAttr.getBands()
|
java.io.ByteArrayInputStream |
SeRow.getBlob(int i)
|
java.awt.image.DataBuffer |
SeRasterBand.getColorMapData()
|
int |
SeRasterBand.getColorMapDataType()
|
int |
SeRasterBand.getColorMapNumBanks()
|
int |
SeRasterBand.getColorMapNumEntries()
|
int |
SeRasterBand.getColorMapType()
|
SeColumnDefinition |
SeRow.getColumnDef(int i)
|
SeSqlConstruct |
SeQueryInfo.getConstruct()
|
java.lang.String |
SeConnection.getDatabaseName()
|
SeDBMSInfo |
SeConnection.getDBMSInfo()
|
SeExtent |
SeRasterAttr.getExtent()
|
SeExtent |
SeRasterAttr.getExtentByLevel(int i)
|
SDEPoint |
SeRasterAttr.getExtentOffsetByLevel(int level)
|
SeObjectId |
SeShape.getFeatureId()
|
java.lang.Object |
SeRow.getGeometry(GeometryFactory seGeomFac,
int i)
|
SeObjectId |
SeRasterColumn.getID()
|
SeTable.SeTableIdRange |
SeTable.getIds(int i)
|
int |
SeRasterAttr.getImageHeight()
|
int |
SeRasterAttr.getImageWidth()
|
void |
SeVersion.getInfo()
|
void |
SeRegistration.getInfo()
|
void |
SeRaster.getInfoById(SeObjectId rasterId)
|
java.lang.Integer |
SeRow.getInteger(int i)
|
java.util.Vector |
SeConnection.getLayers()
|
java.lang.Object |
SeRow.getObject(int i)
|
int |
SeTable.getPermissions()
|
int |
SeRasterAttr.getPixelType()
|
java.lang.String |
SeLayer.getQualifiedName()
|
java.util.Vector |
SeConnection.getRasterColumns()
|
SeObjectId |
SeRasterAttr.getRasterId()
|
SeRaster |
SeRasterAttr.getRasterInfo()
|
SeRasterTile |
SeRow.getRasterTile()
|
int |
SeRegistration.getRowIdColumnType()
|
java.lang.String |
SeConnection.getSdeDbaName()
|
java.lang.String |
SeLayer.getShapeAttributeName(int i)
|
double |
SeRasterBand.getStatsMax()
|
double |
SeRasterBand.getStatsMin()
|
java.lang.String |
SeRow.getString(int i)
|
java.util.Vector |
SeConnection.getTables(int se_select_privilege)
|
SDEPoint |
SeRasterBand.getTileOrigin()
|
java.lang.String |
SeConnection.getUser()
|
SeVersion[] |
SeConnection.getVersionList(java.lang.String where)
|
SeExtent |
SeCoordinateReference.getXYEnvelope()
|
void |
SeState.lock()
|
void |
SeState.merge(SeObjectId id,
SeObjectId id2)
|
void |
SeState.open()
|
void |
SeQuery.prepareQuery()
|
void |
SeQuery.prepareQueryInfo(SeQueryInfo i)
|
void |
SeQuery.queryRasterTile(SeRasterConstraint c)
|
void |
SeRow.reset()
|
void |
SeConnection.rollbackTransaction()
|
void |
SeRasterConstraint.setBands(int[] bands)
|
void |
SeRasterAttr.setColorMap(int colorMapType,
java.awt.image.DataBufferByte dataBuffer)
|
void |
SeConnection.setConcurrency(int i)
|
void |
SeQueryInfo.setConstruct(SeSqlConstruct s)
|
void |
SeRasterConstraint.setEnvelope(int i,
int j,
int k,
int l)
|
void |
SeRasterConstraint.setInterleave(int i)
|
void |
SeRasterConstraint.setLevel(int i)
|
void |
SeVersion.setOwner(java.lang.String o)
|
void |
SeRasterAttr.setPyramidInfo(int maxLevel,
boolean skipLevelOne,
int interpolation)
|
void |
SeQuery.setSpatialConstraints(short i,
boolean b,
SeFilter[] f)
|
void |
SeStreamOp.setState(SeObjectId id,
SeObjectId differencesId,
int diffType)
|
int |
SeConnection.setTransactionAutoCommit(int i)
|
SeRow |
SeUpdate.singleRow(SeObjectId seObjectId,
java.lang.String typeName,
java.lang.String[] rowColumnNames)
|
void |
SeConnection.startTransaction()
|
void |
SeConnection.testServer(long testServerRoundtripIntervalSeconds)
|
void |
SeState.trimTree(SeObjectId from,
SeObjectId to)
|
void |
SeTable.truncate()
|
Constructors in com.esri.sde.sdk.client that throw SeException |
SeColumnDefinition(java.lang.String s,
int i,
int j,
int k,
boolean b)
|
SeConnection(java.lang.String a,
int i,
java.lang.String b,
java.lang.String c,
java.lang.String d)
|
SeConnection(java.lang.String a,
java.lang.String i,
java.lang.String b,
java.lang.String c,
java.lang.String d)
|
SeDelete(SeConnection c)
|
SeInsert(SeConnection c)
|
SeInstance(java.lang.String s,
int i)
|
SeLayer(SeConnection c,
java.lang.String s,
java.lang.String y)
|
SeQuery(SeConnection c)
|
SeQuery(SeConnection c,
java.lang.String[] s,
SeSqlConstruct y)
|
SeRasterColumn(SeConnection conn)
|
SeRasterColumn(SeConnection conn,
SeObjectId id)
|
SeRegistration(SeConnection c,
java.lang.String s)
|
SeShape(SeCoordinateReference s)
|
SeState(SeConnection conn)
|
SeState(SeConnection conn,
SeObjectId stateId)
|
SeTable(SeConnection s,
java.lang.String y)
|
SeUpdate(SeConnection c)
|
SeVersion(SeConnection conn,
java.lang.String versionName)
|
Methods in org.geotools.arcsde.session that throw SeException |
SeState |
Commands.CreateVersionStateCommand.execute(ISession session,
SeConnection connection)
|
SeQuery |
Commands.CreateAndExecuteQueryCommand.execute(ISession session,
SeConnection connection)
|
SeState |
Commands.CreateSeStateCommand.execute(ISession session,
SeConnection connection)
|
java.lang.Void |
Commands.CloseStreamCommand.execute(ISession session,
SeConnection connection)
|
java.lang.Void |
Commands.CloseStateCommand.execute(ISession session,
SeConnection connection)
|
SeColumnDefinition[] |
Commands.DescribeTableCommand.execute(ISession session,
SeConnection connection)
|
SeTable |
Commands.CreateSeTableCommand.execute(ISession session,
SeConnection connection)
|
SeVersion |
Commands.GetVersionCommand.execute(ISession session,
SeConnection connection)
|
SeRegistration |
Commands.CreateSeRegistrationCommand.execute(ISession session,
SeConnection connection)
|
abstract R |
Command.execute(ISession session,
SeConnection connection)
Executed to operate on an SeConnection, a Command is scheduled for execution on a Session. |