|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PGConnection | |
|---|---|
| org.postgresql.copy | |
| org.postgresql.core | |
| org.postgresql.jdbc2 | |
| org.postgresql.jdbc3 | |
| org.postgresql.jdbc3g | |
| org.postgresql.jdbc4 | |
| Uses of PGConnection in org.postgresql.copy |
|---|
| Constructors in org.postgresql.copy with parameters of type PGConnection | |
|---|---|
PGCopyInputStream(PGConnection connection,
String sql)
Uses given connection for specified COPY TO STDOUT operation |
|
PGCopyOutputStream(PGConnection connection,
String sql)
Uses given connection for specified COPY FROM STDIN operation |
|
PGCopyOutputStream(PGConnection connection,
String sql,
int bufferSize)
Uses given connection for specified COPY FROM STDIN operation |
|
| Uses of PGConnection in org.postgresql.core |
|---|
| Subinterfaces of PGConnection in org.postgresql.core | |
|---|---|
interface |
BaseConnection
Driver-internal connection interface. |
| Uses of PGConnection in org.postgresql.jdbc2 |
|---|
| Classes in org.postgresql.jdbc2 that implement PGConnection | |
|---|---|
class |
AbstractJdbc2Connection
This class defines methods of the jdbc2 specification. |
| Uses of PGConnection in org.postgresql.jdbc3 |
|---|
| Classes in org.postgresql.jdbc3 that implement PGConnection | |
|---|---|
class |
AbstractJdbc3Connection
This class defines methods of the jdbc3 specification. |
class |
Jdbc3Connection
This class implements the java.sql.Connection interface for JDBC3. |
| Uses of PGConnection in org.postgresql.jdbc3g |
|---|
| Classes in org.postgresql.jdbc3g that implement PGConnection | |
|---|---|
class |
AbstractJdbc3gConnection
|
class |
Jdbc3gConnection
This class implements the java.sql.Connection interface for JDBC3. |
| Uses of PGConnection in org.postgresql.jdbc4 |
|---|
| Classes in org.postgresql.jdbc4 that implement PGConnection | |
|---|---|
class |
Jdbc4Connection
This class implements the java.sql.Connection interface for JDBC4. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||