Uses of Class
org.silverpeas.components.mydb.model.DbColumn
Packages that use DbColumn
Package
Description
-
Uses of DbColumn in org.silverpeas.components.mydb.model
Methods in org.silverpeas.components.mydb.model that return types with arguments of type DbColumn -
Uses of DbColumn in org.silverpeas.components.mydb.model.predicates
Methods in org.silverpeas.components.mydb.model.predicates that return DbColumnModifier and TypeMethodDescriptionAbstractColumnValuePredicate.getColumn()ColumnValuePredicate.getColumn()Gets the name of the column on which the predicate should be played.Constructors in org.silverpeas.components.mydb.model.predicates with parameters of type DbColumnModifierConstructorDescriptionprotectedAbstractColumnValuePredicate(DbColumn column, String refValue) Constructs a new predicate on the specified database table's column and with the given reference value.Constructs a new predicate on the specified database table's column and with the given reference value.Inequality(DbColumn column, String refValue) Inferiority(DbColumn column, String refValue) Constructs a new predicate on the specified database table's column and with the given reference value.StrictInferiority(DbColumn column, String refValue) StrictSuperiority(DbColumn column, String refValue) Superiority(DbColumn column, String refValue)