|
||||||||||
| 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.file.FileSourceCreation
public class FileSourceCreation
| Constructor Summary | |
|---|---|
FileSourceCreation(java.lang.String driverName,
java.lang.String file,
DriverMetadata dmd)
Builds a new FileSourceCreation |
|
| 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 |
| Constructor Detail |
|---|
public FileSourceCreation(java.lang.String driverName,
java.lang.String file,
DriverMetadata dmd)
driverName - Name of the driver to be used to create the sourcefile - Name of the file to createdmd - 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
DriverException - if the source creation fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||