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

extensions.Ddl.ext Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
import ddlDsl;

String constraintName(CreateTable table,Constraint constraint): "";
String constraintName(CreateTable table,ForeignKeyConstraint constraint): "FK_"+table.name.toUpperCase()+"_"+constraint.reference.table.name;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy