public interface Constants
| Modifier and Type | Field and Description |
|---|---|
static String |
LIMIT
literal used for SQL LIMIT in MySql and Postgres.
|
static String |
OFFSET
Literal used for SQL LIMIT OFFSET clause in MySql and Postgres.
|
static String |
ROW_NUMBER_AS
) as rn,
|
static String |
ROW_NUMBER_OVER
ROW_NUMBER() OVER (ORDER BY
|
static final String LIMIT
static final String OFFSET
static final String ROW_NUMBER_OVER
static final String ROW_NUMBER_AS
Copyright © 2014. All Rights Reserved.