public interface SQLService
| Modifier and Type | Method and Description |
|---|---|
SQLEnvironment |
createEnvironment(Connection connection)
Creates a new SQL environment.
|
SQLEnvironment |
createEnvironment(DataSource dataSource)
Creates a new SQL environment.
|
SQLEnvironment |
createEnvironment(String dataSourceName)
Creates a new SQL environment.
|
SQLEnvironment |
createEnvironmentBySchema(String schemName)
Creates a new SQL environment.
|
SQLEnvironment createEnvironment(DataSource dataSource) throws SQLException
dataSource - The datasource for the new environment.SQLException - If any SQL error occurs.SQLEnvironment createEnvironment(Connection connection) throws SQLException
connection - The JDBC connection to use.SQLException - If any SQL error occurs.SQLEnvironment createEnvironment(String dataSourceName) throws SQLException
dataSourceName - The name of the datasource.SQLException - If any SQL error occurs.SQLEnvironment createEnvironmentBySchema(String schemName) throws SQLException
schemName - The name of the schema.SQLException - If any SQL error occurs.Copyright © 2015–2018 Bridje Framework. All rights reserved.