Package | Description |
---|---|
com.impossibl.postgres.jdbc | |
com.impossibl.postgres.jdbc.xa |
Modifier and Type | Method and Description |
---|---|
protected PGConnectionImpl |
AbstractDataSource.createConnection(String u,
String p)
Create a connection
|
Constructor and Description |
---|
PGArray(PGConnectionImpl connection,
ArrayType type,
Object[] value) |
PGPooledConnection(PGConnectionImpl con,
boolean autoCommit,
boolean isXA)
Creates a new PooledConnection representing the specified physical
connection.
|
PGSQLInputImpl(PGConnectionImpl connection,
CompositeType type,
Map<String,Class<?>> typeMap,
Object[] attributeValues) |
PGSQLOutputImpl(PGConnectionImpl connection,
CompositeType type) |
PGSQLXML(PGConnectionImpl conn) |
PGSQLXML(PGConnectionImpl conn,
byte[] data) |
PGStruct(PGConnectionImpl connection,
String typeName,
Type[] attributeTypes,
Object[] values) |
Constructor and Description |
---|
PGXAConnection(PGConnectionImpl conn) |
Copyright © 2013–2017 impossibl.com. All rights reserved.