|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.acmsl.queryj.Field
|
+--org.acmsl.queryj.IntField
Represents integer fields.
| Constructor Summary | |
IntField(java.lang.String name,
Table table)
Creates an integer field using given information. |
|
| Method Summary | |
Condition |
equals(int value)
Retrieves the variable condition to be able to filter for equality. |
Condition |
greaterThan(int value)
Retrieves the variable condition to be able to filter for lower values. |
Condition |
lessThan(int value)
Retrieves the variable condition to be able to filter for higher values. |
Condition |
notEquals(int value)
Retrieves the variable condition to be able to filter for non-equality. |
| Methods inherited from class org.acmsl.queryj.Field |
equals, getName, getTable, greaterThan, in, isNull, lessThan, notEquals, notIn, setName, setTable, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IntField(java.lang.String name,
Table table)
name - the field name.table - the table.| Method Detail |
public Condition equals(int value)
value - the value.
public Condition notEquals(int value)
value - the value.
public Condition greaterThan(int value)
value - the value.
public Condition lessThan(int value)
value - the value.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||