public final class H2Utils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
splitV3CommandExecutableForV4(java.sql.Connection con)
Split the existing command executable on any whitespace characters and insert them into the
command_executable_arguments table in order. |
public static void splitV3CommandExecutableForV4(java.sql.Connection con)
throws java.lang.Exception
command_executable_arguments table in order.
See: src/main/resources/db/migration/h2/V4_0_0__Genie_4.sql for usage
con - The database connection to usejava.lang.Exception - On Error