|
||||||||||
| 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.object.ObjectSourceDefinition
public class ObjectSourceDefinition
DOCUMENT ME!
| 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 |
|---|
public AlphanumericObjectDriver driver
| Constructor Detail |
|---|
public ObjectSourceDefinition(java.lang.String name,
AlphanumericObjectDriver driver)
| Method Detail |
|---|
public DataSource createDataSource(java.lang.String tableName,
java.lang.String tableAlias)
throws DataSourceCreationException
DataSourceDefinition
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 | |||||||||