Uses of Class
org.assertj.db.type.lettercase.LetterCase
Packages that use LetterCase
Package
Description
This package contains utility classes that implements the different assertions methods.
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 LetterCase in org.assertj.db.api.assertions.impl
Methods in org.assertj.db.api.assertions.impl with parameters of type LetterCaseModifier and TypeMethodDescriptionstatic <A extends AbstractAssert<?>>
AAssertionsOnColumnName.hasColumnName(A assertion, org.assertj.core.api.WritableAssertionInfo info, String columnName, String expected, LetterCase columnLetterCase) Verifies that the name of a column is equal to the parameter.static <A extends AbstractAssert<?>>
AAssertionsOnModifiedColumns.hasModifiedColumns(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change, LetterCase columnLetterCase, String... names) 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.static <A extends AbstractAssert<?>>
AAssertionsOnPrimaryKey.hasPksNames(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change, LetterCase primaryKeyLetterCase, String... names) Verifies that the columns og the primary key of the rows of the change is the same as the parameters.static <A extends AbstractAssert<?>>
AAssertionsOnDataType.isOnTable(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change, LetterCase tableLetterCase, String name) Verifies that the change is on a table with the name in parameter. -
Uses of LetterCase in org.assertj.db.type
Fields in org.assertj.db.type declared as LetterCaseModifier and TypeFieldDescriptionprotected LetterCaseAssertDbConnectionFactory.AbstractConnectionProviderFactory.columnLetterCaseColumns letter case.protected LetterCaseAssertDbConnectionFactory.AbstractConnectionProviderFactory.columnLetterCaseColumns letter case.protected LetterCaseAssertDbConnectionFactory.AbstractConnectionProviderFactory.primaryKeyLetterCasePKs letter case.protected LetterCaseAssertDbConnectionFactory.AbstractConnectionProviderFactory.primaryKeyLetterCasePKs letter case.protected LetterCaseAssertDbConnectionFactory.AbstractConnectionProviderFactory.tableLetterCaseTables letter case.protected LetterCaseAssertDbConnectionFactory.AbstractConnectionProviderFactory.tableLetterCaseTables letter case.Methods in org.assertj.db.type that return LetterCaseModifier and TypeMethodDescriptionAbstractDbElement.getColumnLetterCase()Returns the letter case of the columns.Change.getColumnLetterCase()Returns the letter case of the columns.Column.getColumnLetterCase()Returns the letter case of the columns.Row.getColumnLetterCase()Returns the letter case of the columns.Value.getColumnLetterCase()Returns the letter case of the columns.AbstractDbElement.getPrimaryKeyLetterCase()Returns the letter case of the primary keys.Change.getPrimaryKeyLetterCase()Returns the letter case of the primary keys.Row.getPrimaryKeyLetterCase()Returns the letter case of the primary keys.AbstractDbElement.getTableLetterCase()Returns the letter case of the tables.Change.getTableLetterCase()Returns the letter case of the tables.Methods in org.assertj.db.type with parameters of type LetterCaseModifier and TypeMethodDescriptionstatic ValueValue.getNullValue(String columnName, LetterCase columnLetterCase) Returns a NULL value. -
Uses of LetterCase in org.assertj.db.type.lettercase
Fields in org.assertj.db.type.lettercase declared as LetterCaseModifier and TypeFieldDescriptionstatic final LetterCaseLetterCase.COLUMN_DEFAULTThe default letter case for table.static final LetterCaseLetterCase.PRIMARY_KEY_DEFAULTThe default letter case for table.static final LetterCaseLetterCase.TABLE_DEFAULTThe default letter case for table.Methods in org.assertj.db.type.lettercase that return LetterCaseModifier and TypeMethodDescriptionWithColumnLetterCase.getColumnLetterCase()Returns the letter case of the columns.static LetterCaseLetterCase.getLetterCase(CaseConversion conversion, CaseComparison comparison) Returns a instance of a letter case.WithPrimaryKeyLetterCase.getPrimaryKeyLetterCase()Returns the letter case of the primary keys.WithTableLetterCase.getTableLetterCase()Returns the letter case of the tables.