open fun setSeparator(separator: String): EmbeddedDatabaseBuilder
Specify the statement separator used in all SQL scripts, if a custom one.
Defaults to ";" if not specified and falls back to "\n" as a last resort; may be set to ScriptUtils#EOF_STATEMENT_SEPARATOR to signal that each script contains a single statement without a separator.
separator - the statement separator
Return
this, to facilitate method chaining
Since
4.0.3