public abstract class AbstractPreparedStatementProvider extends Object implements com.atlassian.bamboo.utils.db.PreparedStatementProvider
| Constructor and Description |
|---|
AbstractPreparedStatementProvider() |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
prepareHsqlStatement(Connection connection) |
PreparedStatement |
prepareMsSqlStatement(Connection connection) |
PreparedStatement |
prepareMySqlStatement(Connection connection) |
PreparedStatement |
prepareOracleStatement(Connection connection) |
PreparedStatement |
preparePostgreSqlStatement(Connection connection) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprepareDefaultStatement@NotNull public PreparedStatement prepareHsqlStatement(@NotNull Connection connection) throws SQLException
prepareHsqlStatement in interface com.atlassian.bamboo.utils.db.PreparedStatementProviderSQLException@NotNull public PreparedStatement prepareMsSqlStatement(@NotNull Connection connection) throws SQLException
prepareMsSqlStatement in interface com.atlassian.bamboo.utils.db.PreparedStatementProviderSQLException@NotNull public PreparedStatement prepareMySqlStatement(@NotNull Connection connection) throws SQLException
prepareMySqlStatement in interface com.atlassian.bamboo.utils.db.PreparedStatementProviderSQLException@NotNull public PreparedStatement prepareOracleStatement(@NotNull Connection connection) throws SQLException
prepareOracleStatement in interface com.atlassian.bamboo.utils.db.PreparedStatementProviderSQLException@NotNull public PreparedStatement preparePostgreSqlStatement(@NotNull Connection connection) throws SQLException
preparePostgreSqlStatement in interface com.atlassian.bamboo.utils.db.PreparedStatementProviderSQLExceptionCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.