Uses of Class
org.assertj.db.type.Column
Packages that use Column
Package
Description
This package contains the API of assertj-db (and especially the entry point class
Assertions).This package contains classes that allows to output the information about table, request or changes.
This package contains utility classes about the output.
This package contains the classes that defines the different types used in assertj-db.
-
Uses of Column in org.assertj.db.api
Fields in org.assertj.db.api declared as ColumnModifier and TypeFieldDescriptionprotected final ColumnAbstractColumnAssert.columnColumn on which do the assertion.Constructors in org.assertj.db.api with parameters of type ColumnModifierConstructorDescriptionRequestColumnAssert(RequestAssert origin, Column column) Constructor.TableColumnAssert(TableAssert origin, Column column) Constructor. -
Uses of Column in org.assertj.db.output
Constructors in org.assertj.db.output with parameters of type ColumnModifierConstructorDescriptionRequestColumnOutputter(RequestOutputter origin, Column column) Constructor.TableColumnOutputter(TableOutputter origin, Column column) Constructor. -
Uses of Column in org.assertj.db.output.impl
Methods in org.assertj.db.output.impl with parameters of type ColumnModifier and TypeMethodDescriptionOutput.getColumnOutput(org.assertj.core.api.WritableAssertionInfo info, Column column) Returns the output of aColumn.OutputType.getColumnOutput(org.assertj.core.api.WritableAssertionInfo info, Column column) Returns the output of aColumn. -
Uses of Column in org.assertj.db.type
Methods in org.assertj.db.type that return ColumnModifier and TypeMethodDescriptionAbstractDbData.getColumn(int index) Returns the column corresponding to the column index in parameter and the values inside the column.Methods in org.assertj.db.type that return types with arguments of type ColumnModifier and TypeMethodDescriptionAbstractDbData.getColumnsList()Returns the list of the values in columns for the data from database.