Class PostgreSQLFrontendEngine
java.lang.Object
org.apache.shardingsphere.proxy.frontend.postgresql.PostgreSQLFrontendEngine
- All Implemented Interfaces:
org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI,DatabaseProtocolFrontendEngine
public final class PostgreSQLFrontendEngine
extends Object
implements DatabaseProtocolFrontendEngine
Frontend engine for PostgreSQL.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidhandleException(ConnectionSession connectionSession, Exception exception) voidrelease(ConnectionSession connectionSession) voidsetDatabaseVersion(String databaseName, String databaseVersion) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.proxy.frontend.spi.DatabaseProtocolFrontendEngine
getAuthenticationEngine, getCodecEngine, getCommandExecuteEngine, getFrontendContextMethods inherited from interface org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
getTypeAliases
-
Constructor Details
-
PostgreSQLFrontendEngine
public PostgreSQLFrontendEngine()
-
-
Method Details
-
setDatabaseVersion
- Specified by:
setDatabaseVersionin interfaceDatabaseProtocolFrontendEngine
-
release
- Specified by:
releasein interfaceDatabaseProtocolFrontendEngine
-
handleException
- Specified by:
handleExceptionin interfaceDatabaseProtocolFrontendEngine
-
getType
- Specified by:
getTypein interfaceorg.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
-