public static class TableQuery.QueryComparisons extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EQUAL
Equal
|
static String |
GREATER_THAN
Greater Than
|
static String |
GREATER_THAN_OR_EQUAL
Greater Than Or Equal
|
static String |
LESS_THAN
Less Than
|
static String |
LESS_THAN_OR_EQUAL
Less Than Or Equal
|
static String |
NOT_EQUAL
Not Equal
|
Constructor and Description |
---|
QueryComparisons() |
public static final String EQUAL
public static final String NOT_EQUAL
public static final String GREATER_THAN
public static final String GREATER_THAN_OR_EQUAL
public static final String LESS_THAN
public static final String LESS_THAN_OR_EQUAL
Copyright © 2019. All rights reserved.