Uses of Interface
org.silverpeas.components.mydb.model.predicates.ColumnValuePredicate
Packages that use ColumnValuePredicate
Package
Description
-
Uses of ColumnValuePredicate in org.silverpeas.components.mydb.model
Methods in org.silverpeas.components.mydb.model with parameters of type ColumnValuePredicateModifier and TypeMethodDescriptionorg.silverpeas.core.util.SilverpeasList<TableRow>DbTable.getRows(ColumnValuePredicate filter, String orderBy, org.silverpeas.core.admin.PaginationPage pagination) Gets the contents of this table as a list of rows, each of them being a tuple valuing all the columns of this table. -
Uses of ColumnValuePredicate in org.silverpeas.components.mydb.model.predicates
Classes in org.silverpeas.components.mydb.model.predicates that implement ColumnValuePredicateModifier and TypeClassDescriptionclassAbstract implementation of theColumnValuePredicateinterface.classThe equality predicate.classIdentity predicate.classThe including predicate.classThe inequality predicate.classThe non-strict inferiority predicates; the column values can be equal with the reference value.classThe like predicate.classThe strict inferiority predicate.classThe strict superiority predicate.classThe non-strict superiority predicate; the column values can be equal with the reference value.