| Package | Description |
|---|---|
| org.assertj.db.type |
This package contains the classes that defines the different types used in assertj-db.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SourceWithLetterCase
A source to indicates the informations to connect to the database with letter case.
|
| Modifier and Type | Method and Description |
|---|---|
Source |
AbstractDbElement.getSource()
Return the source.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.setSource(Source source)
Sets the source.
|
D |
AbstractDbElement.setSource(Source source)
Sets the source.
|
| Constructor and Description |
|---|
Changes(Source source)
Constructor.
|
Request(Source source,
String request,
Object... parameters)
Constructor with a connection.
|
Table(Source source,
String name)
Constructor with a
Source and the name of the table. |
Table(Source source,
String name,
Character startDelimiter,
Character endDelimiter)
Constructor with a
Source and the name of the table. |
Table(Source source,
String name,
Character startDelimiter,
Character endDelimiter,
String[] columnsToCheck,
String[] columnsToExclude)
Constructor with a
Source, the name of the table and the columns to check and to exclude. |
Table(Source source,
String name,
Character startDelimiter,
Character endDelimiter,
Table.Order[] columnsToOrder)
Constructor with a
Source and the name of the table. |
Table(Source source,
String name,
Character startDelimiter,
Character endDelimiter,
Table.Order[] columnsToOrder,
String[] columnsToCheck,
String[] columnsToExclude)
Constructor with a
Source, the name of the table and the columns to check and to exclude. |
Table(Source source,
String name,
String[] columnsToCheck,
String[] columnsToExclude)
Constructor with a
Source, the name of the table and the columns to check and to exclude. |
Table(Source source,
String name,
Table.Order[] columnsToOrder)
Constructor with a
Source and the name of the table. |
Table(Source source,
String name,
Table.Order[] columnsToOrder,
String[] columnsToCheck,
String[] columnsToExclude)
Constructor with a
Source, the name of the table and the columns to check and to exclude. |
Copyright © 2015–2017 AssertJ. All rights reserved.