public class ScriptTransform extends Object
| Modifier and Type | Method and Description |
|---|---|
static ScriptTransform |
build(String runPlaceholders,
Map<String,String> runPlaceholderMap)
Build and return a ScriptTransform that replaces placeholder values in DDL scripts.
|
static String |
replace(String key,
String value,
String script)
Transform just ${table} with the table name.
|
String |
transform(String source)
Transform the script replacing placeholders in the form
${key} with value. |
public static String replace(String key, String value, String script)
public static ScriptTransform build(String runPlaceholders, Map<String,String> runPlaceholderMap)
Copyright © 2019. All rights reserved.