Uses of Class
com.atlassian.bamboo.utils.db.DbmsBean.ConstraintDefinition
-
Uses of DbmsBean.ConstraintDefinition in com.atlassian.bamboo.utils.db
Modifier and TypeMethodDescriptionprotected List<DbmsBean.ConstraintDefinition>
AbstractDbmsBean.getConstraintDefinitions
(Connection connection, String query, @Nullable String column, @Nullable Function<String, String> nullableNameProcessor) Finds all constraints affecting given column.@NotNull Collection<DbmsBean.ConstraintDefinition>
DbmsBean.getConstraints
(Connection connection, @NotNull String table, @Nullable String column) Fetch information about constraints@NotNull Collection<DbmsBean.ConstraintDefinition>
H2DbmsBean.getConstraints
(Connection connection, String table, @Nullable String column) @NotNull Collection<DbmsBean.ConstraintDefinition>
MsSqlDbmsBean.getConstraints
(Connection connection, @NotNull String table, @Nullable String column) @NotNull Collection<DbmsBean.ConstraintDefinition>
MySqlDbmsBean.getConstraints
(Connection connection, @NotNull String table, @Nullable String column) @NotNull Collection<DbmsBean.ConstraintDefinition>
OracleDbmsBean.getConstraints
(Connection connection, @NotNull String table, @Nullable String column) @NotNull Collection<DbmsBean.ConstraintDefinition>
PostgreSqlDbmsBean.getConstraints
(Connection connection, @NotNull String table, @Nullable String column)