protected class BaseCompanyIdUpgradeProcess.TableUpdater
extends Object
| Constructor and Description |
|---|
TableUpdater(String tableName,
String foreignTableName,
String columnName) |
TableUpdater(String tableName,
String columnName,
String[][] foreignNamesArray) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTableName() |
protected DBTypeToSQLMap |
getUpdateDBTypeToSQLMap(Connection connection,
String foreignTableName,
String foreignColumnName) |
protected String |
getUpdateSQL(String selectSQL) |
void |
update(Connection connection) |
public TableUpdater(String tableName,
String foreignTableName,
String columnName)
public TableUpdater(String tableName,
String columnName,
String[][] foreignNamesArray)
public String getTableName()
public void update(Connection connection)
throws Exception
Exceptionprotected DBTypeToSQLMap getUpdateDBTypeToSQLMap(Connection connection, String foreignTableName, String foreignColumnName) throws SQLException
SQLExceptionprotected String getUpdateSQL(String selectSQL)