Package adalid.util.sql
Class SqlRowPair
- java.lang.Object
-
- adalid.util.sql.SqlRowPair
-
public class SqlRowPair extends java.lang.Object- Author:
- Jorge Campins
-
-
Constructor Summary
Constructors Constructor Description SqlRowPair(SqlRow newRow, SqlRow oldRow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()SqlRowgetNewRow()SqlRowgetOldRow()java.util.List<SqlRowValuePair>getUpdatedRowValues()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getNewRow
public SqlRow getNewRow()
-
getOldRow
public SqlRow getOldRow()
-
getUpdatedRowValues
public java.util.List<SqlRowValuePair> getUpdatedRowValues()
-
-