Uses of Class
com.atlassian.bamboo.utils.db.DbmsBean.ColumnDefinition
Packages that use DbmsBean.ColumnDefinition
-
Uses of DbmsBean.ColumnDefinition in com.atlassian.bamboo.upgrade.tasks
Fields in com.atlassian.bamboo.upgrade.tasks with type parameters of type DbmsBean.ColumnDefinitionModifier and TypeFieldDescriptionstatic final Predicate<DbmsBean.ColumnDefinition>
AbstractMSSQLConvertColumnUpgradeTask.IS_NUMERIC_19_COLUMN
Methods in com.atlassian.bamboo.upgrade.tasks that return types with arguments of type DbmsBean.ColumnDefinitionModifier and TypeMethodDescriptionprotected abstract Predicate<DbmsBean.ColumnDefinition>
AbstractMSSQLConvertColumnUpgradeTask.getConversionConditionPredicate()
Method parameters in com.atlassian.bamboo.upgrade.tasks with type arguments of type DbmsBean.ColumnDefinitionModifier and TypeMethodDescriptionvoid
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.ColumnDefinitionModifier and TypeMethodDescriptionprotected @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.ColumnDefinitionModifier and TypeMethodDescriptionAbstractDbmsBean.getColumns
(Connection c, @NotNull String table, @Nullable String column) DbmsBean.getColumns
(Connection c, @NotNull String table, @Nullable String column) PostgreSqlDbmsBean.getColumns
(Connection c, @NotNull String table, @Nullable String column)