|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.castor.cpa.query.object.AbstractQueryObject
org.castor.cpa.query.object.expression.AbstractExpression
org.castor.cpa.query.object.AbstractField
public abstract class AbstractField
Abstract base class for Field, Schema and Projection.
Constructor Summary | |
---|---|
AbstractField()
|
Method Summary | |
---|---|
Field |
field(java.lang.String name)
The method for field object creation of query objects. |
InCondition |
in()
In. |
Condition |
isNotNull()
Checks if is not null. |
Condition |
isNull()
Checks if is null. |
InCondition |
notIn()
Not in. |
Methods inherited from class org.castor.cpa.query.object.AbstractQueryObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.castor.cpa.query.QueryObject |
---|
toString |
Constructor Detail |
---|
public AbstractField()
Method Detail |
---|
public final Field field(java.lang.String name)
field
in interface Field
name
- the String name
public final InCondition in()
in
in interface Field
public final InCondition notIn()
notIn
in interface Field
public final Condition isNull()
isNull
in interface Field
public final Condition isNotNull()
isNotNull
in interface Field
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |