|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.dao.db.columnchanges.NextValReplacement
public class NextValReplacement
| Constructor Summary | |
|---|---|
NextValReplacement(String sequence,
DataSource dataSource)
Constructor for NextValReplacement. |
|
| Method Summary | |
|---|---|
boolean |
addColumnIfColumnIsNew()
addColumnIfColumnIsNew |
void |
close()
close |
protected void |
finalize()
finalize |
Integer |
getColumnReplacement(ResultSet rs,
Map<String,ColumnChange> columnChanges)
getColumnReplacement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NextValReplacement(String sequence,
DataSource dataSource)
throws SQLException
Constructor for NextValReplacement.
sequence - a String object.dataSource - a DataSource object.
SQLException - if any.| Method Detail |
|---|
public Integer getColumnReplacement(ResultSet rs,
Map<String,ColumnChange> columnChanges)
throws SQLException
getColumnReplacement
getColumnReplacement in interface ColumnChangeReplacementrs - a ResultSet object.columnChanges - a Map object.
Object object.
SQLException - if any.public boolean addColumnIfColumnIsNew()
addColumnIfColumnIsNew
addColumnIfColumnIsNew in interface ColumnChangeReplacement
public void close()
throws SQLException
close
close in interface ColumnChangeReplacementSQLException - if any.
protected void finalize()
throws SQLException
finalize
finalize in class ObjectSQLException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||