public class OracleDbmsBean extends AbstractDbmsBean
| Constructor and Description |
|---|
OracleDbmsBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConcat(String... values) |
String |
getQuery(com.atlassian.bamboo.utils.db.SqlQueryProvider sqlQueryProvider) |
boolean |
isOracle() |
PreparedStatement |
prepareStatement(Connection connection,
com.atlassian.bamboo.utils.db.PreparedStatementProvider preparedStatementProvider) |
void |
resizeVarcharColumn(Statement statement,
String tableName,
String columnName,
int newSize,
boolean isNullable,
String defaultValue) |
dropColumn, dropColumn, dropConstraints, dropIndex, isColumnPresent, isColumnPresent, isHsqldb, isMsSqlServer, isMySql, isPostgreSql, isTablePresent, isTablePresent@NotNull public String getQuery(@NotNull com.atlassian.bamboo.utils.db.SqlQueryProvider sqlQueryProvider)
@NotNull public PreparedStatement prepareStatement(@NotNull Connection connection, @NotNull com.atlassian.bamboo.utils.db.PreparedStatementProvider preparedStatementProvider) throws SQLException
SQLExceptionpublic void resizeVarcharColumn(@NotNull
Statement statement,
String tableName,
String columnName,
int newSize,
boolean isNullable,
@Nullable
String defaultValue)
throws SQLException
SQLExceptionpublic boolean isOracle()
isOracle in interface com.atlassian.bamboo.utils.db.DbmsBeanisOracle in class AbstractDbmsBeanCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.