public abstract class AbstractPreparedStatementProvider extends Object implements 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, wait
prepareDefaultStatement
@NotNull public PreparedStatement prepareHsqlStatement(@NotNull Connection connection) throws SQLException
prepareHsqlStatement
in interface PreparedStatementProvider
SQLException
@NotNull public PreparedStatement prepareMsSqlStatement(@NotNull Connection connection) throws SQLException
prepareMsSqlStatement
in interface PreparedStatementProvider
SQLException
@NotNull public PreparedStatement prepareMySqlStatement(@NotNull Connection connection) throws SQLException
prepareMySqlStatement
in interface PreparedStatementProvider
SQLException
@NotNull public PreparedStatement prepareOracleStatement(@NotNull Connection connection) throws SQLException
prepareOracleStatement
in interface PreparedStatementProvider
SQLException
@NotNull public PreparedStatement preparePostgreSqlStatement(@NotNull Connection connection) throws SQLException
preparePostgreSqlStatement
in interface PreparedStatementProvider
SQLException
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.