com.hardcode.gdbms.engine.data
Interface DataSourceCreation

All Known Implementing Classes:
AbstractDataSourceCreation, DBSourceCreation, FileSourceCreation

public interface DataSourceCreation


Method Summary
 void create()
          Creates the source
 void setDataSourceFactory(DataSourceFactory dsf)
          Gives to the DataSourceDefinition a reference of the DataSourceFactory where the DataSourceDefinition is registered
 

Method Detail

create

void create()
            throws DriverException
Creates the source

Throws:
DriverException - if the source creation fails

setDataSourceFactory

void setDataSourceFactory(DataSourceFactory dsf)
Gives to the DataSourceDefinition a reference of the DataSourceFactory where the DataSourceDefinition is registered

Parameters:
dsf - Reference to the DataSourceFactory


Copyright © 2005-2006 . All Rights Reserved.