The following topics are covered:
Database creator DBCreator is responsible for
execution DDL script in runtime. A DDL script may contain templates for
database name, user name and password which will be replaced by real
values at execution time.
Three templates supported:
${database} for database name;
${username} for user name;
${password} for user's password;