Class | Description |
---|---|
Base64 |
This code is a stripped down version of Robert Harder's Public Domain
Base64 implementation.
|
PGXAConnection |
The PostgreSQL implementation of
XAConnection and XAResource . |
PGXAConnectionDelegator |
Connection handle for PGXAConnection
|
PGXADataSource |
XADataSource implementation
|
PGXADataSourceObjectFactory |
An ObjectFactory for PGXADataSource
|
Exception | Description |
---|---|
PGXAException |
A convenience subclass of
XAException which makes it easy to
create an instance of XAException with a human-readable
message, a Throwable cause, and an XA error code. |
Copyright © 2013–2017 impossibl.com. All rights reserved.