public final class PostgreSQLParserFacade extends Object implements org.apache.shardingsphere.sql.parser.spi.DatabaseTypedSQLParserFacade
| Constructor and Description |
|---|
PostgreSQLParserFacade() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseType() |
Class<? extends org.apache.shardingsphere.sql.parser.api.parser.SQLLexer> |
getLexerClass() |
Class<? extends org.apache.shardingsphere.sql.parser.api.parser.SQLParser> |
getParserClass() |
public Class<? extends org.apache.shardingsphere.sql.parser.api.parser.SQLLexer> getLexerClass()
getLexerClass in interface org.apache.shardingsphere.sql.parser.spi.SQLParserFacadepublic Class<? extends org.apache.shardingsphere.sql.parser.api.parser.SQLParser> getParserClass()
getParserClass in interface org.apache.shardingsphere.sql.parser.spi.SQLParserFacadepublic String getDatabaseType()
getDatabaseType in interface org.apache.shardingsphere.sql.parser.spi.DatabaseTypedSQLParserFacadeCopyright © 2022 The Apache Software Foundation. All rights reserved.