org.etlunit.feature.database.DatabaseFeatureModule.operations Maven / Gradle / Ivy
{
"extract":
{
"description": "Extracts data from a relational table into a file."
},
"stage":
{
"description": "Loads data from a file into a relational table."
},
"execute":
{
"description": "Executes a sql command or script."
},
"assert":
{
"description": "Asserts that a database table has correct data as defined by the test"
},
"migrate":
{
"description": "Copies data from one table into another. Can cross databases, modes, etc, as long as the target table is compatible with the source. This operation will truncate the target before coping data in"
},
"truncate":
{
"description": "Clears the contents of a table"
}
}