Modifier and Type | Method and Description |
---|---|
<T,U,V> List<Triplet<T,U,V>> |
KeylessDao.selectDistinct(String firstColumnName,
String secondColumnName,
String thirdColumnName,
Where where)
Select unique value triplets from the database for a particular triplet of columns.
|
<T,U,V> List<Triplet<T,U,V>> |
AbstractDao.selectDistinct(String firstColumnName,
String secondColumnName,
String thirdColumnName,
Where where) |
Copyright © 2019. All rights reserved.