Uses of Class
adalid.util.sql.SqlRow
-
Packages that use SqlRow Package Description adalid.util.sql -
-
Uses of SqlRow in adalid.util.sql
Methods in adalid.util.sql that return SqlRow Modifier and Type Method Description SqlRowSqlRowPair. getNewRow()SqlRowSqlRowPair. getOldRow()SqlRowSqlRowValue. getRow()Methods in adalid.util.sql that return types with arguments of type SqlRow Modifier and Type Method Description List<SqlRow>SqlMerger. getAddedRows()List<SqlRow>SqlMerger. getDeletedRows()Collection<SqlRow>SqlTable. getRows()Map<String,SqlRow>SqlTable. getRowsByPrimaryKeyMap()Map<String,SqlRow>SqlTable. getRowsMap()Constructors in adalid.util.sql with parameters of type SqlRow Constructor Description SqlRowPair(SqlRow newRow, SqlRow oldRow)SqlRowValue(SqlRow row, SqlColumn column)
-