|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hardcode.gdbms.engine.data.AbstractDataSourceCreation
com.hardcode.gdbms.engine.data.db.DBSourceCreation
public class DBSourceCreation
| Constructor Summary | |
|---|---|
DBSourceCreation(java.lang.String driverName,
DBSource source,
DriverMetadata dmd)
Builds a new DBSourceCreation |
|
| Method Summary | |
|---|---|
void |
create()
Creates the source |
| Methods inherited from class com.hardcode.gdbms.engine.data.AbstractDataSourceCreation |
|---|
getDataSourceFactory, setDataSourceFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.hardcode.gdbms.engine.data.DataSourceCreation |
|---|
setDataSourceFactory |
| Constructor Detail |
|---|
public DBSourceCreation(java.lang.String driverName,
DBSource source,
DriverMetadata dmd)
driverName - Name of the driver to be used to create the sourcesource - information about the table to be createddmd - Information about the schema of the new source. If the driver is
a spatial one, this parameter must be a SpatialDriverMetadata implementation| Method Detail |
|---|
public void create()
throws DriverException
DataSourceCreation
create in interface DataSourceCreationDriverException - if the source creation fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||