|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.datasources.SimpleDataSource
gistoolkit.datasources.SimpleDBDataSource
Contains many convenience methods for building a data source based on a database.
Field Summary |
Fields inherited from class gistoolkit.datasources.SimpleDataSource |
myTypes |
Constructor Summary | |
SimpleDBDataSource()
Creates new SimpleDBDataSource |
Method Summary | |
Filter |
getFilter()
Retrieve the filter from the data source. |
java.lang.String |
getFilterSQL()
Returns the SQL for the filters. |
SQLConverter |
getSQLConverter()
Returns the converter for this Database. |
void |
setFilter(Filter inFilter)
Set the filters into this data source. |
Methods inherited from class gistoolkit.datasources.SimpleDataSource |
addDataSourceListener, clearCache, commit, delete, doCommit, doDelete, doInsert, doRollback, doUpdate, filterDataset, fireCommit, fireDelete, fireInsert, fireRead, fireRollBack, fireUpdate, getCached, getCacheDataset, getCacheEnvelope, getEnvelope, getFromProjection, getName, getNode, getStyle, getToProjection, getValidShapeTypes, insert, isCachedProjected, isUpdateable, projectBackward, projectForward, queryFromCache, readDataset, readDataset, readEnvelope, readShapes, removeDataSourceListener, rollback, setCache, setCached, setFromProjection, setName, setNode, setProjection, setToProjection, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleDBDataSource()
Method Detail |
public java.lang.String getFilterSQL()
public Filter getFilter()
getFilter
in interface DataSource
getFilter
in class SimpleDataSource
public void setFilter(Filter inFilter)
setFilter
in interface DataSource
setFilter
in class SimpleDataSource
public SQLConverter getSQLConverter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |