public interface PreparedStatementProvider
PreparedStatement
for a gived DB engine.DbmsBean
Modifier and Type | Method and Description |
---|---|
PreparedStatement |
prepareDefaultStatement(Connection connection) |
PreparedStatement |
prepareHsqlStatement(Connection connection) |
PreparedStatement |
prepareMsSqlStatement(Connection connection) |
PreparedStatement |
prepareMySqlStatement(Connection connection) |
PreparedStatement |
prepareOracleStatement(Connection connection) |
PreparedStatement |
preparePostgreSqlStatement(Connection connection) |
@NotNull PreparedStatement prepareDefaultStatement(@NotNull Connection connection) throws SQLException
SQLException
@NotNull PreparedStatement prepareHsqlStatement(@NotNull Connection connection) throws SQLException
SQLException
@NotNull PreparedStatement prepareMsSqlStatement(@NotNull Connection connection) throws SQLException
SQLException
@NotNull PreparedStatement prepareMySqlStatement(@NotNull Connection connection) throws SQLException
SQLException
@NotNull PreparedStatement prepareOracleStatement(@NotNull Connection connection) throws SQLException
SQLException
@NotNull PreparedStatement preparePostgreSqlStatement(@NotNull Connection connection) throws SQLException
SQLException
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.