Uses of Class
com.atlassian.bamboo.utils.db.DbmsBean.ConstraintDefinition
-
Packages that use DbmsBean.ConstraintDefinition Package Description com.atlassian.bamboo.utils.db -
-
Uses of DbmsBean.ConstraintDefinition in com.atlassian.bamboo.utils.db
Methods in com.atlassian.bamboo.utils.db that return types with arguments of type DbmsBean.ConstraintDefinition Modifier and Type Method Description protected 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)
-