| Package | Description |
|---|---|
| org.sqlproc.engine.impl |
The private part of the SQL Processor implementation.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
SqlMetaOperator
A META SQL sub-element.
|
| Modifier and Type | Method and Description |
|---|---|
SqlMetaConst |
SqlProcessorParser.constant() |
(package private) static SqlMetaConst |
ParserUtils.newConstant(String name,
String caseConversion) |
(package private) SqlMetaConst |
SqlProcessorParser.newConstant(org.antlr.runtime.Token cnst,
org.antlr.runtime.Token caseConversion) |
(package private) SqlMetaConst |
SqlProcessorLazyParser.newConstant(org.antlr.runtime.Token cnst,
org.antlr.runtime.Token caseConversion) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
SqlProcessorParser.addConstant(Object target,
SqlMetaConst cnst,
StringBuilder text) |
(package private) void |
SqlProcessorLazyParser.addConstant(Object target,
SqlMetaConst cnst,
StringBuilder text) |
(package private) static void |
ParserUtils.addConstant(Object target,
SqlMetaConst cnst,
StringBuilder text,
SqlMetaOperator lastOperator) |
(package private) void |
SqlProcessorParser.addModifier(SqlTypeFactory typeFactory,
SqlMetaConst item,
String modifier,
org.antlr.runtime.Token not) |
(package private) void |
SqlProcessorLazyParser.addModifier(SqlTypeFactory typeFactory,
SqlMetaConst item,
String modifier,
org.antlr.runtime.Token not) |
Copyright © 2017. All rights reserved.