public class ParallelUpgradeSchemaUtil
extends Object
| Constructor and Description |
|---|
ParallelUpgradeSchemaUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
execute(com.liferay.portal.kernel.dao.db.DBProcess dbProcess,
String... sqlFileNames) |
static void |
execute(String... sqlFileNames)
Deprecated.
As of Athanasius (7.3.x), replaced by
execute(DBProcess, String...) |
public static void execute(com.liferay.portal.kernel.dao.db.DBProcess dbProcess,
String... sqlFileNames)
throws Exception
Exception@Deprecated
public static void execute(String... sqlFileNames)
throws Exception
execute(DBProcess, String...)Exception