com.scooterframework.orm.sqldataexpress.service
Class SqlServiceConstants
java.lang.Object
com.scooterframework.orm.sqldataexpress.service.SqlServiceConstants
public class SqlServiceConstants
- extends java.lang.Object
SqlServiceConstants class contains constants for SqlService.
Field Summary |
static java.lang.String |
LIMIT
|
static java.lang.String |
OFFSET
|
static java.lang.String |
ORDER
|
static java.lang.String |
OUTPUT_FILTER_EXCEPT
Key to indicate columns to be excluded from output. |
static java.lang.String |
OUTPUT_FILTER_ONLY
Key to indicate columns to be included in output. |
static java.lang.String |
SORT
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OFFSET
public static final java.lang.String OFFSET
- See Also:
- Constant Field Values
LIMIT
public static final java.lang.String LIMIT
- See Also:
- Constant Field Values
ORDER
public static final java.lang.String ORDER
- See Also:
- Constant Field Values
SORT
public static final java.lang.String SORT
- See Also:
- Constant Field Values
OUTPUT_FILTER_EXCEPT
public static final java.lang.String OUTPUT_FILTER_EXCEPT
- Key to indicate columns to be excluded from output. The corresponding
value in outputFilter map is a list of column names separated
by comma.
- See Also:
- Constant Field Values
OUTPUT_FILTER_ONLY
public static final java.lang.String OUTPUT_FILTER_ONLY
- Key to indicate columns to be included in output. The corresponding
value in outputFilter map is a list of column names separated
by comma.
- See Also:
- Constant Field Values
SqlServiceConstants
public SqlServiceConstants()