|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Criteria.Criterion | |
org.apache.turbine.util.db |
Uses of Criteria.Criterion in org.apache.turbine.util.db |
Fields in org.apache.turbine.util.db declared as Criteria.Criterion | |
private Criteria.Criterion |
Criteria.Criterion.or
Another Criterion connected to this one by an OR clause. |
private Criteria.Criterion |
Criteria.Criterion.and
Another criterion connected to this one by an AND clause. |
Methods in org.apache.turbine.util.db that return Criteria.Criterion | |
Criteria.Criterion |
Criteria.getCriterion(java.lang.String column)
Method to return criteria related to columns in a table. |
Criteria.Criterion |
Criteria.getCriterion(java.lang.String table,
java.lang.String column)
Method to return criteria related to a column in a table. |
Criteria.Criterion |
Criteria.getNewCriterion(java.lang.String column,
java.lang.Object value,
java.lang.String comparison)
Method to return criterion that is not added automatically to this Criteria. |
Criteria.Criterion |
Criteria.getNewCriterion(java.lang.String table,
java.lang.String column,
java.lang.Object value,
java.lang.String comparison)
Method to return criterion that is not added automatically to this Criteria. |
Criteria.Criterion |
Criteria.Criterion.setIgnoreCase(boolean b)
Sets ignore case. |
Criteria.Criterion |
Criteria.Criterion.getAnd()
get the criterion from this Criterion's AND field. |
Criteria.Criterion |
Criteria.Criterion.and(Criteria.Criterion criterion)
Append a Criteria onto this Criteria's AND field. |
Criteria.Criterion |
Criteria.Criterion.getOr()
get the criterion from this Criterion's AND field. |
Criteria.Criterion |
Criteria.Criterion.or(Criteria.Criterion criterion)
Append a Criterion onto this Criterion's OR field. |
Criteria.Criterion[] |
Criteria.Criterion.getAttachedCriterion()
|
Methods in org.apache.turbine.util.db with parameters of type Criteria.Criterion | |
Criteria |
Criteria.add(Criteria.Criterion c)
This method adds a prepared Criterion object to the Criteria. |
Criteria |
Criteria.and(Criteria.Criterion c)
This method adds a prepared Criterion object to the Criteria. |
Criteria |
Criteria.or(Criteria.Criterion c)
This method adds a prepared Criterion object to the Criteria. |
Criteria.Criterion |
Criteria.Criterion.and(Criteria.Criterion criterion)
Append a Criteria onto this Criteria's AND field. |
Criteria.Criterion |
Criteria.Criterion.or(Criteria.Criterion criterion)
Append a Criterion onto this Criterion's OR field. |
private void |
Criteria.Criterion.addCriterionTable(Criteria.Criterion c,
StringStackBuffer s)
|
private void |
Criteria.Criterion.traverseCriterion(Criteria.Criterion c,
java.util.ArrayList a)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |