|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.utils.db.AbstractDbmsBean com.atlassian.bamboo.utils.db.PostgreSqlDbmsBean
public class PostgreSqlDbmsBean
Constructor Summary | |
---|---|
PostgreSqlDbmsBean()
|
Method Summary | |
---|---|
java.lang.String |
getQuery(SqlQueryProvider sqlQueryProvider)
Provide a different SQL query depending on SQL engine used. |
boolean |
isPostgreSql()
|
java.sql.PreparedStatement |
prepareStatement(java.sql.Connection connection,
PreparedStatementProvider preparedStatementProvider)
Provide a different PreparedStatement depending on SQL engine used. |
Methods inherited from class com.atlassian.bamboo.utils.db.AbstractDbmsBean |
---|
dropColumn, dropColumn, dropConstraints, dropIndex, isColumnPresent, isColumnPresent, isHsqldb, isMsSqlServer, isMySql, isOracle, isTablePresent, isTablePresent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PostgreSqlDbmsBean()
Method Detail |
---|
@NotNull public java.lang.String getQuery(@NotNull SqlQueryProvider sqlQueryProvider)
DbmsBean
@NotNull public java.sql.PreparedStatement prepareStatement(@NotNull java.sql.Connection connection, @NotNull PreparedStatementProvider preparedStatementProvider) throws java.sql.SQLException
DbmsBean
PreparedStatement
depending on SQL engine used.
java.sql.SQLException
public boolean isPostgreSql()
isPostgreSql
in interface DbmsBean
isPostgreSql
in class AbstractDbmsBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |