|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.israfil.sqlelements.constraints.Not
public class Not
Represents an AND operator in a SQL WHERE clause.
Field Summary | |
---|---|
protected Constraint |
operand
|
Constructor Summary | |
---|---|
Not(Constraint operand)
|
Method Summary | |
---|---|
java.lang.String |
render(SQLRenderContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Constraint operand
Constructor Detail |
---|
public Not(Constraint operand)
Method Detail |
---|
public java.lang.String render(SQLRenderContext context)
render
in interface SQLElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |