Uses of Class
com.atlassian.bamboo.utils.db.DbmsBean.ColumnDefinition
-
Packages that use DbmsBean.ColumnDefinition Package Description com.atlassian.bamboo.upgrade.tasks com.atlassian.bamboo.utils.db -
-
Uses of DbmsBean.ColumnDefinition in com.atlassian.bamboo.upgrade.tasks
Fields in com.atlassian.bamboo.upgrade.tasks with type parameters of type DbmsBean.ColumnDefinition Modifier and Type Field Description static Predicate<DbmsBean.ColumnDefinition>
AbstractMSSQLConvertColumnUpgradeTask. IS_NUMERIC_19_COLUMN
Methods in com.atlassian.bamboo.upgrade.tasks that return types with arguments of type DbmsBean.ColumnDefinition Modifier and Type Method Description protected abstract Predicate<DbmsBean.ColumnDefinition>
AbstractMSSQLConvertColumnUpgradeTask. getConversionConditionPredicate()
Method parameters in com.atlassian.bamboo.upgrade.tasks with type arguments of type DbmsBean.ColumnDefinition Modifier and Type Method Description void
AbstractMSSQLConvertColumnUpgradeTask. convertTables(Connection c, Collection<String> tables, Predicate<DbmsBean.ColumnDefinition> predicate, int newType, AtomicInteger successCounter, AtomicInteger failureCounter)
-
Uses of DbmsBean.ColumnDefinition in com.atlassian.bamboo.utils.db
Methods in com.atlassian.bamboo.utils.db that return DbmsBean.ColumnDefinition Modifier and Type Method Description protected @Nullable DbmsBean.ColumnDefinition
AbstractDbmsBean. getColumnDefinition(Connection connection, String tableName, @Nullable String columnName)
protected DbmsBean.ColumnDefinition
AbstractDbmsBean. newColumnDefinition(String columnName, int dataType, String dataTypeName, OptionalInt columnSize, Optional<Boolean> isNullable)
protected DbmsBean.ColumnDefinition
MsSqlDbmsBean. newColumnDefinition(String columnName, int dataType, String dataTypeName, OptionalInt columnSize, Optional<Boolean> isNullable)
protected DbmsBean.ColumnDefinition
MySqlDbmsBean. newColumnDefinition(String columnName, int dataType, String dataTypeName, OptionalInt columnSize, Optional<Boolean> isNullable)
Methods in com.atlassian.bamboo.utils.db that return types with arguments of type DbmsBean.ColumnDefinition Modifier and Type Method Description List<DbmsBean.ColumnDefinition>
AbstractDbmsBean. getColumns(Connection c, @NotNull String table, @Nullable String column)
List<DbmsBean.ColumnDefinition>
DbmsBean. getColumns(Connection c, @NotNull String table, @Nullable String column)
List<DbmsBean.ColumnDefinition>
PostgreSqlDbmsBean. getColumns(Connection c, @NotNull String table, @Nullable String column)
-