| Package | Description |
|---|---|
| com.abubusoft.kripton.processor.sqlite | |
| com.abubusoft.kripton.processor.sqlite.grammars.jql |
| Modifier and Type | Method and Description |
|---|---|
static void |
SqlModifyBuilder.checkContentProviderVarsAndArguments(SQLiteModelMethod method,
List<JQLPlaceHolder> placeHolders) |
| Modifier and Type | Method and Description |
|---|---|
List<JQLPlaceHolder> |
JQLChecker.extractFromVariableStatement(JQLContext jqlContext,
String jql)
Extract all bind parameters and dynamic part used in query.
|
List<JQLPlaceHolder> |
JQLChecker.extractPlaceHoldersAsList(JQLContext jqlContext,
String jql)
Extract all bind parameters and dynamic part used in query.
|
Set<JQLPlaceHolder> |
JQLChecker.extractPlaceHoldersAsSet(JQLContext jqlContext,
String jql)
Extract all bind parameters and dynamic part used in query.
|
Set<JQLPlaceHolder> |
JQLChecker.extractPlaceHoldersFromVariableStatementAsSet(JQLContext jqlContext,
String jql)
Extract all bind parameters and dynamic part used in query.
|
Copyright © 2017. All rights reserved.