public class SampleSqlParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SampleSqlParser.Column |
static class |
SampleSqlParser.Criteria |
static class |
SampleSqlParser.Delete |
static class |
SampleSqlParser.Query |
static class |
SampleSqlParser.Select |
static class |
SampleSqlParser.Statement |
| Constructor and Description |
|---|
SampleSqlParser() |
| Modifier and Type | Method and Description |
|---|---|
List<SampleSqlParser.Statement> |
parse(String ddl) |
protected List<SampleSqlParser.Column> |
parseColumns(org.modeshape.common.text.TokenStream tokens) |
protected SampleSqlParser.Delete |
parseDelete(org.modeshape.common.text.TokenStream tokens) |
protected SampleSqlParser.Select |
parseSelect(org.modeshape.common.text.TokenStream tokens) |
public SampleSqlParser()
public List<SampleSqlParser.Statement> parse(String ddl)
protected SampleSqlParser.Select parseSelect(org.modeshape.common.text.TokenStream tokens) throws org.modeshape.common.text.ParsingException
org.modeshape.common.text.ParsingExceptionprotected List<SampleSqlParser.Column> parseColumns(org.modeshape.common.text.TokenStream tokens) throws org.modeshape.common.text.ParsingException
org.modeshape.common.text.ParsingExceptionprotected SampleSqlParser.Delete parseDelete(org.modeshape.common.text.TokenStream tokens) throws org.modeshape.common.text.ParsingException
org.modeshape.common.text.ParsingExceptionCopyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.