|
||||||||||
| 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.file.FileSourceDefinition
com.hardcode.gdbms.engine.data.file.spatial.SpatialFileSourceDefinition
public class SpatialFileSourceDefinition
| Field Summary |
|---|
| Fields inherited from class com.hardcode.gdbms.engine.data.file.FileSourceDefinition |
|---|
driverName, file |
| Constructor Summary | |
|---|---|
SpatialFileSourceDefinition(java.lang.String name,
java.lang.String driverName,
java.lang.String fileName)
|
|
| 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.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 SpatialFileSourceDefinition(java.lang.String name,
java.lang.String driverName,
java.lang.String fileName)
| Method Detail |
|---|
public DataSource createDataSource(java.lang.String tableName,
java.lang.String tableAlias)
throws DataSourceCreationException
DataSourceDefinition
createDataSource in interface DataSourceDefinitioncreateDataSource in class FileSourceDefinitiontableName - 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 | |||||||||