| Package | Description |
|---|---|
| com.orientechnologies.orient.core.sql.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaCharStream
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
|
| Modifier and Type | Field and Description |
|---|---|
protected CharStream |
OrientSqlTokenManager.input_stream |
| Modifier and Type | Method and Description |
|---|---|
void |
OrientSqlTokenManager.ReInit(CharStream stream)
Reinitialise parser.
|
void |
OrientSql.ReInit(CharStream stream)
Reinitialise.
|
void |
OrientSqlTokenManager.ReInit(CharStream stream,
int lexState)
Reinitialise parser.
|
| Constructor and Description |
|---|
OrientSql(CharStream stream)
Constructor with user supplied CharStream.
|
OrientSqlTokenManager(CharStream stream)
Constructor.
|
OrientSqlTokenManager(CharStream stream,
int lexState)
Constructor.
|
Copyright © 2009–2025 OrientDB. All rights reserved.