Modifier and Type | Method and Description |
---|---|
ParseTable |
ParseTable.find(String name,
double value)
Find all records where the field has a specific value.
|
ParseTable |
ParseTable.find(String name,
String value)
Find all records where the field has a specific value.
|
ParseTable |
ParseTable.findBetween(String nameLower,
String nameUpper,
double value)
Find all records where the value is between the value of the lower field and upper field.
|
ParseTable |
ParseTable.findBetween(String nameLower,
String nameUpper,
String value)
Find all records where the value is between the value of the lower field and upper field.
|
ParseTable |
ParseTable.findSpan(String nameLower,
String nameUpper,
double spanLower,
double spanUpper)
Find all records where the value is between the value of the lower field and upper field.
|
ParseTable |
ParseTable.findSpan(String nameLower,
String nameUpper,
String spanLower,
String spanUpper)
Find all records where the value is between the value of the lower field and upper field.
|
Copyright © 2014-2015 Regents University of California. All Rights Reserved.