public class FIND_MODE
extends java.lang.Object
CTRecord.Find(int) call| Modifier and Type | Field and Description |
|---|---|
static int |
EQUAL
Find a record equal to the target
|
static int |
GREATER
Find a record greater than target
|
static int |
GREATERorEQUAL
Find a record greater or equal than target
|
static int |
LESS
Find a record less than target
|
static int |
LESSorEQUAL
Find a record less or equal than target
|
| Constructor and Description |
|---|
FIND_MODE() |
public static final int EQUAL
public static final int LESS
public static final int LESSorEQUAL
public static final int GREATER
public static final int GREATERorEQUAL