java.lang.Object
io.ebean.ddlrunner.ScriptTransform
Transforms a SQL script given a map of key/value substitutions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ScriptTransformBuild and return a ScriptTransform that replaces placeholder values in DDL scripts.static StringTransform just ${table} with the table name.Transform the script replacing placeholders in the form${key}withvalue.
-
Method Details
-
replace
Transform just ${table} with the table name. -
build
Build and return a ScriptTransform that replaces placeholder values in DDL scripts. -
transform
Transform the script replacing placeholders in the form${key}withvalue.
-