interface SqlMetaElement
| Modifier and Type | Field and Description |
|---|---|
static String |
AND_PREFIX |
static char |
CONST_PREFIX |
static char |
IDENT_PREFIX |
static char |
IDENT_SEPARATOR |
static int |
lCONST_PREFIX |
static int |
lIDENT_PREFIX |
static String |
OR_PREFIX |
static String |
SET_PREFIX |
static String |
VALUES_PREFIX |
static String |
WHERE_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
SqlProcessResult |
process(SqlProcessContext ctx)
The main contract for a dynamic ANSI SQL Query generation.
|
static final char IDENT_SEPARATOR
static final char IDENT_PREFIX
static final int lIDENT_PREFIX
static final char CONST_PREFIX
static final int lCONST_PREFIX
static final String AND_PREFIX
static final String OR_PREFIX
static final String WHERE_PREFIX
static final String SET_PREFIX
static final String VALUES_PREFIX
SqlProcessResult process(SqlProcessContext ctx)
ctx - the crate for all input parameters and the context of processingCopyright © 2018. All rights reserved.