Uses of Enum Class
org.synchronoss.cpo.core.enums.Logical
Packages that use Logical
Package
Description
-
Uses of Logical in org.synchronoss.cpo.core
Methods in org.synchronoss.cpo.core that return LogicalModifier and TypeMethodDescriptionBindableCpoWhere.getLogical()Gets theLogicaloperator used to join this where clause with the next one added viaCpoWhere.addWhere(CpoWhere).CpoWhere.getLogical()Gets theLogicaloperator used to join this where clause with the next one added viaCpoWhere.addWhere(CpoWhere).Methods in org.synchronoss.cpo.core with parameters of type LogicalModifier and TypeMethodDescription<T> CpoWhereCpoAdapter.newWhere(Logical logical, String attr, Comparison comp, T value) Creates a CpoWhere comparing the attribute to the value.<T> CpoWhereCpoAdapter.newWhere(Logical logical, String attr, Comparison comp, T value, boolean not) Creates a CpoWhere comparing the attribute to the value, optionally negated.<T> CpoWhereCpoBaseAdapter.newWhere(Logical logical, String attr, Comparison comp, T value) <T> CpoWhereCpoBaseAdapter.newWhere(Logical logical, String attr, Comparison comp, T value, boolean not) voidBindableCpoWhere.setLogical(Logical logical) Sets theLogicaloperator (e.g.voidCpoWhere.setLogical(Logical logical) Sets theLogicaloperator (e.g.Constructors in org.synchronoss.cpo.core with parameters of type LogicalModifierConstructorDescriptionBindableCpoWhere(Logical logical, String attr, Comparison comp, T value) Creates a leaf where clause comparing the named attribute to a literal value, joined to a subsequent clause (if any) by the given logical operator.BindableCpoWhere(Logical logical, String attr, Comparison comp, T value, boolean not) Creates a leaf where clause comparing the named attribute to a literal value, optionally negated, joined to a subsequent clause (if any) by the given logical operator. -
Uses of Logical in org.synchronoss.cpo.core.enums
Methods in org.synchronoss.cpo.core.enums that return Logical -
Uses of Logical in org.synchronoss.cpo.jdbc
Methods in org.synchronoss.cpo.jdbc with parameters of type LogicalModifier and TypeMethodDescription<T> CpoWhereJdbcCpoAdapter.newWhere(Logical logical, String attr, Comparison comp, T value) <T> CpoWhereJdbcCpoAdapter.newWhere(Logical logical, String attr, Comparison comp, T value, boolean not) Constructors in org.synchronoss.cpo.jdbc with parameters of type LogicalModifierConstructorDescriptionJdbcCpoWhere(Logical logical, String attr, Comparison comp, T value) Create a JdbcCpoWhereJdbcCpoWhere(Logical logical, String attr, Comparison comp, T value, boolean not) Create a JdbcCpoWhere -
Uses of Logical in org.synchronoss.cpo.jdbc.jta
Methods in org.synchronoss.cpo.jdbc.jta with parameters of type LogicalModifier and TypeMethodDescription<T> CpoWhereJdbcCpoXaAdapter.newWhere(Logical logical, String attr, Comparison comp, T value) <T> CpoWhereJdbcCpoXaAdapter.newWhere(Logical logical, String attr, Comparison comp, T value, boolean not)