Uses of Interface
org.assertj.db.type.DbElement
Packages that use DbElement
Package
Description
This package contains interfaces that defines the different navigation methods.
This package contains the classes that defines the different types used in assertj-db.
-
Uses of DbElement in org.assertj.db.type
Classes in org.assertj.db.type that implement DbElementModifier and TypeClassDescriptionclassAbstractDbData<D extends AbstractDbData<D>>classAbstractDbElement<D extends AbstractDbElement<D>>This class represents element from the database (either aAbstractDbDataor aChange).classChange in the database.classChanges in the database.classColumn in aAbstractDbData.classA request in the database to get values.classRow in aAbstractDbData.classA table in the database to read to get the values.class