public interface SQLService
| Modifier and Type | Method and Description |
|---|---|
SQLEnvironment |
createEnvironment(Connection connection) |
SQLEnvironment |
createEnvironment(DataSource dataSource) |
SQLEnvironment |
createEnvironment(String dataSourceName) |
SQLEnvironment createEnvironment(DataSource dataSource) throws SQLException
dataSource - SQLExceptionSQLEnvironment createEnvironment(Connection connection) throws SQLException
connection - SQLExceptionSQLEnvironment createEnvironment(String dataSourceName) throws SQLException
dataSourceName - SQLExceptionCopyright © 2015–2017 Bridje Framework. All rights reserved.