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 List<SqlRowValue>SqlMerger. getAddedValues()Collection<SqlRowValue>SqlRow. getValues()Map<String,SqlRowValue>SqlRow. getValuesMap()Constructors in adalid.util.sql with parameters of type SqlRowValue Constructor Description SqlRowValuePair(SqlRowValue newValue, SqlRowValue oldValue)
-