|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hardcode.gdbms.engine.data.AbstractDataSourceDefinition
com.hardcode.gdbms.engine.data.db.DBTableSourceDefinition
com.hardcode.gdbms.engine.data.db.SpatialDBTableSourceDefinition
public class SpatialDBTableSourceDefinition
Field Summary |
---|
Fields inherited from class com.hardcode.gdbms.engine.data.db.DBTableSourceDefinition |
---|
def, driverName |
Constructor Summary | |
---|---|
SpatialDBTableSourceDefinition(java.lang.String name,
DBSpatialSource def,
java.lang.String driverName2)
Creates a new SpatialDBTableSourceDefinition |
Method Summary | |
---|---|
DataSource |
createDataSource(java.lang.String tableName,
java.lang.String tableAlias)
Creates a DataSource with the information of this object |
Methods inherited from class com.hardcode.gdbms.engine.data.db.DBTableSourceDefinition |
---|
getSourceDefinition |
Methods inherited from class com.hardcode.gdbms.engine.data.AbstractDataSourceDefinition |
---|
freeResources, getDataSourceFactory, getName, setDataSourceFactory, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpatialDBTableSourceDefinition(java.lang.String name, DBSpatialSource def, java.lang.String driverName2)
name
- Name of the data source in this systemhost2
- host where the dbms isport2
- port where the dbms is listening atuser2
- user to connectpassword2
- password to connectdbName2
- name of the databasetableName2
- Name of the table or view where the data is storeddriverName2
- Name of the driver used to access the datageometryFieldName
- Field where the spatial data is storedMethod Detail |
---|
public DataSource createDataSource(java.lang.String tableName, java.lang.String tableAlias) throws DataSourceCreationException
DataSourceDefinition
createDataSource
in interface DataSourceDefinition
createDataSource
in class DBTableSourceDefinition
tableName
- name of the DataSourcetableAlias
- alias of the DataSource
DataSourceCreationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |