com.liferay.portal.upgrade.util
Class UpgradeCompanyId.TableUpdater
java.lang.Object
com.liferay.portal.upgrade.util.UpgradeCompanyId.TableUpdater
- Direct Known Subclasses:
- UpgradeCompanyId.DLSyncEventTableUpdater, UpgradeCompanyId.PortletPreferencesTableUpdater
- Enclosing class:
- UpgradeCompanyId
protected class UpgradeCompanyId.TableUpdater
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpgradeCompanyId.TableUpdater
public UpgradeCompanyId.TableUpdater(String tableName,
String foreignTableName,
String foreignColumnName)
UpgradeCompanyId.TableUpdater
public UpgradeCompanyId.TableUpdater(String tableName,
String columnName,
String[][] foreignNamesArray)
getTableName
public String getTableName()
update
public void update()
throws IOException,
SQLException
- Throws:
IOException
SQLException
getSelectSQL
protected String getSelectSQL(String foreignTableName,
String foreignColumnName)
getUpdateSQL
protected String getUpdateSQL(String selectSQL)
getUpdateSQL
protected String getUpdateSQL(String foreignTableName,
String foreignColumnName)