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 SummaryModifier and TypeMethodDescriptionstatic voidSplit the existing command executable on any whitespace characters and insert them into thecommand_executable_argumentstable in order.
- 
Method Details- 
splitV3CommandExecutableForV4Split the existing command executable on any whitespace characters and insert them into thecommand_executable_argumentstable in order.See: src/main/resources/db/migration/h2/V4_0_0__Genie_4.sqlfor usage- Parameters:
- con- The database connection to use
- Throws:
- Exception- On Error
 
 
-