Uses of Class
org.silverpeas.components.mydb.model.DbColumn
-
Packages that use DbColumn Package Description org.silverpeas.components.mydb.model org.silverpeas.components.mydb.model.predicates -
-
Uses of DbColumn in org.silverpeas.components.mydb.model
Methods in org.silverpeas.components.mydb.model that return types with arguments of type DbColumn Modifier and Type Method Description Optional<DbColumn>
DbTable. getColumn(String name)
Gets the column with the specified name.List<DbColumn>
DbTable. getColumns()
Gets all the columns that made up this table. -
Uses of DbColumn in org.silverpeas.components.mydb.model.predicates
Methods in org.silverpeas.components.mydb.model.predicates that return DbColumn Modifier and Type Method Description DbColumn
AbstractColumnValuePredicate. getColumn()
DbColumn
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 DbColumn Constructor Description AbstractColumnValuePredicate(DbColumn column, String refValue)
Constructs a new predicate on the specified database table's column and with the given reference value.Equality(DbColumn column, String refValue)
Constructs a new predicate on the specified database table's column and with the given reference value.Identity(DbColumn column, String refValue)
Inclusion(DbColumn column, String refValue)
Inequality(DbColumn column, String refValue)
Inferiority(DbColumn column, String refValue)
Like(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)
-