All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.etlunit.feature.database.DatabaseFeatureModule.operations Maven / Gradle / Ivy

There is a newer version: 1.6.9
Show newest version
{
	"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"
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy