com.hardcode.gdbms.engine.data.object.spatial
Class SpatialObjectSourceDefinition

java.lang.Object
  extended by com.hardcode.gdbms.engine.data.AbstractDataSourceDefinition
      extended by com.hardcode.gdbms.engine.data.object.spatial.SpatialObjectSourceDefinition
All Implemented Interfaces:
DataSourceDefinition

public class SpatialObjectSourceDefinition
extends AbstractDataSourceDefinition


Constructor Summary
SpatialObjectSourceDefinition(java.lang.String name, SpatialObjectDriver driver)
           
 
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

SpatialObjectSourceDefinition

public SpatialObjectSourceDefinition(java.lang.String name,
                                     SpatialObjectDriver driver)
Method Detail

createDataSource

public DataSource createDataSource(java.lang.String tableName,
                                   java.lang.String tableAlias)
                            throws DataSourceCreationException
Description copied from interface: DataSourceDefinition
Creates a DataSource with the information of this object

Parameters:
tableName - name of the DataSource
tableAlias - alias of the DataSource
Returns:
DataSource
Throws:
DataSourceCreationException


Copyright © 2005-2006 . All Rights Reserved.