public interface SQLParserEntry
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseTypeName()
Get name of database type.
|
Class<? extends org.antlr.v4.runtime.Lexer> |
getLexerClass()
Get SQL lexer class type.
|
Class<? extends SQLParser> |
getParserClass()
Get SQL parser class type.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.