public class PostgreSQLSocketAdapter:
Socket adapter for PostgreSQL communication.
| Modifier and Type | Member | Description |
|---|---|---|
| public | PostgreSQLSocketAdapterPostgreSQLSocketAdapter(socket as Socket): |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | closeclose() as Void: |
Closes the socket. |
| public | flushflush() as Void throws SQLException: |
Flushes the socket. |
| public | isSecureisSecure() as Boolean: |
Returns true if using TLS. |
| public | readread(buffer as Byte[], offset as Int, length as Int) as Int throws SQLException: |
Reads bytes from the socket. |
| public | upgradeToTLSupgradeToTLS(sslContext as SSLContext) as Void throws SQLException: |
Upgrades to TLS. |
| public | writewrite(buffer as Byte[], offset as Int, length as Int) as Void throws SQLException: |
Writes bytes to the socket. |