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

nz.co.gregs.dbvolution.databases.definitions.package-info Maven / Gradle / Ivy

/**
 * DBDefinition Subclasses For Supported Databases.
 * 

* DBDefinitions hold all the SQL snippets required to make correct SQL scripts. *

* Each subclass of DBDefinition contains the changes to the standard definition * required for the particular database. *

* Hopefully you don't need to use a DBDDefinition (it should be included for * free in the corresponding DBDatabase) but if you are implementing support for * a new database this is where you will do most of the changes. *

* I've been writing SQL for 20 years and DBV is easier, I hope you like it. *

* Gregory Graham */ package nz.co.gregs.dbvolution.databases.definitions;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy