Uses of Class
adalid.util.sql.SqlRowValue
-
Packages that use SqlRowValue Package Description adalid.util.sql -
-
Uses of SqlRowValue in adalid.util.sql
Methods in adalid.util.sql that return SqlRowValue Modifier and Type Method Description SqlRowValueSqlRow. getBusinessKey()SqlRowValueSqlRowValuePair. getNewValue()SqlRowValueSqlRowValuePair. getOldValue()SqlRowValueSqlRow. getPrimaryKey()Methods in adalid.util.sql that return types with arguments of type SqlRowValue Modifier and Type Method Description java.util.List<SqlRowValue>SqlMerger. getAddedValues()java.util.Collection<SqlRowValue>SqlRow. getValues()java.util.Map<java.lang.String,SqlRowValue>SqlRow. getValuesMap()Methods in adalid.util.sql with parameters of type SqlRowValue Modifier and Type Method Description protected voidSqlReader.SqlAid. finalizeRowValue(SqlRowValue sqlRowValue)Constructors in adalid.util.sql with parameters of type SqlRowValue Constructor Description SqlRowValuePair(SqlRowValue newValue, SqlRowValue oldValue)
-