VastbaseG100

基于openGauss内核开发的企业级关系型数据库。

Menu

PGPooledConnection类

PooledConnection 接口的 Vastbase 实现。

addConnectionEventListener

语法格式

public void addConnectionEventListener(ConnectionEventListener connectionEventListener)

说明

定义:PooledConnection接口的addConnectionEventListener方法。

addStatementEventListener

语法格式

public void addStatementEventListener(StatementEventListener listener)

说明

定义:PooledConnection接口的addStatementEventListener方法。

close

语法格式

public void close()      throws SQLException

说明

定义:PooledConnection接口的close方法。

createConnectionEvent

功能描述

创建连接事件。

语法格式

protected ConnectionEvent createConnectionEvent(SQLException e)

参数说明

e:SQL异常。

返回值

返回ConnectionEvent对象。

getConnection

语法格式

public Connection getConnection()             
throws SQLException

说明

定义:PooledConnection接口的getConnection方法。

removeConnectionEventListener

语法格式

public void removeConnectionEventListener(ConnectionEventListener connectionEventListener)

说明

定义:PooledConnection接口的removeConnectionEventListener方法。

removeStatementEventListener

语法格式

public void removeStatementEventListener(StatementEventListener listener)

说明

定义:PooledConnection接口的removeStatementEventListener方法。

其他

已实现的接口:PooledConnection。

直接已知的子类:PGXAConnection。