Class H2Utils
java.lang.Object
com.netflix.genie.web.data.services.impl.jpa.utils.H2Utils
Utilities for working with H2 database. In particular can write stored functions here that are pre-compiled.
- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Split the existing command executable on any whitespace characters and insert them into thecommand_executable_arguments
table in order.
-
Method Details
-
splitV3CommandExecutableForV4
Split the existing command executable on any whitespace characters and insert them into thecommand_executable_arguments
table in order.See:
src/main/resources/db/migration/h2/V4_0_0__Genie_4.sql
for usage- Parameters:
con
- The database connection to use- Throws:
Exception
- On Error
-