Package net.officefloor.jdbc.test
Interface DatabaseTestUtil.DataSourceCreator
- Enclosing class:
- DatabaseTestUtil
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Creates the
DataSource.-
Method Summary
-
Method Details
-
create
Creates theDataSource.- Parameters:
context-DatabaseTestUtil.DataSourceCreatorContext.- Returns:
DataSource.- Throws:
Exception- If fails to createDataSource.
-