com.hardcode.gdbms.engine.data.object
Class ObjectSourceDefinition

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

public class ObjectSourceDefinition
extends AbstractDataSourceDefinition

DOCUMENT ME!

Version:
$Revision: 1.3 $
Author:
$author$

Field Summary
 AlphanumericObjectDriver driver
           
 
Constructor Summary
ObjectSourceDefinition(java.lang.String name, AlphanumericObjectDriver 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
 

Field Detail

driver

public AlphanumericObjectDriver driver
Constructor Detail

ObjectSourceDefinition

public ObjectSourceDefinition(java.lang.String name,
                              AlphanumericObjectDriver 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.