Class PostgreSQLParserFacade
java.lang.Object
org.apache.shardingsphere.sql.parser.postgresql.parser.PostgreSQLParserFacade
- All Implemented Interfaces:
org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI,org.apache.shardingsphere.sql.parser.spi.DatabaseTypedSQLParserFacade,org.apache.shardingsphere.sql.parser.spi.SQLParserFacade
public final class PostgreSQLParserFacade
extends Object
implements org.apache.shardingsphere.sql.parser.spi.DatabaseTypedSQLParserFacade
SQL parser facade for PostgreSQL.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
getTypeAliases, init, isDefault
-
Constructor Details
-
PostgreSQLParserFacade
public PostgreSQLParserFacade()
-
-
Method Details
-
getLexerClass
- Specified by:
getLexerClassin interfaceorg.apache.shardingsphere.sql.parser.spi.SQLParserFacade
-
getParserClass
- Specified by:
getParserClassin interfaceorg.apache.shardingsphere.sql.parser.spi.SQLParserFacade
-
getType
- Specified by:
getTypein interfaceorg.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
-