| Package | Description |
|---|---|
| com.abubusoft.kripton.processor.sqlite.grammars.jql | |
| com.abubusoft.kripton.processor.sqlite.model |
| Modifier and Type | Method and Description |
|---|---|
static JQL |
JQLBuilder.buildJQL(SQLiteModelMethod method,
String preparedJql) |
| Modifier and Type | Method and Description |
|---|---|
<L extends JqlBaseListener> |
JQLChecker.analyze(JQLContext jqlContext,
JQL jql,
L listener) |
String |
JQLChecker.replace(JQLContext jqlContext,
JQL jql,
JQLReplacerListener listener)
Replace place holder with element passed by listener
|
void |
JQLChecker.verify(JQLContext jqlContext,
JQL jql)
Verify sql is syntactally correct, otherwise a KriptonProcessorException
will be thrown.
|
| Modifier and Type | Field and Description |
|---|---|
JQL |
SQLiteModelMethod.jql |
Copyright © 2017. All rights reserved.