Overview
>
Package klyn.databases.sql.postgresql
Version 0.1.2
Overview
Index
Tree
Deprecated
Package klyn.databases.sql.postgresql
Contains 16 type(s).
Types
Classes
PostgreSQLByteBuilder
- Byte array builder for PostgreSQL protocol messages.
PostgreSQLCallableStatement
- PostgreSQL callable statement.
PostgreSQLColumnDefinition
- PostgreSQL column definition.
PostgreSQLConnection
- PostgreSQL connection implementation.
PostgreSQLDatabaseMetaData
- PostgreSQL database metadata.
PostgreSQLDriver
- PostgreSQL driver entry point for `klyn.
PostgreSQLOptions
- PostgreSQL connection options parsed from a URL.
PostgreSQLPacketStream
- PostgreSQL packet stream for message-based protocol.
PostgreSQLParameterMetaData
- PostgreSQL parameter metadata.
PostgreSQLPreparedStatement
- PostgreSQL prepared statement.
PostgreSQLResultSet
- PostgreSQL result set.
PostgreSQLResultSetMetaData
- PostgreSQL result set metadata.
PostgreSQLSavepoint
- PostgreSQL savepoint.
PostgreSQLSocketAdapter
- Socket adapter for PostgreSQL communication.
PostgreSQLStatement
- PostgreSQL statement implementation.
PostgreSQLSupport
- PostgreSQL protocol helpers and constants.