public static enum JdbcAdaptor.PaginationParamsOrder extends Enum<JdbcAdaptor.PaginationParamsOrder>
| Enum Constant and Description |
|---|
MAX_START_SQL |
SQL_END_START |
SQL_MAX_START |
SQL_START_END |
SQL_START_MAX |
START_MAX_SQL |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAfterMainSql()
Returns if the pagination params come after the main SQL.
|
static JdbcAdaptor.PaginationParamsOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbcAdaptor.PaginationParamsOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JdbcAdaptor.PaginationParamsOrder SQL_START_MAX
public static final JdbcAdaptor.PaginationParamsOrder SQL_MAX_START
public static final JdbcAdaptor.PaginationParamsOrder SQL_START_END
public static final JdbcAdaptor.PaginationParamsOrder SQL_END_START
public static final JdbcAdaptor.PaginationParamsOrder MAX_START_SQL
public static final JdbcAdaptor.PaginationParamsOrder START_MAX_SQL
public static JdbcAdaptor.PaginationParamsOrder[] values()
for (JdbcAdaptor.PaginationParamsOrder c : JdbcAdaptor.PaginationParamsOrder.values()) System.out.println(c);
public static JdbcAdaptor.PaginationParamsOrder valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic boolean isAfterMainSql()
Copyright © 2012-2013 Batoo. All Rights Reserved.