Uses of Interface
org.assertj.db.type.lettercase.WithLetterCase
Packages that use WithLetterCase
Package
Description
This package contains the classes that defines the different types used in assertj-db.
-
Uses of WithLetterCase in org.assertj.db.type
Subinterfaces of WithLetterCase in org.assertj.db.typeModifier and TypeInterfaceDescriptioninterfaceRepresent access to a database with capacity to return schema metadata and settings for letter case management.Classes in org.assertj.db.type that implement WithLetterCaseModifier and TypeClassDescriptionclassAbstractDbData<D extends AbstractDbData<D>>classAbstractDbElement<D extends AbstractDbElement<D>>This class represents element from the database (either aAbstractDbDataor aChange).classChanges in the database.classThe implementation ofConnectionProviderbased on java.sql.DataSource.classThe implementation ofConnectionProviderfrom JDBC url connection info.classA request in the database to get values.classA table in the database to read to get the values.