|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.datasources.SimpleDataSource
gistoolkit.datasources.SimpleDBDataSource
proprietary.datasources.arcsde.ArcSDEDataSource
proprietary.datasources.arcsde.UpdateableArcSDEDataSource
Retrieves data from an ArcSDEDataSource.
Field Summary |
Fields inherited from class gistoolkit.datasources.SimpleDataSource |
|
Constructor Summary | |
UpdateableArcSDEDataSource()
Creates new ArcSDEDataSource |
Method Summary | |
void |
commit()
Commit all changes since the last commit. |
void |
doDelete(Record inRecord)
Delete this record from the database. |
void |
doInsert(Record inRecord)
Inserts the given record into the datasource. |
void |
doUpdate(Record inRecord)
Update the data source with the changed record. |
Node |
getNode()
Get the configuration information for this data source |
boolean |
isUpdateable()
Returns true. |
void |
rollback()
Rollback any changes to this datasource since the last commit. |
void |
setNode(Node inNode)
Set the configuration information for this data source |
Methods inherited from class proprietary.datasources.arcsde.ArcSDEDataSource |
connect, getDatabaseName, getMaxX, getMaxY, getMinX, getMinY, getPassword, getPortNumber, getServername, getStyle, getTableName, getUsername, load, main, readEnvelope, readShapes, setDatabaseName, setMaxX, setMaxY, setMinX, setMinY, setPassword, setPortNumber, setServername, setTableName, setUsername |
Methods inherited from class gistoolkit.datasources.SimpleDBDataSource |
getFilter, getFilterSQL, getSQLConverter, setFilter |
Methods inherited from class gistoolkit.datasources.SimpleDataSource |
addDataSourceListener, clearCache, delete, doCommit, doRollback, filterDataset, fireCommit, fireDelete, fireInsert, fireRead, fireRollBack, fireUpdate, getCached, getCacheDataset, getCacheEnvelope, getEnvelope, getFromProjection, getName, getToProjection, getValidShapeTypes, insert, isCachedProjected, projectBackward, projectForward, queryFromCache, readDataset, readDataset, removeDataSourceListener, setCache, setCached, setFromProjection, setName, setProjection, setToProjection, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UpdateableArcSDEDataSource()
Method Detail |
public boolean isUpdateable()
isUpdateable
in interface DataSource
isUpdateable
in class SimpleDataSource
public void doInsert(Record inRecord) throws java.lang.Exception
doInsert
in class SimpleDataSource
inRecord
- Record to insert
java.lang.Exception
public void doUpdate(Record inRecord) throws java.lang.Exception
doUpdate
in class SimpleDataSource
inRecord
- Record to update
java.lang.Exception
public void doDelete(Record inRecord) throws java.lang.Exception
doDelete
in class SimpleDataSource
inRecord
-
java.lang.Exception
public void commit() throws java.lang.Exception
commit
in interface DataSource
commit
in class SimpleDataSource
java.lang.Exception
public void rollback() throws java.lang.Exception
rollback
in interface DataSource
rollback
in class SimpleDataSource
java.lang.Exception
public Node getNode()
getNode
in interface DataSource
getNode
in class ArcSDEDataSource
public void setNode(Node inNode) throws java.lang.Exception
setNode
in interface DataSource
setNode
in class ArcSDEDataSource
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |