Skip navigation links
A B C D E F G H I L M O P R S T V 

A

AbstractAssert<E extends AbstractAssert<E>> - Class in org.assertj.db.api
Base class for all assertions of assertj-db.
AbstractAssertWithOrigin<E extends AbstractAssertWithOrigin<E,O>,O extends Origin> - Class in org.assertj.db.api
Base class for all assertions with an Origin.
AbstractAssertWithOriginWithChanges<E extends AbstractAssertWithOriginWithChanges<E,O>,O extends OriginWithChanges> - Class in org.assertj.db.api
Base class for all assertions with an Origin and have Changes.
AbstractAssertWithOriginWithColumnsAndRows<E extends AbstractAssertWithOriginWithColumnsAndRows<E,O,D,A,C,CV,R,RV>,O extends OriginWithColumnsAndRows<C,R>,D extends AbstractDbData<D>,A extends AbstractDbAssert<D,A,C,CV,R,RV>,C extends AbstractColumnAssert<D,A,C,CV,R,RV>,CV extends AbstractColumnValueAssert<D,A,C,CV,R,RV>,R extends AbstractRowAssert<D,A,C,CV,R,RV>,RV extends AbstractRowValueAssert<D,A,C,CV,R,RV>> - Class in org.assertj.db.api
Base class for all assertions with an Origin and have Columns and Rows.
AbstractAssertWithOriginWithColumnsAndRowsFromChange<E extends AbstractAssertWithOriginWithColumnsAndRowsFromChange<E,O>,O extends OriginWithColumnsAndRowsFromChange> - Class in org.assertj.db.api
Base class for all assertions with an Origin and have Columns and Rows from a Change.
AbstractAssertWithValues<E extends AbstractAssertWithValues<E,O>,O extends OriginWithColumnsAndRowsFromChange> - Class in org.assertj.db.api
Base class for all values from a Change assertions.
AbstractColumnAssert<D extends AbstractDbData<D>,A extends AbstractDbAssert<D,A,C,CV,R,RV>,C extends AbstractColumnAssert<D,A,C,CV,R,RV>,CV extends AbstractColumnValueAssert<D,A,C,CV,R,RV>,R extends AbstractRowAssert<D,A,C,CV,R,RV>,RV extends AbstractRowValueAssert<D,A,C,CV,R,RV>> - Class in org.assertj.db.api
Base class for all Columns assertions.
AbstractColumnValueAssert<D extends AbstractDbData<D>,A extends AbstractDbAssert<D,A,C,CV,R,RV>,C extends AbstractColumnAssert<D,A,C,CV,R,RV>,CV extends AbstractColumnValueAssert<D,A,C,CV,R,RV>,R extends AbstractRowAssert<D,A,C,CV,R,RV>,RV extends AbstractRowValueAssert<D,A,C,CV,R,RV>> - Class in org.assertj.db.api
Assertion methods about a value in a Column.
AbstractDbAssert<D extends AbstractDbData<D>,A extends AbstractDbAssert<D,A,C,CV,R,RV>,C extends AbstractColumnAssert<D,A,C,CV,R,RV>,CV extends AbstractColumnValueAssert<D,A,C,CV,R,RV>,R extends AbstractRowAssert<D,A,C,CV,R,RV>,RV extends AbstractRowValueAssert<D,A,C,CV,R,RV>> - Class in org.assertj.db.api
Base class for all data (Table or Request) assertions.
AbstractDbData<D extends AbstractDbData<D>> - Class in org.assertj.db.type
This class represents data from the database (either a Table or a Request).
AbstractDbElement<D extends AbstractDbElement<D>> - Class in org.assertj.db.type
This class represents element from the database (either a AbstractDbData or a Change).
AbstractRowAssert<D extends AbstractDbData<D>,A extends AbstractDbAssert<D,A,C,CV,R,RV>,C extends AbstractColumnAssert<D,A,C,CV,R,RV>,CV extends AbstractColumnValueAssert<D,A,C,CV,R,RV>,R extends AbstractRowAssert<D,A,C,CV,R,RV>,RV extends AbstractRowValueAssert<D,A,C,CV,R,RV>> - Class in org.assertj.db.api
Base class for all Rows assertions.
AbstractRowValueAssert<D extends AbstractDbData<D>,A extends AbstractDbAssert<D,A,C,CV,R,RV>,C extends AbstractColumnAssert<D,A,C,CV,R,RV>,CV extends AbstractColumnValueAssert<D,A,C,CV,R,RV>,R extends AbstractRowAssert<D,A,C,CV,R,RV>,RV extends AbstractRowValueAssert<D,A,C,CV,R,RV>> - Class in org.assertj.db.api
Assertion methods about a value in a Row.
AbstractSubAssert<D extends AbstractDbData<D>,A extends AbstractDbAssert<D,A,C,CV,R,RV>,S extends AbstractSubAssert<D,A,S,V,C,CV,R,RV>,V extends AbstractValueAssert<D,A,S,V,C,CV,R,RV>,C extends AbstractColumnAssert<D,A,C,CV,R,RV>,CV extends AbstractColumnValueAssert<D,A,C,CV,R,RV>,R extends AbstractRowAssert<D,A,C,CV,R,RV>,RV extends AbstractRowValueAssert<D,A,C,CV,R,RV>> - Class in org.assertj.db.api
Assertion methods about Column or Row.
AbstractValueAssert<D extends AbstractDbData<D>,A extends AbstractDbAssert<D,A,C,CV,R,RV>,S extends AbstractSubAssert<D,A,S,V,C,CV,R,RV>,V extends AbstractValueAssert<D,A,S,V,C,CV,R,RV>,C extends AbstractColumnAssert<D,A,C,CV,R,RV>,CV extends AbstractColumnValueAssert<D,A,C,CV,R,RV>,R extends AbstractRowAssert<D,A,C,CV,R,RV>,RV extends AbstractRowValueAssert<D,A,C,CV,R,RV>> - Class in org.assertj.db.api
Base class for all values assertions.
areEqual(Object, Object) - Static method in class org.assertj.db.util.Values
Returns if the value is equal to another value in parameter.
areEqual(Object, Boolean) - Static method in class org.assertj.db.util.Values
Returns if the value is equal to the Boolean in parameter.
areEqual(Object, Number) - Static method in class org.assertj.db.util.Values
Returns if the value is equal to the Number in parameter.
areEqual(Object, byte[]) - Static method in class org.assertj.db.util.Values
Returns if the value is equal to the array of byte in parameter.
areEqual(Object, String) - Static method in class org.assertj.db.util.Values
Returns if the value is equal to the String in parameter.
areEqual(Object, DateValue) - Static method in class org.assertj.db.util.Values
Returns if the value is equal to the DateValue in parameter.
areEqual(Object, TimeValue) - Static method in class org.assertj.db.util.Values
Returns if the value is equal to the TimeValue in parameter.
areEqual(Object, DateTimeValue) - Static method in class org.assertj.db.util.Values
Returns if the value is equal to the DateTimeValue in parameter.
as(String, Object...) - Method in class org.assertj.db.api.AbstractAssert
as(Description) - Method in class org.assertj.db.api.AbstractAssert
Assertions - Class in org.assertj.db.api
Entry point of all the assertions.
AssertionsOnChangeType - Class in org.assertj.db.api.assertions.impl
Implements the assertion methods on the type of a change (creation, modification or deletion of a row).
AssertionsOnColumnEquality - Class in org.assertj.db.api.assertions.impl
Implements the assertion methods on the equality of a column.
AssertionsOnColumnName - Class in org.assertj.db.api.assertions.impl
Implements the assertion method on the name of a column.
AssertionsOnColumnNullity - Class in org.assertj.db.api.assertions.impl
Implements the assertion methods on the nullity of a values of a column.
AssertionsOnColumnOfChangeEquality - Class in org.assertj.db.api.assertions.impl
Implements the assertion methods on the equality of a column of a change.
AssertionsOnColumnOfChangeType - Class in org.assertj.db.api.assertions.impl
Implements the assertion methods on the type of a column of a change.
AssertionsOnColumnType - Class in org.assertj.db.api.assertions.impl
Implements the assertion methods on the type of a column.
AssertionsOnDataType - Class in org.assertj.db.api.assertions.impl
Implements the assertion methods on the type of data (from a table or from a request).
AssertionsOnModifiedColumn - Class in org.assertj.db.api.assertions.impl
Implements the assertion methods on a modified column.
AssertionsOnModifiedColumns - Class in org.assertj.db.api.assertions.impl
Implements the assertion methods on modified columns.
AssertionsOnNumberOfChanges - Class in org.assertj.db.api.assertions.impl
Implements the assertion method on the number of changes.
AssertionsOnNumberOfColumns - Class in org.assertj.db.api.assertions.impl
Implements the assertion method on the number of columns.
AssertionsOnNumberOfRows - Class in org.assertj.db.api.assertions.impl
Implements the assertion method on the number of rows.
AssertionsOnPrimaryKey - Class in org.assertj.db.api.assertions.impl
Implements the assertion methods on a primary key.
AssertionsOnRowEquality - Class in org.assertj.db.api.assertions.impl
Implements the assertion method on the equality of a row.
AssertionsOnRowOfChangeExistence - Class in org.assertj.db.api.assertions.impl
Implements the assertion method on the existence of a row of a change.
AssertionsOnValueChronology - Class in org.assertj.db.api.assertions.impl
Implements the assertion methods on the chronology of a value.
AssertionsOnValueComparison - Class in org.assertj.db.api.assertions.impl
Implements the assertion methods on comparisons with a value.
AssertionsOnValueEquality - Class in org.assertj.db.api.assertions.impl
Implements the assertion methods on the equality of a value.
AssertionsOnValueNonEquality - Class in org.assertj.db.api.assertions.impl
Implements the assertion methods on the non equality of a value.
AssertionsOnValueNullity - Class in org.assertj.db.api.assertions.impl
Implements the assertion methods on the nullity of a value.
AssertionsOnValueType - Class in org.assertj.db.api.assertions.impl
Implements the assertion methods on the type of a value.
AssertJDBException - Exception in org.assertj.db.exception
Exception during the assertion (for example : when getting the data in the database, or accessing to file system).
AssertJDBException(Exception) - Constructor for exception org.assertj.db.exception.AssertJDBException
Constructor of the Exception.
AssertJDBException(String, Object...) - Constructor for exception org.assertj.db.exception.AssertJDBException
Constructor of the Exception.
AssertOnChangeType<T extends AssertOnChangeType<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion methods on the type of a change (creation, modification or deletion of a row).
AssertOnColumnEquality<T extends AssertOnColumnEquality<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion methods on the equality of a column.
AssertOnColumnName<T extends AssertOnColumnName<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion method on the name of a column.
AssertOnColumnNullity<T extends AssertOnColumnNullity<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion methods on the nullity of a values of a column.
AssertOnColumnOfChangeEquality<T extends AssertOnColumnOfChangeEquality<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion methods on the equality of a column of a change.
AssertOnColumnType<T extends AssertOnColumnType<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion methods on the type of a column.
AssertOnDataType<T extends AssertOnDataType<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion methods on the type of data (from a table or from a request).
AssertOnModifiedColumn<T extends AssertOnModifiedColumn<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion methods on a modified column.
AssertOnModifiedColumns<T extends AssertOnModifiedColumns<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion methods on modified columns.
AssertOnNumberOfChanges<T extends AssertOnNumberOfChanges<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion method on the number of changes.
AssertOnNumberOfColumns<T extends AssertOnNumberOfColumns<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion method on the number of columns.
AssertOnNumberOfRows<T extends AssertOnNumberOfRows<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion method on the number of rows.
AssertOnPrimaryKey<T extends AssertOnPrimaryKey<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion methods on a primary key.
AssertOnRowEquality<T extends AssertOnRowEquality<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion method on the equality of a row.
AssertOnRowOfChangeExistence<T extends AssertOnRowOfChangeExistence<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion method on the existence of a row of a change.
AssertOnValueChronology<T extends AssertOnValueChronology<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion methods on the chronology of a value.
AssertOnValueComparison<T extends AssertOnValueComparison<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion methods on comparisons with a value.
AssertOnValueEquality<T extends AssertOnValueEquality<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion methods on the equality of a value.
AssertOnValueNonEquality<T extends AssertOnValueNonEquality<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion methods on the non equality of a value.
AssertOnValueNullity<T extends AssertOnValueNullity<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion methods on the nullity of a value.
AssertOnValueType<T extends AssertOnValueType<T>> - Interface in org.assertj.db.api.assertions
Defines the assertion methods on the type of a value.
assertThat(Table) - Static method in class org.assertj.db.api.Assertions
Creates a new instance of TableAssert.
assertThat(Request) - Static method in class org.assertj.db.api.Assertions
Creates a new instance of RequestAssert.
assertThat(Changes) - Static method in class org.assertj.db.api.Assertions
Creates a new instance of ChangesAssert.

B

bytesContentFromClassPathOf(String) - Static method in class org.assertj.db.api.Assertions
Reads the bytes from a file in the classpath and returns them.
bytesContentOf(File) - Static method in class org.assertj.db.api.Assertions
Reads the bytes from a file and returns them.

C

change() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the next Change in the list of changes.
change(int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the Change at the index in parameter.
change() - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the next Change in the list of changes.
change(int) - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the Change at the index in parameter.
change() - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the next Change in the list of changes.
change(int) - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the Change at the index in parameter.
Change - Class in org.assertj.db.type
Change in the database.
ChangeAssert - Class in org.assertj.db.api
Assertion methods for a Change.
ChangeColumnAssert - Class in org.assertj.db.api
Assertion methods for a Column of a Change.
ChangeColumnValueAssert - Class in org.assertj.db.api
Assertion methods for a value of a Column of a Change.
ChangeComparator - Enum in org.assertj.db.util
Comparator for the Change.
changeOfCreation() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the next Change of creation (ChangeType.CREATION) in the list of changes.
changeOfCreation(int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the Change of creation (ChangeType.CREATION) at the index in parameter.
changeOfCreation() - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the next Change of creation (ChangeType.CREATION) in the list of changes.
changeOfCreation(int) - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the Change of creation (ChangeType.CREATION) at the index in parameter.
changeOfCreation() - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the next Change of creation (ChangeType.CREATION) in the list of changes.
changeOfCreation(int) - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the Change of creation (ChangeType.CREATION) at the index in parameter.
changeOfCreationOnTable(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the next Change of creation (ChangeType.CREATION) on the table tableName in the list of changes.
changeOfCreationOnTable(String, int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the Change of creation (ChangeType.CREATION) on the table tableName at the index in parameter.
changeOfCreationOnTable(String) - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the next Change of creation (ChangeType.CREATION) on the table tableName in the list of changes.
changeOfCreationOnTable(String, int) - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the Change of creation (ChangeType.CREATION) on the table tableName at the index in parameter.
changeOfCreationOnTable(String) - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the next Change of creation (ChangeType.CREATION) on the table tableName in the list of changes.
changeOfCreationOnTable(String, int) - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the Change of creation (ChangeType.CREATION) on the table tableName at the index in parameter.
changeOfDeletion() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the next Change of deletion (ChangeType.DELETION) in the list of changes.
changeOfDeletion(int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the Change of deletion (ChangeType.DELETION) at the index in parameter.
changeOfDeletion() - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the next Change of deletion (ChangeType.DELETION) in the list of changes.
changeOfDeletion(int) - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the Change of deletion (ChangeType.DELETION) at the index in parameter.
changeOfDeletion() - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the next Change of deletion (ChangeType.DELETION) in the list of changes.
changeOfDeletion(int) - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the Change of deletion (ChangeType.DELETION) at the index in parameter.
changeOfDeletionOnTable(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the next Change of deletion (ChangeType.DELETION) on the table tableName in the list of changes.
changeOfDeletionOnTable(String, int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the Change of deletion (ChangeType.DELETION) on the table tableName at the index in parameter.
changeOfDeletionOnTable(String) - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the next Change of deletion (ChangeType.DELETION) on the table tableName in the list of changes.
changeOfDeletionOnTable(String, int) - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the Change of deletion (ChangeType.DELETION) on the table tableName at the index in parameter.
changeOfDeletionOnTable(String) - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the next Change of deletion (ChangeType.DELETION) on the table tableName in the list of changes.
changeOfDeletionOnTable(String, int) - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the Change of deletion (ChangeType.DELETION) on the table tableName at the index in parameter.
changeOfModification() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the next Change of modification (ChangeType.MODIFICATION) in the list of changes.
changeOfModification(int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the Change of modification (ChangeType.MODIFICATION) at the index in parameter.
changeOfModification() - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the next Change of modification (ChangeType.MODIFICATION) in the list of changes.
changeOfModification(int) - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the Change of modification (ChangeType.MODIFICATION) at the index in parameter.
changeOfModification() - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the next Change of modification (ChangeType.MODIFICATION) in the list of changes.
changeOfModification(int) - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the Change of modification (ChangeType.MODIFICATION) at the index in parameter.
changeOfModificationOnTable(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the next Change of modification (ChangeType.MODIFICATION) on the table tableName in the list of changes.
changeOfModificationOnTable(String, int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the Change of modification (ChangeType.MODIFICATION) on the table tableName at the index in parameter.
changeOfModificationOnTable(String) - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the next Change of modification (ChangeType.MODIFICATION) on the table tableName in the list of changes.
changeOfModificationOnTable(String, int) - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the Change of modification (ChangeType.MODIFICATION) on the table tableName at the index in parameter.
changeOfModificationOnTable(String) - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the next Change of modification (ChangeType.MODIFICATION) on the table tableName in the list of changes.
changeOfModificationOnTable(String, int) - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the Change of modification (ChangeType.MODIFICATION) on the table tableName at the index in parameter.
changeOnTable(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the next Change on the table tableName in the list of changes.
changeOnTable(String, int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the Change on the table tableName at the index in parameter.
changeOnTable(String) - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the next Change on the table tableName in the list of changes.
changeOnTable(String, int) - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the Change on the table tableName at the index in parameter.
changeOnTable(String) - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the next Change on the table tableName in the list of changes.
changeOnTable(String, int) - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the Change on the table tableName at the index in parameter.
changeOnTableWithPks(String, Object...) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns assertion methods on the Change on the table tableName corresponding to the primary key in parameter.
changeOnTableWithPks(String, Object...) - Method in class org.assertj.db.api.ChangesAssert
Returns assertion methods on the Change on the table tableName corresponding to the primary key in parameter.
changeOnTableWithPks(String, Object...) - Method in interface org.assertj.db.api.navigation.ToChange
Returns assertion methods on the Change on the table tableName corresponding to the primary key in parameter.
ChangeRowAssert - Class in org.assertj.db.api
Assertion methods for a Row of a Change.
ChangeRowValueAssert - Class in org.assertj.db.api
Assertion methods for a value of a Row of a Change.
Changes - Class in org.assertj.db.type
Changes in the database.
Changes() - Constructor for class org.assertj.db.type.Changes
Constructor.
Changes(Source) - Constructor for class org.assertj.db.type.Changes
Constructor.
Changes(DataSource) - Constructor for class org.assertj.db.type.Changes
Constructor.
Changes(Table...) - Constructor for class org.assertj.db.type.Changes
Constructor.
Changes(Request) - Constructor for class org.assertj.db.type.Changes
Constructor.
Changes - Class in org.assertj.db.util
Utility methods related to changes.
ChangesAssert - Class in org.assertj.db.api
Assertion methods for Changes.
ChangeType - Enum in org.assertj.db.type
Enumeration of the different types of change that are possible in the database (creation, modification or deletion of a row).
collectRowsFromResultSet(ResultSet) - Method in class org.assertj.db.type.AbstractDbData
Collects rows from a ResultSet.
column() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRows
Returns assertion methods on the next Column in the list of Columns.
column(int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRows
Returns assertion methods on the Column at the index in parameter.
column(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRows
Returns assertion methods on the Column corresponding to the column name in parameter.
column() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRowsFromChange
Returns assertion methods on the next Column in the list of Columns.
column(int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRowsFromChange
Returns assertion methods on the Column at the index in parameter.
column(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRowsFromChange
Returns assertion methods on the Column corresponding to the column name in parameter.
column() - Method in class org.assertj.db.api.AbstractDbAssert
Returns assertion methods on the next Column in the list of Columns.
column(int) - Method in class org.assertj.db.api.AbstractDbAssert
Returns assertion methods on the Column at the index in parameter.
column(String) - Method in class org.assertj.db.api.AbstractDbAssert
Returns assertion methods on the Column corresponding to the column name in parameter.
column() - Method in class org.assertj.db.api.ChangeAssert
Returns assertion methods on the next Column in the list of Columns.
column(int) - Method in class org.assertj.db.api.ChangeAssert
Returns assertion methods on the Column at the index in parameter.
column(String) - Method in class org.assertj.db.api.ChangeAssert
Returns assertion methods on the Column corresponding to the column name in parameter.
column() - Method in interface org.assertj.db.api.navigation.ToColumn
Returns assertion methods on the next Column in the list of Columns.
column(int) - Method in interface org.assertj.db.api.navigation.ToColumn
Returns assertion methods on the Column at the index in parameter.
column(String) - Method in interface org.assertj.db.api.navigation.ToColumn
Returns assertion methods on the Column corresponding to the column name in parameter.
Column - Class in org.assertj.db.type
Column in a AbstractDbData.
columnAmongTheModifiedOnes() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRowsFromChange
Returns assertion methods on the next Column in the list of the modified Columns.
columnAmongTheModifiedOnes(int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRowsFromChange
Returns assertion methods on the Column at the index in parameter among the modified Columns.
columnAmongTheModifiedOnes(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRowsFromChange
Returns assertion methods on the Column corresponding to the column name in parameter among the modified Columns.
columnAmongTheModifiedOnes() - Method in class org.assertj.db.api.ChangeAssert
Returns assertion methods on the next Column in the list of the modified Columns.
columnAmongTheModifiedOnes(int) - Method in class org.assertj.db.api.ChangeAssert
Returns assertion methods on the Column at the index in parameter among the modified Columns.
columnAmongTheModifiedOnes(String) - Method in class org.assertj.db.api.ChangeAssert
Returns assertion methods on the Column corresponding to the column name in parameter among the modified Columns.
columnAmongTheModifiedOnes() - Method in interface org.assertj.db.api.navigation.ToColumnFromChange
Returns assertion methods on the next Column in the list of the modified Columns.
columnAmongTheModifiedOnes(int) - Method in interface org.assertj.db.api.navigation.ToColumnFromChange
Returns assertion methods on the Column at the index in parameter among the modified Columns.
columnAmongTheModifiedOnes(String) - Method in interface org.assertj.db.api.navigation.ToColumnFromChange
Returns assertion methods on the Column corresponding to the column name in parameter among the modified Columns.
ColumnAssert - Interface in org.assertj.db.api.navigation
Interface that represents a assert about column.
compare(Change, Change) - Method in enum org.assertj.db.util.ChangeComparator
compare(Row, Row) - Method in enum org.assertj.db.util.RowComparator
compare(Object, Number) - Static method in class org.assertj.db.util.Values
Returns the result of the comparison between the value and the Number in parameter.
compareTo(DateTimeValue) - Method in class org.assertj.db.type.DateTimeValue
 
compareTo(DateValue) - Method in class org.assertj.db.type.DateValue
 
compareTo(TimeValue) - Method in class org.assertj.db.type.TimeValue
 
controlIfAllThePksNameExistInTheColumns() - Method in class org.assertj.db.type.AbstractDbData
Controls that all the primary keys name exist in the columns.

D

DataType - Enum in org.assertj.db.type
Enumeration of the different type of data.
DateTimeValue - Class in org.assertj.db.type
This class represents a date/time value in the database.
DateTimeValue(DateValue, TimeValue) - Constructor for class org.assertj.db.type.DateTimeValue
Constructor.
DateTimeValue(String) - Constructor for class org.assertj.db.type.DateTimeValue
Constructor.
DateTimeValue(Timestamp) - Constructor for class org.assertj.db.type.DateTimeValue
Constructor.
DateValue - Class in org.assertj.db.type
This class represents a date value in the database.
DateValue(int, int, int) - Constructor for class org.assertj.db.type.DateValue
Constructor.
DateValue(String) - Constructor for class org.assertj.db.type.DateValue
Constructor.
DateValue(Date) - Constructor for class org.assertj.db.type.DateValue
Constructor.
DateValueContainer - Interface in org.assertj.db.type
This interface indicates container of DateValue.
describedAs(String, Object...) - Method in class org.assertj.db.api.AbstractAssert
describedAs(Description) - Method in class org.assertj.db.api.AbstractAssert
doesNotExist() - Method in interface org.assertj.db.api.assertions.AssertOnRowOfChangeExistence
Verifies that the row of the change does not exist.
doesNotExist(A, WritableAssertionInfo, Row) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnRowOfChangeExistence
Verifies that the row of the change does not exist.
doesNotExist() - Method in class org.assertj.db.api.ChangeRowAssert
Verifies that the row of the change does not exist.

E

equals(Object) - Method in class org.assertj.db.type.DateTimeValue
 
equals(Object) - Method in class org.assertj.db.type.DateValue
 
equals(Object) - Method in class org.assertj.db.type.TimeValue
 
exists() - Method in interface org.assertj.db.api.assertions.AssertOnRowOfChangeExistence
Verifies that the row of the change exists.
exists(A, WritableAssertionInfo, Row) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnRowOfChangeExistence
Verifies that the row of the change exists.
exists() - Method in class org.assertj.db.api.ChangeRowAssert
Verifies that the row of the change exists.

F

from(Timestamp) - Static method in class org.assertj.db.type.DateTimeValue
Makes an instance of date/time value from a Timestamp.
from(Date) - Static method in class org.assertj.db.type.DateValue
Makes an instance of date value from a Date.
from(Time) - Static method in class org.assertj.db.type.TimeValue
Makes an instance of time value from a Time.

G

getCatalog(Connection) - Static method in class org.assertj.db.type.AbstractDbElement
Returns the catalog from a connection.
getChangesList() - Method in class org.assertj.db.type.Changes
Returns the list of the changes.
getChangesOfTable(String) - Method in class org.assertj.db.type.Changes
Returns Changes only on the table name in parameter.
getChangesOfType(ChangeType) - Method in class org.assertj.db.type.Changes
Returns Changes only on the change type in parameter.
getChangeType() - Method in class org.assertj.db.type.Change
Returns the type of the change.
getColumn(int) - Method in class org.assertj.db.api.AbstractDbAssert
Returns the Column at the index in parameter.
getColumn(int) - Method in class org.assertj.db.type.AbstractDbData
Returns the column corresponding to the column index in parameter and the values inside the column.
getColumnsNameList() - Method in class org.assertj.db.type.AbstractDbData
Return the list of the columns name for the data from database.
getColumnsNameList() - Method in class org.assertj.db.type.Change
Returns the list of the column names.
getColumnsNameList() - Method in class org.assertj.db.type.Row
Returns the list of the columns name.
getColumnsToCheck() - Method in class org.assertj.db.type.Table
Returns the columns to check (which are present in AbstractDbData.getColumnsNameList().
getColumnsToExclude() - Method in class org.assertj.db.type.Table
Returns the columns to exclude (which are not present in AbstractDbData.getColumnsNameList().
getColumnValue(int) - Method in class org.assertj.db.type.Row
Returns the value corresponding to the column index.
getColumnValue(String) - Method in class org.assertj.db.type.Row
Returns the value corresponding to the column name in the Row.
getConnection() - Method in class org.assertj.db.type.AbstractDbElement
Returns a Connection from a DataSource or from a Source.
getDataName() - Method in class org.assertj.db.type.Change
Returns the name of the data on which is the change.
getDataSource() - Method in class org.assertj.db.type.AbstractDbElement
Return the data source.
getDataType() - Method in class org.assertj.db.type.AbstractDbData
Returns the type of the data on which is the change.
getDataType() - Method in class org.assertj.db.type.Change
Returns the type of the data on which is the change.
getDate() - Method in class org.assertj.db.type.DateTimeValue
Returns the date.
getDate() - Method in class org.assertj.db.type.DateValue
Returns the date.
getDate() - Method in interface org.assertj.db.type.DateValueContainer
Returns the date.
getDayOfTheMonth() - Method in class org.assertj.db.type.DateValue
Returns the day of the month.
getHour() - Method in class org.assertj.db.type.TimeValue
Returns the hour.
getIndexesOfModifiedColumns(Change) - Static method in class org.assertj.db.util.Changes
Returns the indexes of the modified columns.
getMinutes() - Method in class org.assertj.db.type.TimeValue
Returns the minutes.
getMonth() - Method in class org.assertj.db.type.DateValue
Returns the month.
getName() - Method in class org.assertj.db.type.Column
Returns the name of the column.
getName() - Method in class org.assertj.db.type.Table
Return the name of the table.
getNanoSeconds() - Method in class org.assertj.db.type.TimeValue
Returns the nanoseconds.
getParameters() - Method in class org.assertj.db.type.Request
The parameters of the SQL request.
getPassword() - Method in class org.assertj.db.type.Source
Returns the password to connect.
getPksNameList() - Method in class org.assertj.db.type.AbstractDbData
Return the list of the primary key name for the data from database.
getPksNameList() - Method in class org.assertj.db.type.Change
Return the list of the primary keys name.
getPksNameList() - Method in class org.assertj.db.type.Row
Return the list of the primary keys name.
getPksValueList() - Method in class org.assertj.db.type.Change
Return the list of the primary keys value.
getPksValueList() - Method in class org.assertj.db.type.Row
Return the list of the primary keys value.
getPksValues() - Method in class org.assertj.db.type.Row
Returns the primary keys value.
getPossibleTypesForComparison(Object) - Static method in enum org.assertj.db.type.ValueType
Returns the types which are possible for the actual value (data) for the comparison with an expected value.
getRepresentationFromValueInFrontOfExpected(Object, Object) - Static method in class org.assertj.db.util.Values
Returns a representation of the value (this representation is used for error message).
getRepresentationsFromValuesInFrontOfExpected(Object[], Object[]) - Static method in class org.assertj.db.util.Values
Returns a representation of the values (this representation is used for error message).
getRequest() - Method in class org.assertj.db.type.AbstractDbData
Returns the SQL request.
getRequest() - Method in class org.assertj.db.type.Changes
Returns the Request.
getRequest() - Method in class org.assertj.db.type.Request
Returns the SQL request.
getRequest() - Method in class org.assertj.db.type.Table
Returns the SQL request.
getRequestAtEndPoint() - Method in class org.assertj.db.type.Changes
Returns the Request at end point.
getRequestAtStartPoint() - Method in class org.assertj.db.type.Changes
Returns the Request at start point.
getRow(int) - Method in class org.assertj.db.api.AbstractDbAssert
Returns the Row at the index in parameter.
getRow(int) - Method in class org.assertj.db.type.AbstractDbData
Returns the row corresponding to the index.
getRowAtEndPoint() - Method in class org.assertj.db.type.Change
Returns the row at end point.
getRowAtStartPoint() - Method in class org.assertj.db.type.Change
Returns the row at start point.
getRowFromPksValues(Object...) - Method in class org.assertj.db.type.AbstractDbData
Returns the Row with the primary keys values in parameter.
getRowsList() - Method in class org.assertj.db.type.AbstractDbData
Return the list of the values for the data from database.
getRowValue(int) - Method in class org.assertj.db.type.Column
Returns the value corresponding to the row index.
getSchema(Connection) - Static method in class org.assertj.db.type.AbstractDbElement
Returns the schema from a connection.
getSeconds() - Method in class org.assertj.db.type.TimeValue
Returns the seconds.
getSource() - Method in class org.assertj.db.type.AbstractDbElement
Return the source.
getTablesAtEndPointList() - Method in class org.assertj.db.type.Changes
Returns the list of the Tables at end point.
getTablesAtStartPointList() - Method in class org.assertj.db.type.Changes
Returns the list of the Tables at start point.
getTablesList() - Method in class org.assertj.db.type.Changes
Returns the list of Table.
getTime() - Method in class org.assertj.db.type.DateTimeValue
Returns the time.
getType(Object) - Static method in enum org.assertj.db.type.ValueType
Returns the type of the actual value (data).
getUrl() - Method in class org.assertj.db.type.Source
Returns the URL to the database.
getUser() - Method in class org.assertj.db.type.Source
Returns the user to connect.
getValue(int) - Method in class org.assertj.db.api.AbstractSubAssert
Returns the value at the index in parameter.
getValueAssertInstance(Class<CV>, int, Object) - Method in class org.assertj.db.api.AbstractColumnAssert
Gets an instance of value assert corresponding to the index and the value.
getValueAssertInstance(Class<RV>, int, Object) - Method in class org.assertj.db.api.AbstractRowAssert
Gets an instance of value assert corresponding to the index and the value.
getValueAssertInstance(int) - Method in class org.assertj.db.api.AbstractSubAssert
Gets an instance of value assert corresponding to the index.
getValueAssertInstance(Class<V>, int, Object) - Method in class org.assertj.db.api.AbstractSubAssert
Gets an instance of value assert corresponding to the index and the value.
getValuesList() - Method in class org.assertj.db.api.AbstractColumnAssert
Returns the list of values.
getValuesList() - Method in class org.assertj.db.api.AbstractRowAssert
Returns the list of values.
getValuesList() - Method in class org.assertj.db.api.AbstractSubAssert
Returns the list of values.
getValuesList() - Method in class org.assertj.db.type.Column
Returns the values of the column.
getValuesList() - Method in class org.assertj.db.type.Row
Returns the list of the values for the data from database.
getYear() - Method in class org.assertj.db.type.DateValue
Returns the year.

H

hasColumnName(String) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the name of a column is equal to the parameter.
hasColumnName(String) - Method in class org.assertj.db.api.AbstractRowValueAssert
Verifies that the name of a column is equal to the parameter.
hasColumnName(String) - Method in interface org.assertj.db.api.assertions.AssertOnColumnName
Verifies that the name of a column is equal to the parameter.
hasColumnName(A, WritableAssertionInfo, String, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnName
Verifies that the name of a column is equal to the parameter.
hasColumnName(String) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the name of a column is equal to the parameter.
hasColumnName(String) - Method in class org.assertj.db.api.ChangeRowValueAssert
Verifies that the name of a column is equal to the parameter.
hashCode() - Method in class org.assertj.db.type.DateTimeValue
 
hashCode() - Method in class org.assertj.db.type.DateValue
 
hashCode() - Method in class org.assertj.db.type.TimeValue
 
hasModifiedColumns(Integer...) - Method in interface org.assertj.db.api.assertions.AssertOnModifiedColumns
Verifies that the indexes of columns with a modification in the values between the start point and the end point is equals to the parameters.
hasModifiedColumns(String...) - Method in interface org.assertj.db.api.assertions.AssertOnModifiedColumns
Verifies that the names of columns with a modification in the values between the start point and the end point is equals to the parameters.
hasModifiedColumns(A, WritableAssertionInfo, Change, Integer...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnModifiedColumns
Verifies that the indexes of columns with a modification in the values between the start point and the end point is equals to the parameters.
hasModifiedColumns(A, WritableAssertionInfo, Change, String...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnModifiedColumns
Verifies that the names of columns with a modification in the values between the start point and the end point is equals to the parameters.
hasModifiedColumns(Integer...) - Method in class org.assertj.db.api.ChangeAssert
Verifies that the indexes of columns with a modification in the values between the start point and the end point is equals to the parameters.
hasModifiedColumns(String...) - Method in class org.assertj.db.api.ChangeAssert
Verifies that the names of columns with a modification in the values between the start point and the end point is equals to the parameters.
hasNumberOfChanges(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfChanges
Verifies that the number of changes is equal to the number in parameter.
hasNumberOfChanges(A, WritableAssertionInfo, Changes, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfChanges
Verifies that the number of changes is equal to the number in parameter.
hasNumberOfChanges(int) - Method in class org.assertj.db.api.ChangesAssert
Verifies that the number of changes is equal to the number in parameter.
hasNumberOfColumns(int) - Method in class org.assertj.db.api.AbstractDbAssert
Verifies that the number of columns is equal to the number in parameter.
hasNumberOfColumns(int) - Method in class org.assertj.db.api.AbstractRowAssert
Verifies that the number of columns is equal to the number in parameter.
hasNumberOfColumns(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfColumns
Verifies that the number of columns is equal to the number in parameter.
hasNumberOfColumns(A, WritableAssertionInfo, int, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfColumns
Verifies that the number of columns is equal to the number in parameter.
hasNumberOfColumns(int) - Method in class org.assertj.db.api.ChangeAssert
Verifies that the number of columns is equal to the number in parameter.
hasNumberOfColumns(int) - Method in class org.assertj.db.api.ChangeRowAssert
Verifies that the number of columns is equal to the number in parameter.
hasNumberOfModifiedColumns(int) - Method in interface org.assertj.db.api.assertions.AssertOnModifiedColumns
Verifies that the number of columns with a modification in the values between the start point and the end point is equals to the number in parameter.
hasNumberOfModifiedColumns(A, WritableAssertionInfo, Change, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnModifiedColumns
Verifies that the number of columns with a modification in the values between the start point and the end point is equals to the number in parameter.
hasNumberOfModifiedColumns(int) - Method in class org.assertj.db.api.ChangeAssert
Verifies that the number of columns with a modification in the values between the start point and the end point is equals to the number in parameter.
hasNumberOfRows(int) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the number of rows is equal to the number in parameter.
hasNumberOfRows(int) - Method in class org.assertj.db.api.AbstractDbAssert
Verifies that the number of rows is equal to the number in parameter.
hasNumberOfRows(int) - Method in interface org.assertj.db.api.assertions.AssertOnNumberOfRows
Verifies that the number of rows is equal to the number in parameter.
hasNumberOfRows(A, WritableAssertionInfo, int, int) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnNumberOfRows
Verifies that the number of rows is equal to the number in parameter.
hasOnlyNotNullValues() - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that all the values of the column are not null.
hasOnlyNotNullValues() - Method in interface org.assertj.db.api.assertions.AssertOnColumnNullity
Verifies that all the values of the column are not null.
hasOnlyNotNullValues(A, WritableAssertionInfo, List<Object>) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnNullity
Verifies that all the values of the column are not null.
hasOnlyNullValues() - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that all the values of the column are null.
hasOnlyNullValues() - Method in interface org.assertj.db.api.assertions.AssertOnColumnNullity
Verifies that all the values of the column are null.
hasOnlyNullValues(A, WritableAssertionInfo, List<Object>) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnNullity
Verifies that all the values of the column are null.
hasPksNames(String...) - Method in interface org.assertj.db.api.assertions.AssertOnPrimaryKey
Verifies that the columns og the primary key of the rows of the change is the same as the parameters.
hasPksNames(A, WritableAssertionInfo, Change, String...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnPrimaryKey
Verifies that the columns og the primary key of the rows of the change is the same as the parameters.
hasPksNames(String...) - Method in class org.assertj.db.api.ChangeAssert
Verifies that the columns og the primary key of the rows of the change is the same as the parameters.
hasPksValues(Object...) - Method in interface org.assertj.db.api.assertions.AssertOnPrimaryKey
Verifies that the values of the primary key of the rows of the change are the same as the parameters.
hasPksValues(A, WritableAssertionInfo, Change, Object...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnPrimaryKey
Verifies that the values of the primary key of the rows of the change are the same as the parameters.
hasPksValues(Object...) - Method in class org.assertj.db.api.ChangeAssert
Verifies that the values of the primary key of the rows of the change are the same as the parameters.
hasPksValuesEqualTo(Object[]) - Method in class org.assertj.db.type.Row
Returns if the values of the primary keys are equal to the values in parameter.
hasValues(Boolean...) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the values of a column are equal to booleans.
hasValues(Number...) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the values of a column are equal to numbers.
hasValues(byte[]...) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the values of a column are equal to bytes.
hasValues(String...) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the values of a column are equal to texts.
hasValues(DateValue...) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the values of a column are equal to date values.
hasValues(TimeValue...) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the values of a column are equal to time values.
hasValues(DateTimeValue...) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the values of a column are equal to date/time values.
hasValues(Object...) - Method in class org.assertj.db.api.AbstractRowAssert
Verifies that the values of a row are equal to values in parameter.
hasValues(Boolean...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
Verifies that the values of a column are equal to booleans.
hasValues(Number...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
Verifies that the values of a column are equal to numbers.
hasValues(byte[]...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
Verifies that the values of a column are equal to bytes.
hasValues(String...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
Verifies that the values of a column are equal to texts.
hasValues(DateValue...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
Verifies that the values of a column are equal to date values.
hasValues(TimeValue...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
Verifies that the values of a column are equal to time values.
hasValues(DateTimeValue...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnEquality
Verifies that the values of a column are equal to date/time values.
hasValues(Boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a boolean.
hasValues(Boolean, Boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a boolean for start point and another boolean for end point.
hasValues(Number) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a number.
hasValues(Number, Number) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a number for start point and another number for end point.
hasValues(byte[]) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to bytes.
hasValues(byte[], byte[]) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to bytes for start point and other bytes for end point.
hasValues(String) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a text.
hasValues(String, String) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a text for start point and another text for end point.
hasValues(DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a date.
hasValues(DateValue, DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a date for start point and another date for end point.
hasValues(TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a time.
hasValues(TimeValue, TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a time for start point and another time for end point.
hasValues(DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a date/time.
hasValues(DateTimeValue, DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a date/time for start point and another date/time for end point.
hasValues(Object...) - Method in interface org.assertj.db.api.assertions.AssertOnRowEquality
Verifies that the values of a row are equal to values in parameter.
hasValues(A, WritableAssertionInfo, List<Object>, Boolean...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
Verifies that the values of a column are equal to booleans.
hasValues(A, WritableAssertionInfo, List<Object>, Number...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
Verifies that the values of a column are equal to numbers.
hasValues(A, WritableAssertionInfo, List<Object>, byte[]...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
Verifies that the values of a column are equal to bytes.
hasValues(A, WritableAssertionInfo, List<Object>, String...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
Verifies that the values of a column are equal to texts.
hasValues(A, WritableAssertionInfo, List<Object>, DateValue...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
Verifies that the values of a column are equal to date values.
hasValues(A, WritableAssertionInfo, List<Object>, TimeValue...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
Verifies that the values of a column are equal to time values.
hasValues(A, WritableAssertionInfo, List<Object>, DateTimeValue...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnEquality
Verifies that the values of a column are equal to date/time values.
hasValues(A, WritableAssertionInfo, Object, Object, Boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a boolean.
hasValues(A, WritableAssertionInfo, Object, Object, Boolean, Boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a boolean for start point and another boolean for end point.
hasValues(A, WritableAssertionInfo, Object, Object, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a number.
hasValues(A, WritableAssertionInfo, Object, Object, Number, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a number for start point and another number for end point.
hasValues(A, WritableAssertionInfo, Object, Object, byte[]) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to bytes.
hasValues(A, WritableAssertionInfo, Object, Object, byte[], byte[]) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to bytes for start point and other bytes for end point.
hasValues(A, WritableAssertionInfo, Object, Object, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a text.
hasValues(A, WritableAssertionInfo, Object, Object, String, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a text for start point and another text for end point.
hasValues(A, WritableAssertionInfo, Object, Object, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a date.
hasValues(A, WritableAssertionInfo, Object, Object, DateValue, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a date for start point and another date for end point.
hasValues(A, WritableAssertionInfo, Object, Object, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a time.
hasValues(A, WritableAssertionInfo, Object, Object, TimeValue, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a time for start point and another time for end point.
hasValues(A, WritableAssertionInfo, Object, Object, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a date/time.
hasValues(A, WritableAssertionInfo, Object, Object, DateTimeValue, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeEquality
Verifies that the values at the start point and the end point are equal to a date/time for start point and another date/time for end point.
hasValues(A, WritableAssertionInfo, List<Object>, Object...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnRowEquality
Verifies that the values of a column are equal to values in parameter.
hasValues(Boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the values at the start point and the end point are equal to a boolean.
hasValues(Boolean, Boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the values at the start point and the end point are equal to a boolean for start point and another boolean for end point.
hasValues(Number) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the values at the start point and the end point are equal to a number.
hasValues(Number, Number) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the values at the start point and the end point are equal to a number for start point and another number for end point.
hasValues(byte[]) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the values at the start point and the end point are equal to bytes.
hasValues(byte[], byte[]) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the values at the start point and the end point are equal to bytes for start point and other bytes for end point.
hasValues(String) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the values at the start point and the end point are equal to a text.
hasValues(String, String) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the values at the start point and the end point are equal to a text for start point and another text for end point.
hasValues(DateValue) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the values at the start point and the end point are equal to a date.
hasValues(DateValue, DateValue) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the values at the start point and the end point are equal to a date for start point and another date for end point.
hasValues(TimeValue) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the values at the start point and the end point are equal to a time.
hasValues(TimeValue, TimeValue) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the values at the start point and the end point are equal to a time for start point and another time for end point.
hasValues(DateTimeValue) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the values at the start point and the end point are equal to a date/time.
hasValues(DateTimeValue, DateTimeValue) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the values at the start point and the end point are equal to a date/time for start point and another date/time for end point.
hasValues(Object...) - Method in class org.assertj.db.api.ChangeRowAssert
Verifies that the values of a row are equal to values in parameter.
hasValues(Row) - Method in class org.assertj.db.type.Row
Returns if the values are equal to the value of the Row in parameter.

I

info - Variable in class org.assertj.db.api.AbstractAssert
Writable information about an assertion.
isAfter(DateValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is after a date value.
isAfter(TimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is after a time value.
isAfter(DateTimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is after a date/time value.
isAfter(String) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is after a date, time or date/time represented by a String.
isAfter(DateValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is after a date value.
isAfter(TimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is after a time value.
isAfter(DateTimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is after a date/time value.
isAfter(String) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is after a date, time or date/time represented by a String.
isAfter(DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
Verifies that the value is after a date value.
isAfter(TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
Verifies that the value is after a time value.
isAfter(DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
Verifies that the value is after a date/time value.
isAfter(String) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
Verifies that the value is after a date, time or date/time represented by a String.
isAfter(A, WritableAssertionInfo, Object, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
Verifies that the value is after a date value.
isAfter(A, WritableAssertionInfo, Object, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
Verifies that the value is after a time value.
isAfter(A, WritableAssertionInfo, Object, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
Verifies that the value is after a date/time value.
isAfter(A, WritableAssertionInfo, Object, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
Verifies that the value is after a date, time or date/time represented by a String.
isAfter(DateTimeValue) - Method in class org.assertj.db.type.DateTimeValue
Returns if this date/time value is after the date/time value in parameter.
isAfter(DateValue) - Method in class org.assertj.db.type.DateValue
Returns if this date value is after the date value in parameter.
isAfter(TimeValue) - Method in class org.assertj.db.type.TimeValue
Returns if this time value is after the time value in parameter.
isAfterOrEqualTo(DateValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is after or equal to a date value.
isAfterOrEqualTo(TimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is after or equal to a time value.
isAfterOrEqualTo(DateTimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is after or equal to a date/time value.
isAfterOrEqualTo(String) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is after or equal to a date, time or date/time represented by a String.
isAfterOrEqualTo(DateValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is after or equal to a date value.
isAfterOrEqualTo(TimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is after or equal to a time value.
isAfterOrEqualTo(DateTimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is after or equal to a date/time value.
isAfterOrEqualTo(String) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is after or equal to a date, time or date/time represented by a String.
isAfterOrEqualTo(DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
Verifies that the value is after or equal to a date value.
isAfterOrEqualTo(TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
Verifies that the value is after or equal to a time value.
isAfterOrEqualTo(DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
Verifies that the value is after or equal to a date/time value.
isAfterOrEqualTo(String) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
Verifies that the value is after or equal to a date, time or date/time represented by a String.
isAfterOrEqualTo(A, WritableAssertionInfo, Object, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
Verifies that the value is after or equal to a date value.
isAfterOrEqualTo(A, WritableAssertionInfo, Object, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
Verifies that the value is after or equal to a time value.
isAfterOrEqualTo(A, WritableAssertionInfo, Object, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
Verifies that the value is after or equal to a date/time value.
isAfterOrEqualTo(A, WritableAssertionInfo, Object, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
Verifies that the value is after or equal to a date, time or date/time represented by a String.
isBefore(DateValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is before a date value.
isBefore(TimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is before a time value.
isBefore(DateTimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is before a date/time value.
isBefore(String) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is before a date, time or date/time represented by a String.
isBefore(DateValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is before a date value.
isBefore(TimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is before a time value.
isBefore(DateTimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is before a date/time value.
isBefore(String) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is before a date, time or date/time represented by a String.
isBefore(DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
Verifies that the value is before a date value.
isBefore(TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
Verifies that the value is before a time value.
isBefore(DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
Verifies that the value is before a date/time value.
isBefore(String) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
Verifies that the value is before a date, time or date/time represented by a String.
isBefore(A, WritableAssertionInfo, Object, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
Verifies that the value is before a date value.
isBefore(A, WritableAssertionInfo, Object, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
Verifies that the value is before a time value.
isBefore(A, WritableAssertionInfo, Object, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
Verifies that the value is before a date/time value.
isBefore(A, WritableAssertionInfo, Object, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
Verifies that the value is before a date, time or date/time represented by a String.
isBefore(DateTimeValue) - Method in class org.assertj.db.type.DateTimeValue
Returns if this date/time value is before the date/time value in parameter.
isBefore(DateValue) - Method in class org.assertj.db.type.DateValue
Returns if this date value is before the date value in parameter.
isBefore(TimeValue) - Method in class org.assertj.db.type.TimeValue
Returns if this time value is before the time value in parameter.
isBeforeOrEqualTo(DateValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is before or equal to a date value.
isBeforeOrEqualTo(TimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is before or equal to a time value.
isBeforeOrEqualTo(DateTimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is before or equal to a date/time value.
isBeforeOrEqualTo(String) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is before or equal to a date, time or date/time represented by a String.
isBeforeOrEqualTo(DateValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is before or equal to a date value.
isBeforeOrEqualTo(TimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is before or equal to a time value.
isBeforeOrEqualTo(DateTimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is before or equal to a date/time value.
isBeforeOrEqualTo(String) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is before or equal to a date, time or date/time represented by a String.
isBeforeOrEqualTo(DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
Verifies that the value is before or equal to a date value.
isBeforeOrEqualTo(TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
Verifies that the value is before or equal to a time value.
isBeforeOrEqualTo(DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
Verifies that the value is before or equal to a date/time value.
isBeforeOrEqualTo(String) - Method in interface org.assertj.db.api.assertions.AssertOnValueChronology
Verifies that the value is before or equal to a date, time or date/time represented by a String.
isBeforeOrEqualTo(A, WritableAssertionInfo, Object, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
Verifies that the value is before or equal to a date value.
isBeforeOrEqualTo(A, WritableAssertionInfo, Object, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
Verifies that the value is before or equal to a time value.
isBeforeOrEqualTo(A, WritableAssertionInfo, Object, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
Verifies that the value is before or equal to a date/time value.
isBeforeOrEqualTo(A, WritableAssertionInfo, Object, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueChronology
Verifies that the value is before or equal to a date, time or date/time represented by a String.
isBoolean() - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is a boolean.
isBoolean(boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the type of the values of the column is boolean.
isBoolean() - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is a boolean.
isBoolean(boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
Verifies that the type of the values of the column is boolean.
isBoolean() - Method in interface org.assertj.db.api.assertions.AssertOnValueType
Verifies that the value is a boolean.
isBoolean(A, WritableAssertionInfo, Object, Object, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
Verifies that the type of the values of the column is boolean.
isBoolean(A, WritableAssertionInfo, List<Object>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
Verifies that the type of the values of the column is boolean.
isBoolean(A, WritableAssertionInfo, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
Verifies that the value is a boolean.
isBoolean(boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the type of the values of the column is boolean.
isBytes() - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is a array of bytes.
isBytes(boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the type of the values of the column is array of bytes.
isBytes() - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is a array of bytes.
isBytes(boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
Verifies that the type of the values of the column is array of bytes.
isBytes() - Method in interface org.assertj.db.api.assertions.AssertOnValueType
Verifies that the value is a array of bytes.
isBytes(A, WritableAssertionInfo, Object, Object, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
Verifies that the type of the values of the column is array of bytes.
isBytes(A, WritableAssertionInfo, List<Object>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
Verifies that the type of the values of the column is array of bytes.
isBytes(A, WritableAssertionInfo, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
Verifies that the value is a array of bytes.
isBytes(boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the type of the values of the column is array of bytes.
isCreation() - Method in interface org.assertj.db.api.assertions.AssertOnChangeType
Verifies that the type of the change is a creation.
isCreation(A, WritableAssertionInfo, Change) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnChangeType
Verifies that the type of the change is a creation.
isCreation() - Method in class org.assertj.db.api.ChangeAssert
Verifies that the type of the change is a creation.
isDate() - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is a date.
isDate(boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the type of the values of the column is date.
isDate() - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is a date.
isDate(boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
Verifies that the type of the values of the column is date.
isDate() - Method in interface org.assertj.db.api.assertions.AssertOnValueType
Verifies that the value is a date.
isDate(A, WritableAssertionInfo, Object, Object, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
Verifies that the type of the values of the column is date.
isDate(A, WritableAssertionInfo, List<Object>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
Verifies that the type of the values of the column is date.
isDate(A, WritableAssertionInfo, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
Verifies that the value is a date.
isDate(boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the type of the values of the column is date.
isDateTime() - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is a date/time.
isDateTime(boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the type of the values of the column is date/time.
isDateTime() - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is a date/time.
isDateTime(boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
Verifies that the type of the values of the column is date/time.
isDateTime() - Method in interface org.assertj.db.api.assertions.AssertOnValueType
Verifies that the value is a date/time.
isDateTime(A, WritableAssertionInfo, Object, Object, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
Verifies that the type of the values of the column is date/time.
isDateTime(A, WritableAssertionInfo, List<Object>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
Verifies that the type of the values of the column is date/time.
isDateTime(A, WritableAssertionInfo, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
Verifies that the value is a date/time.
isDateTime(boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the type of the values of the column is date/time.
isDeletion() - Method in interface org.assertj.db.api.assertions.AssertOnChangeType
Verifies that the type of the change is a deletion.
isDeletion(A, WritableAssertionInfo, Change) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnChangeType
Verifies that the type of the change is a deletion.
isDeletion() - Method in class org.assertj.db.api.ChangeAssert
Verifies that the type of the change is a deletion.
isEqualTo(Boolean) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is equal to a boolean.
isEqualTo(Number) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is equal to a number.
isEqualTo(byte[]) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is equal to a array of bytes.
isEqualTo(String) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is equal to a text.
isEqualTo(DateValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is equal to a date value.
isEqualTo(TimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is equal to a time value.
isEqualTo(DateTimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is equal to a date/time value.
isEqualTo(Boolean) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is equal to a boolean.
isEqualTo(Number) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is equal to a number.
isEqualTo(byte[]) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is equal to a array of bytes.
isEqualTo(String) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is equal to a text.
isEqualTo(DateValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is equal to a date value.
isEqualTo(TimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is equal to a time value.
isEqualTo(DateTimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is equal to a date/time value.
isEqualTo(Boolean) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
Verifies that the value is equal to a boolean.
isEqualTo(Number) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
Verifies that the value is equal to a number.
isEqualTo(byte[]) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
Verifies that the value is equal to a array of bytes.
isEqualTo(String) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
Verifies that the value is equal to a text.
isEqualTo(DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
Verifies that the value is equal to a date value.
isEqualTo(TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
Verifies that the value is equal to a time value.
isEqualTo(DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
Verifies that the value is equal to a date/time value.
isEqualTo(A, WritableAssertionInfo, Object, Boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
Verifies that the value is equal to a boolean.
isEqualTo(A, WritableAssertionInfo, Object, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
Verifies that the value is equal to a number.
isEqualTo(A, WritableAssertionInfo, Object, byte[]) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
Verifies that the value is equal to a array of bytes.
isEqualTo(A, WritableAssertionInfo, Object, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
Verifies that the value is equal to a text.
isEqualTo(A, WritableAssertionInfo, Object, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
Verifies that the value is equal to a date value.
isEqualTo(A, WritableAssertionInfo, Object, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
Verifies that the value is equal to a time value.
isEqualTo(A, WritableAssertionInfo, Object, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
Verifies that the value is equal to a date/time value.
isFalse() - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is equal to false boolean.
isFalse() - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is equal to false boolean.
isFalse() - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
Verifies that the value is equal to false boolean.
isFalse(A, WritableAssertionInfo, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
Verifies that the value is equal to false boolean.
isGreaterThan(Number) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is greater than a number.
isGreaterThan(Number) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is greater than a number.
isGreaterThan(Number) - Method in interface org.assertj.db.api.assertions.AssertOnValueComparison
Verifies that the value is greater than a number.
isGreaterThan(A, WritableAssertionInfo, Object, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueComparison
Verifies that the value is greater than a number.
isGreaterThanOrEqualTo(Number) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is greater than or equal to a number.
isGreaterThanOrEqualTo(Number) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is greater than or equal to a number.
isGreaterThanOrEqualTo(Number) - Method in interface org.assertj.db.api.assertions.AssertOnValueComparison
Verifies that the value is greater than or equal to a number.
isGreaterThanOrEqualTo(A, WritableAssertionInfo, Object, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueComparison
Verifies that the value is greater than or equal to a number.
isLessThan(Number) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is less than a number.
isLessThan(Number) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is less than a number.
isLessThan(Number) - Method in interface org.assertj.db.api.assertions.AssertOnValueComparison
Verifies that the value is less than a number.
isLessThan(A, WritableAssertionInfo, Object, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueComparison
Verifies that the value is less than a number.
isLessThanOrEqualTo(Number) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is less than or equal to a number.
isLessThanOrEqualTo(Number) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is less than or equal to a number.
isLessThanOrEqualTo(Number) - Method in interface org.assertj.db.api.assertions.AssertOnValueComparison
Verifies that the value is less than or equal to a number.
isLessThanOrEqualTo(A, WritableAssertionInfo, Object, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueComparison
Verifies that the value is less than or equal to a number.
isMidnight() - Method in class org.assertj.db.type.DateTimeValue
 
isMidnight() - Method in class org.assertj.db.type.DateValue
 
isMidnight() - Method in interface org.assertj.db.type.DateValueContainer
Returns if it is midnight.
isModification() - Method in interface org.assertj.db.api.assertions.AssertOnChangeType
Verifies that the type of the change is a modification.
isModification(A, WritableAssertionInfo, Change) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnChangeType
Verifies that the type of the change is a modification.
isModification() - Method in class org.assertj.db.api.ChangeAssert
Verifies that the type of the change is a modification.
isModified() - Method in interface org.assertj.db.api.assertions.AssertOnModifiedColumn
Verifies that the column is modified between the start point and the end point.
isModified(A, WritableAssertionInfo, Object, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnModifiedColumn
Verifies that the column is modified between the start point and the end point.
isModified() - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the column is modified between the start point and the end point.
isNotEqualTo(Boolean) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is not equal to a boolean.
isNotEqualTo(byte[]) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is not equal to a array of bytes.
isNotEqualTo(DateTimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is not equal to a date/time value.
isNotEqualTo(DateValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is not equal to a date value.
isNotEqualTo(Number) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is not equal to a number.
isNotEqualTo(String) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is not equal to a text.
isNotEqualTo(TimeValue) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is not equal to a time value.
isNotEqualTo(Boolean) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is not equal to a boolean.
isNotEqualTo(byte[]) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is not equal to a array of bytes.
isNotEqualTo(DateTimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is not equal to a date/time value.
isNotEqualTo(DateValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is not equal to a date value.
isNotEqualTo(Number) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is not equal to a number.
isNotEqualTo(String) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is not equal to a text.
isNotEqualTo(TimeValue) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is not equal to a time value.
isNotEqualTo(Boolean) - Method in interface org.assertj.db.api.assertions.AssertOnValueNonEquality
Verifies that the value is not equal to a boolean.
isNotEqualTo(byte[]) - Method in interface org.assertj.db.api.assertions.AssertOnValueNonEquality
Verifies that the value is not equal to a array of bytes.
isNotEqualTo(DateTimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueNonEquality
Verifies that the value is not equal to a date/time value.
isNotEqualTo(DateValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueNonEquality
Verifies that the value is not equal to a date value.
isNotEqualTo(Number) - Method in interface org.assertj.db.api.assertions.AssertOnValueNonEquality
Verifies that the value is not equal to a number.
isNotEqualTo(String) - Method in interface org.assertj.db.api.assertions.AssertOnValueNonEquality
Verifies that the value is not equal to a text.
isNotEqualTo(TimeValue) - Method in interface org.assertj.db.api.assertions.AssertOnValueNonEquality
Verifies that the value is not equal to a time value.
isNotEqualTo(A, WritableAssertionInfo, Object, Boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueNonEquality
Verifies that the value is not equal to a boolean.
isNotEqualTo(A, WritableAssertionInfo, Object, byte[]) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueNonEquality
Verifies that the value is not equal to a array of bytes.
isNotEqualTo(A, WritableAssertionInfo, Object, DateTimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueNonEquality
Verifies that the value is not equal to a date/time value.
isNotEqualTo(A, WritableAssertionInfo, Object, DateValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueNonEquality
Verifies that the value is not equal to a date value.
isNotEqualTo(A, WritableAssertionInfo, Object, Number) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueNonEquality
Verifies that the value is not equal to a number.
isNotEqualTo(A, WritableAssertionInfo, Object, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueNonEquality
Verifies that the value is not equal to a text.
isNotEqualTo(A, WritableAssertionInfo, Object, TimeValue) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueNonEquality
Verifies that the value is not equal to a time value.
isNotModified() - Method in interface org.assertj.db.api.assertions.AssertOnModifiedColumn
Verifies that the column is not modified between the start point and the end point.
isNotModified(A, WritableAssertionInfo, Object, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnModifiedColumn
Verifies that the column is not modified between the start point and the end point.
isNotModified() - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the column is not modified between the start point and the end point.
isNotNull() - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is not null.
isNotNull() - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is not null.
isNotNull() - Method in interface org.assertj.db.api.assertions.AssertOnValueNullity
Verifies that the value is not null.
isNotNull(A, WritableAssertionInfo, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueNullity
Verifies that the value is not null.
isNotZero() - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is not equal to zero.
isNotZero() - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is not equal to zero.
isNotZero() - Method in interface org.assertj.db.api.assertions.AssertOnValueNonEquality
Verifies that the value is not equal to zero.
isNotZero(A, WritableAssertionInfo, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueNonEquality
Verifies that the value is not equal to zero.
isNull() - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is null.
isNull() - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is null.
isNull() - Method in interface org.assertj.db.api.assertions.AssertOnValueNullity
Verifies that the value is null.
isNull(A, WritableAssertionInfo, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueNullity
Verifies that the value is null.
isNumber() - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is a number.
isNumber(boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the type of the values of the column is number.
isNumber() - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is a number.
isNumber(boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
Verifies that the type of the values of the column is number.
isNumber() - Method in interface org.assertj.db.api.assertions.AssertOnValueType
Verifies that the value is a number.
isNumber(A, WritableAssertionInfo, Object, Object, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
Verifies that the type of the values of the column is number.
isNumber(A, WritableAssertionInfo, List<Object>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
Verifies that the type of the values of the column is number.
isNumber(A, WritableAssertionInfo, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
Verifies that the value is a number.
isNumber(boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the type of the values of the column is number.
isOfAnyTypeIn(ValueType...) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the type of the value is equal to one of the types in parameters.
isOfAnyTypeIn(ValueType...) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the type of the column is equal to one of the types in parameters.
isOfAnyTypeIn(ValueType...) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the type of the value is equal to one of the types in parameters.
isOfAnyTypeIn(ValueType...) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
Verifies that the type of the column is equal to one of the types in parameters.
isOfAnyTypeIn(ValueType...) - Method in interface org.assertj.db.api.assertions.AssertOnValueType
Verifies that the type of the value is equal to one of the types in parameters.
isOfAnyTypeIn(A, WritableAssertionInfo, Object, Object, ValueType...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
Verifies that the type of the column is equal to one of the types in parameters.
isOfAnyTypeIn(A, WritableAssertionInfo, List<Object>, ValueType...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
Verifies that the type of the column is equal to one of the types in parameters.
isOfAnyTypeIn(A, WritableAssertionInfo, Object, ValueType...) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
Verifies that the type of the value is equal to one of the types in parameters.
isOfAnyTypeIn(ValueType...) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the type of the column is equal to one of the types in parameters.
isOfType(ValueType) - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the type of the value is equal to the type in parameter.
isOfType(ValueType, boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the type of the values of the column is equal to the type in parameter.
isOfType(ValueType) - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the type of the value is equal to the type in parameter.
isOfType(ChangeType) - Method in interface org.assertj.db.api.assertions.AssertOnChangeType
Verifies that the type of the change is equal to the type in parameter.
isOfType(ValueType, boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
Verifies that the type of the values of the column is equal to the type in parameter.
isOfType(ValueType) - Method in interface org.assertj.db.api.assertions.AssertOnValueType
Verifies that the type of the value is equal to the type in parameter.
isOfType(A, WritableAssertionInfo, Change, ChangeType) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnChangeType
Verifies that the type of the change is equal to the type in parameter.
isOfType(A, WritableAssertionInfo, Object, Object, ValueType, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
/** Verifies that the type of the values of the column is equal to the type in parameter.
isOfType(A, WritableAssertionInfo, List<Object>, ValueType, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
/** Verifies that the type of the values of the column is equal to the type in parameter.
isOfType(A, WritableAssertionInfo, Object, ValueType) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
Verifies that the type of the value is equal to the type in parameter.
isOfType(ChangeType) - Method in class org.assertj.db.api.ChangeAssert
Verifies that the type of the change is equal to the type in parameter.
isOfType(ValueType, boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the type of the values of the column is equal to the type in parameter.
isOnDataType(DataType) - Method in interface org.assertj.db.api.assertions.AssertOnDataType
Verifies that the data type on which is the change is equal to the type in parameter.
isOnDataType(A, WritableAssertionInfo, Change, DataType) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnDataType
Verifies that the data type on which is the change is equal to the type in parameter.
isOnDataType(DataType) - Method in class org.assertj.db.api.ChangeAssert
Verifies that the data type on which is the change is equal to the type in parameter.
isOnRequest() - Method in interface org.assertj.db.api.assertions.AssertOnDataType
Verifies that the data type on which is the change is a request.
isOnRequest(A, WritableAssertionInfo, Change) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnDataType
Verifies that the data type on which is the change is a request.
isOnRequest() - Method in class org.assertj.db.api.ChangeAssert
Verifies that the data type on which is the change is a request.
isOnTable() - Method in interface org.assertj.db.api.assertions.AssertOnDataType
Verifies that the data type on which is the change is a table.
isOnTable(String) - Method in interface org.assertj.db.api.assertions.AssertOnDataType
Verifies that the change is on a table with the name in parameter.
isOnTable(A, WritableAssertionInfo, Change) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnDataType
Verifies that the data type on which is the change is a table.
isOnTable(A, WritableAssertionInfo, Change, String) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnDataType
Verifies that the change is on a table with the name in parameter.
isOnTable() - Method in class org.assertj.db.api.ChangeAssert
Verifies that the data type on which is the change is a table.
isOnTable(String) - Method in class org.assertj.db.api.ChangeAssert
Verifies that the change is on a table with the name in parameter.
isText() - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is a text.
isText(boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the type of the values of the column is text.
isText() - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is a text.
isText(boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
Verifies that the type of the values of the column is text.
isText() - Method in interface org.assertj.db.api.assertions.AssertOnValueType
Verifies that the value is a text.
isText(A, WritableAssertionInfo, Object, Object, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
Verifies that the type of the values of the column is text.
isText(A, WritableAssertionInfo, List<Object>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
Verifies that the type of the values of the column is text.
isText(A, WritableAssertionInfo, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
Verifies that the value is a text.
isText(boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the type of the values of the column is text.
isTime() - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is a time.
isTime(boolean) - Method in class org.assertj.db.api.AbstractColumnAssert
Verifies that the type of the values of the column is time.
isTime() - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is a time.
isTime(boolean) - Method in interface org.assertj.db.api.assertions.AssertOnColumnType
Verifies that the type of the values of the column is time.
isTime() - Method in interface org.assertj.db.api.assertions.AssertOnValueType
Verifies that the value is a time.
isTime(A, WritableAssertionInfo, Object, Object, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnOfChangeType
Verifies that the type of the values of the column is time.
isTime(A, WritableAssertionInfo, List<Object>, boolean) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnColumnType
Verifies that the type of the values of the column is time.
isTime(A, WritableAssertionInfo, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueType
Verifies that the value is a time.
isTime(boolean) - Method in class org.assertj.db.api.ChangeColumnAssert
Verifies that the type of the values of the column is time.
isTrue() - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is equal to true boolean.
isTrue() - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is equal to true boolean.
isTrue() - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
Verifies that the value is equal to true boolean.
isTrue(A, WritableAssertionInfo, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
Verifies that the value is equal to true boolean.
isZero() - Method in class org.assertj.db.api.AbstractAssertWithValues
Verifies that the value is equal to zero.
isZero() - Method in class org.assertj.db.api.AbstractValueAssert
Verifies that the value is equal to zero.
isZero() - Method in interface org.assertj.db.api.assertions.AssertOnValueEquality
Verifies that the value is equal to zero.
isZero(A, WritableAssertionInfo, Object) - Static method in class org.assertj.db.api.assertions.impl.AssertionsOnValueEquality
Verifies that the value is equal to zero.

L

loadImpl(Connection) - Method in class org.assertj.db.type.AbstractDbData
Implementation of the loading that depends of the kind of data.
loadImpl(Connection) - Method in class org.assertj.db.type.Request
Specific implementation of the loading for a Request.
loadImpl(Connection) - Method in class org.assertj.db.type.Table
Specific implementation of the loading for a Table.

M

myself - Variable in class org.assertj.db.api.AbstractAssert
Class of the assertion.
myself - Variable in class org.assertj.db.type.AbstractDbElement
Class of the element.

O

of(DateValue) - Static method in class org.assertj.db.type.DateTimeValue
Makes an instance of date/time value from a date with time at 00:00AM.
of(DateValue, TimeValue) - Static method in class org.assertj.db.type.DateTimeValue
Makes an instance of date/time value from a date and a time.
of(int, int, int) - Static method in class org.assertj.db.type.DateValue
Makes an instance of date value from a day of month, a month and an year.
of(int, int, int, int) - Static method in class org.assertj.db.type.TimeValue
Makes an instance of time value from a hour, minutes, seconds and nanoseconds.
of(int, int, int) - Static method in class org.assertj.db.type.TimeValue
Makes an instance of time value from a hour, minutes and seconds.
of(int, int) - Static method in class org.assertj.db.type.TimeValue
Makes an instance of time value from a hour and minutes.
ofAll() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns an assertion of all the changes.
ofAll() - Method in class org.assertj.db.api.ChangesAssert
Returns an assertion of all the changes.
ofAll() - Method in interface org.assertj.db.api.navigation.ToChanges
Returns an assertion of all the changes.
ofCreation() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns an assertion of the changes of creation (ChangeType.CREATION).
ofCreation() - Method in class org.assertj.db.api.ChangesAssert
Returns an assertion of the changes of creation (ChangeType.CREATION).
ofCreation() - Method in interface org.assertj.db.api.navigation.ToChanges
Returns an assertion of the changes of creation (ChangeType.CREATION).
ofCreationOnTable(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns an assertion of the changes of creation (ChangeType.CREATION) on a table.
ofCreationOnTable(String) - Method in class org.assertj.db.api.ChangesAssert
Returns an assertion of the changes of creation (ChangeType.CREATION) on a table.
ofCreationOnTable(String) - Method in interface org.assertj.db.api.navigation.ToChanges
Returns an assertion of the changes of creation (ChangeType.CREATION) on a table.
ofDeletion() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns an assertion of the changes of deletion (ChangeType.DELETION).
ofDeletion() - Method in class org.assertj.db.api.ChangesAssert
Returns an assertion of the changes of deletion (ChangeType.DELETION).
ofDeletion() - Method in interface org.assertj.db.api.navigation.ToChanges
Returns an assertion of the changes of deletion (ChangeType.DELETION).
ofDeletionOnTable(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns an assertion of the changes of deletion (ChangeType.DELETION) on a table.
ofDeletionOnTable(String) - Method in class org.assertj.db.api.ChangesAssert
Returns an assertion of the changes of deletion (ChangeType.DELETION) on a table.
ofDeletionOnTable(String) - Method in interface org.assertj.db.api.navigation.ToChanges
Returns an assertion of the changes of deletion (ChangeType.DELETION) on a table.
ofModification() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns an assertion of the changes of modification (ChangeType.MODIFICATION).
ofModification() - Method in class org.assertj.db.api.ChangesAssert
Returns an assertion of the changes of modification (ChangeType.MODIFICATION).
ofModification() - Method in interface org.assertj.db.api.navigation.ToChanges
Returns an assertion of the changes of modification (ChangeType.MODIFICATION).
ofModificationOnTable(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns an assertion of the changes of modification (ChangeType.MODIFICATION) on a table.
ofModificationOnTable(String) - Method in class org.assertj.db.api.ChangesAssert
Returns an assertion of the changes of modification (ChangeType.MODIFICATION) on a table.
ofModificationOnTable(String) - Method in interface org.assertj.db.api.navigation.ToChanges
Returns an assertion of the changes of modification (ChangeType.MODIFICATION) on a table.
onTable(String) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithChanges
Returns an assertion of the changes on a table.
onTable(String) - Method in class org.assertj.db.api.ChangesAssert
Returns an assertion of the changes on a table.
onTable(String) - Method in interface org.assertj.db.api.navigation.ToChanges
Returns an assertion of the changes on a table.
org.assertj.db.api - package org.assertj.db.api
This package contains the API of assertj-db (and especially the entry point class Assertions).
org.assertj.db.api.assertions - package org.assertj.db.api.assertions
This package contains interfaces that defines the different assertions methods.
org.assertj.db.api.assertions.impl - package org.assertj.db.api.assertions.impl
This package contains utility classes that implements the different assertions methods.
org.assertj.db.api.navigation - package org.assertj.db.api.navigation
This package contains interfaces that defines the different navigation methods.
org.assertj.db.api.origin - package org.assertj.db.api.origin
This package contains interfaces that defines the different Origins used by the navigation.
org.assertj.db.error - package org.assertj.db.error
This package contains the different error messages used when an assertion methods fail.
org.assertj.db.exception - package org.assertj.db.exception
This package contains the different exception thrown when there is an unexpected situation.
org.assertj.db.type - package org.assertj.db.type
This package contains the classes that defines the different types used in assertj-db.
org.assertj.db.util - package org.assertj.db.util
This package contains the utility classes of assertj-db.
origin - Variable in class org.assertj.db.api.AbstractAssertWithOrigin
The assertion of origin.
Origin - Interface in org.assertj.db.api.origin
Defines a class which is the origin of another.
OriginWithChanges - Interface in org.assertj.db.api.origin
Defines a class which is the Origin of another and have Changes.
OriginWithColumnsAndRows<C extends ColumnAssert,R extends RowAssert> - Interface in org.assertj.db.api.origin
Defines a class which is the Origin of another and have Columns and Rows.
OriginWithColumnsAndRowsFromChange - Interface in org.assertj.db.api.origin
Defines a class which is the Origin of another and have Columns and Rows from a Change.
OriginWithValuesFromColumn - Interface in org.assertj.db.api.origin
Defines a class which is the Origin of another and have values from a Column of a Change.
OriginWithValuesFromRow - Interface in org.assertj.db.api.origin
Defines a class which is the Origin of another and have values from a Row.

P

parse(String) - Static method in class org.assertj.db.type.DateTimeValue
Makes an instance of date/time value from a String in yyyy-mm-dd, yyyy-mm-ddThh:mm, yyyy-mm-ddThh:mm:ss or yyyy-mm-ddThh:mm:ss.nnnnnnnnn format.
parse(String) - Static method in class org.assertj.db.type.DateValue
Makes an instance of date value from a String in format yyyy-mm-dd.
parse(String) - Static method in class org.assertj.db.type.TimeValue
Makes an instance of time value from a String in hh:mm, hh:mm:ss or hh:mm:ss.nnnnnnnnn format.

R

Request - Class in org.assertj.db.type
A request in the database to get values.
Request() - Constructor for class org.assertj.db.type.Request
Default constructor.
Request(Source, String, Object...) - Constructor for class org.assertj.db.type.Request
Constructor with a connection.
Request(DataSource, String, Object...) - Constructor for class org.assertj.db.type.Request
Constructor with a data source.
RequestAssert - Class in org.assertj.db.api
Assertion methods for a Request.
RequestColumnAssert - Class in org.assertj.db.api
Assertion methods for a Column of a Request.
RequestColumnValueAssert - Class in org.assertj.db.api
Assertion methods for a value in a Column of a Request.
RequestRowAssert - Class in org.assertj.db.api
Assertion methods for a Row of a Table.
RequestRowValueAssert - Class in org.assertj.db.api
Assertion methods for a value in a Row of a Request.
returnToChange() - Method in class org.assertj.db.api.ChangeColumnAssert
Returns to level of assertion methods on a Change.
returnToChange() - Method in class org.assertj.db.api.ChangeRowAssert
Returns to level of assertion methods on a Change.
returnToChanges() - Method in class org.assertj.db.api.ChangeAssert
Returns to level of assertion methods on Changes.
returnToColumn() - Method in class org.assertj.db.api.AbstractColumnValueAssert
Returns to level of assertion methods on a Column.
returnToColumn() - Method in class org.assertj.db.api.ChangeColumnValueAssert
Returns to level of assertion methods on a Column.
returnToOrigin() - Method in class org.assertj.db.api.AbstractAssertWithOrigin
Returns the assertion of origin (an instance of a sub-class of Origin.
returnToRequest() - Method in class org.assertj.db.api.RequestColumnAssert
Returns to level of assertion methods on a Request.
returnToRequest() - Method in class org.assertj.db.api.RequestRowAssert
Returns to level of assertion methods on a Request.
returnToRow() - Method in class org.assertj.db.api.AbstractRowValueAssert
Returns to level of assertion methods on a Row.
returnToRow() - Method in class org.assertj.db.api.ChangeRowValueAssert
Returns to level of assertion methods on a Row.
returnToTable() - Method in class org.assertj.db.api.TableColumnAssert
Returns to level of assertion methods on a Table.
returnToTable() - Method in class org.assertj.db.api.TableRowAssert
Returns to level of assertion methods on a Table.
row() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRows
Returns assertion methods on the next Row in the list of Row.
row(int) - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRows
Returns assertion methods on the Row at the index in parameter.
row() - Method in class org.assertj.db.api.AbstractDbAssert
Returns assertion methods on the next Row in the list of Row.
row(int) - Method in class org.assertj.db.api.AbstractDbAssert
Returns assertion methods on the Row at the index in parameter.
row() - Method in interface org.assertj.db.api.navigation.ToRow
Returns assertion methods on the next Row in the list of Row.
row(int) - Method in interface org.assertj.db.api.navigation.ToRow
Returns assertion methods on the Row at the index in parameter.
Row - Class in org.assertj.db.type
Row in a AbstractDbData.
RowAssert - Interface in org.assertj.db.api.navigation
Interface that represents a assert about row.
rowAtEndPoint() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRowsFromChange
Returns assertion methods on the Row at end point.
rowAtEndPoint() - Method in class org.assertj.db.api.ChangeAssert
Returns assertion methods on the Row at end point.
rowAtEndPoint() - Method in interface org.assertj.db.api.navigation.ToRowFromChange
Returns assertion methods on the Row at end point.
rowAtStartPoint() - Method in class org.assertj.db.api.AbstractAssertWithOriginWithColumnsAndRowsFromChange
Returns assertion methods on the Row at start point.
rowAtStartPoint() - Method in class org.assertj.db.api.ChangeAssert
Returns assertion methods on the Row at start point.
rowAtStartPoint() - Method in interface org.assertj.db.api.navigation.ToRowFromChange
Returns assertion methods on the Row at start point.
RowComparator - Enum in org.assertj.db.util
Comparator for the Row.

S

setColumnsNameList(List<String>) - Method in class org.assertj.db.type.AbstractDbData
Sets the list of the columns name.
setColumnsToCheck(String[]) - Method in class org.assertj.db.type.Table
Sets the columns to check (which are present in AbstractDbData.getColumnsNameList().
setColumnsToExclude(String[]) - Method in class org.assertj.db.type.Table
Sets the columns to exclude (which are not present in AbstractDbData.getColumnsNameList().
setDataSource(DataSource) - Method in class org.assertj.db.type.AbstractDbElement
Sets the data source.
setEndPointNow() - Method in class org.assertj.db.type.Changes
Sets the end point for comparison.
setName(String) - Method in class org.assertj.db.type.Table
Sets the name of the table.
setParameters(Object...) - Method in class org.assertj.db.type.Request
Sets the parameters of the SQL request.
setPksName(String...) - Method in class org.assertj.db.type.Request
Sets the primary keys name.
setPksNameList(List<String>) - Method in class org.assertj.db.type.AbstractDbData
Sets the list of the primary key name.
setRequest(Request) - Method in class org.assertj.db.type.Changes
Sets the Request.
setRequest(String) - Method in class org.assertj.db.type.Request
Sets the SQL request.
setSource(Source) - Method in class org.assertj.db.type.AbstractDbElement
Sets the source.
setStartPointNow() - Method in class org.assertj.db.type.Changes
Sets the start point for comparison.
setTables(Table...) - Method in class org.assertj.db.type.Changes
Sets the table on which are the comparison.
ShouldBeAfter - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is after a value.
shouldBeAfter(Object, Object) - Static method in class org.assertj.db.error.ShouldBeAfter
Creates a new ShouldBeAfter.
ShouldBeAfterOrEqual - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is after or equal a value.
shouldBeAfterOrEqual(Object, Object) - Static method in class org.assertj.db.error.ShouldBeAfterOrEqual
Creates a new ShouldBeAfterOrEqual.
ShouldBeBefore - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is before a value.
shouldBeBefore(Object, Object) - Static method in class org.assertj.db.error.ShouldBeBefore
Creates a new ShouldBeBefore.
ShouldBeBeforeOrEqual - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is before or equal a value.
shouldBeBeforeOrEqual(Object, Object) - Static method in class org.assertj.db.error.ShouldBeBeforeOrEqual
Creates a new ShouldBeBeforeOrEqual.
ShouldBeChangeType - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a change is of a type.
shouldBeChangeType(ChangeType, ChangeType) - Static method in class org.assertj.db.error.ShouldBeChangeType
Creates a new ShouldBeChangeType.
ShouldBeDataType - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a change is on a data type.
shouldBeDataType(DataType, DataType) - Static method in class org.assertj.db.error.ShouldBeDataType
Creates a new ShouldBeDataType.
ShouldBeEqual - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is equal to another value.
shouldBeEqual(Object, Object) - Static method in class org.assertj.db.error.ShouldBeEqual
Creates a new ShouldBeEqual.
shouldBeEqual() - Static method in class org.assertj.db.error.ShouldBeEqual
Creates a new ShouldBeEqual.
shouldBeEqual(int, Object, Object) - Static method in class org.assertj.db.error.ShouldBeEqual
Creates a new ShouldBeEqual.
shouldBeEqual(int) - Static method in class org.assertj.db.error.ShouldBeEqual
Creates a new ShouldBeEqual.
ShouldBeEqualWithEndPoint - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value at end point is equal to another value.
shouldBeEqualWithEndPoint(Object, Object) - Static method in class org.assertj.db.error.ShouldBeEqualWithEndPoint
shouldBeEqualWithEndPoint() - Static method in class org.assertj.db.error.ShouldBeEqualWithEndPoint
ShouldBeEqualWithStartPoint - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value at start point is equal to another value.
ShouldBeEqualWithStartPoint(Object, Object) - Constructor for class org.assertj.db.error.ShouldBeEqualWithStartPoint
Constructor.
shouldBeEqualWithStartPoint(Object, Object) - Static method in class org.assertj.db.error.ShouldBeEqualWithStartPoint
shouldBeEqualWithStartPoint() - Static method in class org.assertj.db.error.ShouldBeEqualWithStartPoint
ShouldBeGreater - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is greater than another value.
shouldBeGreater(Object, Object) - Static method in class org.assertj.db.error.ShouldBeGreater
Creates a new ShouldBeGreater.
ShouldBeGreaterOrEqual - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is greater than or equal to another value.
shouldBeGreaterOrEqual(Object, Object) - Static method in class org.assertj.db.error.ShouldBeGreaterOrEqual
Creates a new ShouldBeGreaterOrEqual.
ShouldBeLess - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is less than another value.
shouldBeLess(Object, Object) - Static method in class org.assertj.db.error.ShouldBeLess
Creates a new ShouldBeLess.
ShouldBeLessOrEqual - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is less than or equal to another value.
shouldBeLessOrEqual(Object, Object) - Static method in class org.assertj.db.error.ShouldBeLessOrEqual
Creates a new ShouldBeLessOrEqual.
ShouldBeModified - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a column is modified.
shouldBeModified(Object, Object) - Static method in class org.assertj.db.error.ShouldBeModified
Creates a new ShouldBeModified.
ShouldBeOnTable - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a change is on a table.
shouldBeOnTable(String, String) - Static method in class org.assertj.db.error.ShouldBeOnTable
Creates a new ShouldBeOnTable.
ShouldBeValueType - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is of a type.
shouldBeValueType(Object, ValueType, ValueType) - Static method in class org.assertj.db.error.ShouldBeValueType
Creates a new ShouldBeValueType.
shouldBeValueType(int, Object, ValueType, ValueType) - Static method in class org.assertj.db.error.ShouldBeValueType
Creates a new ShouldBeValueType.
ShouldBeValueTypeOfAny - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is of any types.
shouldBeValueTypeOfAny(Object, ValueType, ValueType...) - Static method in class org.assertj.db.error.ShouldBeValueTypeOfAny
Creates a new ShouldBeValueTypeOfAny.
shouldBeValueTypeOfAny(int, Object, ValueType, ValueType...) - Static method in class org.assertj.db.error.ShouldBeValueTypeOfAny
Creates a new ShouldBeValueTypeOfAny.
ShouldBeValueTypeOfAnyWithEndPoint - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is of any types.
shouldBeValueTypeOfAnyWithEndPoint(Object, ValueType, ValueType...) - Static method in class org.assertj.db.error.ShouldBeValueTypeOfAnyWithEndPoint
ShouldBeValueTypeOfAnyWithStartPoint - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is of any types.
shouldBeValueTypeOfAnyWithStartPoint(Object, ValueType, ValueType...) - Static method in class org.assertj.db.error.ShouldBeValueTypeOfAnyWithStartPoint
ShouldBeValueTypeWithEndPoint - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is of a type.
shouldBeValueTypeWithEndPoint(Object, ValueType, ValueType) - Static method in class org.assertj.db.error.ShouldBeValueTypeWithEndPoint
ShouldBeValueTypeWithStartPoint - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is of a type.
shouldBeValueTypeWithStartPoint(Object, ValueType, ValueType) - Static method in class org.assertj.db.error.ShouldBeValueTypeWithStartPoint
ShouldContainsOnlyNotNull - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is null.
shouldContainsOnlyNotNull(int) - Static method in class org.assertj.db.error.ShouldContainsOnlyNotNull
ShouldContainsOnlyNull - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is not null.
shouldContainsOnlyNull(int) - Static method in class org.assertj.db.error.ShouldContainsOnlyNull
Creates a new ShouldContainsOnlyNull.
ShouldExist - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a row exists.
shouldExist() - Static method in class org.assertj.db.error.ShouldExist
Creates a new ShouldExist.
ShouldHaveChangesSize - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies the changes size a value failed.
shouldHaveChangesSize(int, int) - Static method in class org.assertj.db.error.ShouldHaveChangesSize
Creates a new ShouldHaveChangesSize.
ShouldHaveColumnsSize - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies the columns size a value failed.
shouldHaveColumnsSize(int, int) - Static method in class org.assertj.db.error.ShouldHaveColumnsSize
Creates a new ShouldHaveColumnsSize.
ShouldHaveModifications - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies the modified columns.
shouldHaveModifications(Integer[], Integer[]) - Static method in class org.assertj.db.error.ShouldHaveModifications
shouldHaveModifications(String[], String[]) - Static method in class org.assertj.db.error.ShouldHaveModifications
ShouldHaveName - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies the name of the column.
shouldHaveName(String, String) - Static method in class org.assertj.db.error.ShouldHaveName
Creates a new ShouldHaveName.
ShouldHaveNumberOfModifications - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies the number of modified columns.
shouldHaveNumberOfModifications(int, int) - Static method in class org.assertj.db.error.ShouldHaveNumberOfModifications
ShouldHavePksNames - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies the names of the columns of the primary key.
shouldHavePksNames(String[], String[]) - Static method in class org.assertj.db.error.ShouldHavePksNames
Creates a new ShouldHavePksNames.
ShouldHavePksValues - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies the values of the columns of the primary key.
shouldHavePksValues(Object[], Object[]) - Static method in class org.assertj.db.error.ShouldHavePksValues
Creates a new ShouldHavePksValues.
ShouldHaveRowsSize - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies the rows size a value failed.
shouldHaveRowsSize(int, int) - Static method in class org.assertj.db.error.ShouldHaveRowsSize
Creates a new ShouldHaveRowsSize.
ShouldNotBeEqual - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a value is not equal to another value.
shouldNotBeEqual(Object, Object) - Static method in class org.assertj.db.error.ShouldNotBeEqual
Creates a new ShouldNotBeEqual.
shouldNotBeEqual() - Static method in class org.assertj.db.error.ShouldNotBeEqual
Creates a new ShouldNotBeEqual.
ShouldNotBeModified - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a column is not modified.
shouldNotBeModified(Object, Object) - Static method in class org.assertj.db.error.ShouldNotBeModified
Creates a new ShouldNotBeModified.
ShouldNotExist - Class in org.assertj.db.error
Creates an error message indicating that an assertion that verifies that a row does not exist.
shouldNotExist() - Static method in class org.assertj.db.error.ShouldNotExist
Creates a new ShouldNotExist.
Source - Class in org.assertj.db.type
A source to indicates the informations to connect to the database.
Source(String, String, String) - Constructor for class org.assertj.db.type.Source
Constructor with the informations.

T

Table - Class in org.assertj.db.type
A table in the database to read to get the values.
Table() - Constructor for class org.assertj.db.type.Table
Default constructor.
Table(Source, String) - Constructor for class org.assertj.db.type.Table
Constructor with a Source and the name of the table.
Table(Source, String, String[], String[]) - Constructor for class org.assertj.db.type.Table
Constructor with a Source, the name of the table and the columns to check and to exclude.
Table(DataSource, String) - Constructor for class org.assertj.db.type.Table
Constructor with a dataSource and the name of the table.
Table(DataSource, String, String[], String[]) - Constructor for class org.assertj.db.type.Table
Constructor with a connection, the name of the table and the columns to check and to exclude.
TableAssert - Class in org.assertj.db.api
Assertion methods for a Table.
TableColumnAssert - Class in org.assertj.db.api
Assertion methods for a Column of a Table.
TableColumnValueAssert - Class in org.assertj.db.api
Assertion methods for a value in a Column of a Table.
TableRowAssert - Class in org.assertj.db.api
Assertion methods for a Row of a Table.
TableRowValueAssert - Class in org.assertj.db.api
Assertion methods for a value in a Row of a Table.
TimeValue - Class in org.assertj.db.type
This class represents a time value in the database.
TimeValue(int, int, int, int) - Constructor for class org.assertj.db.type.TimeValue
Constructor.
TimeValue(int, int, int) - Constructor for class org.assertj.db.type.TimeValue
Constructor.
TimeValue(int, int) - Constructor for class org.assertj.db.type.TimeValue
Constructor.
TimeValue(String) - Constructor for class org.assertj.db.type.TimeValue
Constructor.
TimeValue(Time) - Constructor for class org.assertj.db.type.TimeValue
Constructor.
ToChange - Interface in org.assertj.db.api.navigation
Defines methods to navigate to an instance with assertion methods on a Change.
ToChanges - Interface in org.assertj.db.api.navigation
Defines methods to navigate to changes or to a Change.
ToColumn<C extends ColumnAssert> - Interface in org.assertj.db.api.navigation
Defines methods to navigate to a Column.
ToColumnFromChange<C extends ColumnAssert> - Interface in org.assertj.db.api.navigation
Defines methods to navigate to a modified Column from a Change.
ToRow<R extends RowAssert> - Interface in org.assertj.db.api.navigation
Defines methods to navigate to a Row.
ToRowFromChange<R extends RowAssert> - Interface in org.assertj.db.api.navigation
Defines methods to navigate to a Row from a Change.
toString() - Method in class org.assertj.db.type.DateTimeValue
 
toString() - Method in class org.assertj.db.type.DateValue
 
toString() - Method in class org.assertj.db.type.TimeValue
 
ToValue<V extends ValueAssert> - Interface in org.assertj.db.api.navigation
Defines methods to navigate to a value.
ToValueFromColumn<V extends ValueAssert> - Interface in org.assertj.db.api.navigation
Defines methods to navigate to a value from a Column (a column from a Change}.
ToValueFromRow<V extends ValueAssert> - Interface in org.assertj.db.api.navigation
Defines methods to navigate to a value from a Row.

V

value(String) - Method in class org.assertj.db.api.AbstractRowAssert
Returns assertion methods on the value corresponding to the column name in parameter.
value(String) - Method in class org.assertj.db.api.AbstractRowValueAssert
Returns assertion methods on the value corresponding to the column name in parameter.
value() - Method in class org.assertj.db.api.AbstractSubAssert
Returns assertion methods on the next value in the list of values.
value(int) - Method in class org.assertj.db.api.AbstractSubAssert
Returns assertion methods on the value at the index in parameter.
value() - Method in class org.assertj.db.api.AbstractValueAssert
Returns assertion methods on the next value in the list of values.
value(int) - Method in class org.assertj.db.api.AbstractValueAssert
Returns assertion methods on the value at the index in parameter.
value() - Method in class org.assertj.db.api.ChangeRowAssert
Returns assertion methods on the next value in the list of values.
value(int) - Method in class org.assertj.db.api.ChangeRowAssert
Returns assertion methods on the value at the index in parameter.
value(String) - Method in class org.assertj.db.api.ChangeRowAssert
Returns assertion methods on the value corresponding to the column name in parameter.
value() - Method in class org.assertj.db.api.ChangeRowValueAssert
Returns assertion methods on the next value in the list of values.
value(int) - Method in class org.assertj.db.api.ChangeRowValueAssert
Returns assertion methods on the value at the index in parameter.
value(String) - Method in class org.assertj.db.api.ChangeRowValueAssert
Returns assertion methods on the value corresponding to the column name in parameter.
value() - Method in interface org.assertj.db.api.navigation.ToValue
Returns assertion methods on the next value in the list of values.
value(int) - Method in interface org.assertj.db.api.navigation.ToValue
Returns assertion methods on the value at the index in parameter.
value(String) - Method in interface org.assertj.db.api.navigation.ToValueFromRow
Returns assertion methods on the value corresponding to the column name in parameter.
ValueAssert - Interface in org.assertj.db.api.navigation
Interface that represents a assert about value.
valueAtEndPoint() - Method in class org.assertj.db.api.ChangeColumnAssert
Returns assertion methods on the value at the end point.
valueAtEndPoint() - Method in class org.assertj.db.api.ChangeColumnValueAssert
Returns assertion methods on the value at the end point.
valueAtEndPoint() - Method in interface org.assertj.db.api.navigation.ToValueFromColumn
Returns assertion methods on the value at the end point.
valueAtStartPoint() - Method in class org.assertj.db.api.ChangeColumnAssert
Returns assertion methods on the value at the start point.
valueAtStartPoint() - Method in class org.assertj.db.api.ChangeColumnValueAssert
Returns assertion methods on the value at the start point.
valueAtStartPoint() - Method in interface org.assertj.db.api.navigation.ToValueFromColumn
Returns assertion methods on the value at the start point.
valueOf(String) - Static method in enum org.assertj.db.type.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.assertj.db.type.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.assertj.db.type.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.assertj.db.util.ChangeComparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.assertj.db.util.RowComparator
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.assertj.db.type.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.assertj.db.type.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.assertj.db.type.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.assertj.db.util.ChangeComparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.assertj.db.util.RowComparator
Returns an array containing the constants of this enum type, in the order they are declared.
Values - Class in org.assertj.db.util
Utility methods related to values.
ValueType - Enum in org.assertj.db.type
Enumeration of the different type of value that are in the database.
A B C D E F G H I L M O P R S T V 
Skip navigation links

Copyright © 2015 AssertJ. All Rights Reserved.