Uses of Interface
org.assertj.db.type.lettercase.WithColumnLetterCase
Packages that use WithColumnLetterCase
Package
Description
This package contains the classes that defines the different types used in assertj-db.
This package contains the interfaces and utility classes about the letter case.
-
Uses of WithColumnLetterCase in org.assertj.db.type
Subinterfaces of WithColumnLetterCase 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 WithColumnLetterCaseModifier 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.classThe implementation ofConnectionProviderbased on java.sql.DataSource.classThe implementation ofConnectionProviderfrom JDBC url connection info.classA request in the database to get values.classRow in aAbstractDbData.classA table in the database to read to get the values.class -
Uses of WithColumnLetterCase in org.assertj.db.type.lettercase
Subinterfaces of WithColumnLetterCase in org.assertj.db.type.lettercaseModifier and TypeInterfaceDescriptioninterfaceDefines the method to get the letter cases.