Interface LocalDataSource
- All Superinterfaces:
DataSource
A local H2 data source.
-
Method Summary
Methods inherited from interface se.conciliate.extensions.datasources.DataSource
close, getRestService, getService, getVersion, open
-
Method Details
-
getDirectory
File getDirectory() -
move
- Throws:
IOException
-
getName
String getName() -
create
void create(String name, String configXML, File defaultColorProfile, UserIdentity user) throws Exception - Throws:
Exception
-
isOpen
boolean isOpen() -
isUpdated
boolean isUpdated() -
update
-
createConnection
- Throws:
SQLException
-