postgresql-async
postgresql-async
API
com.github.mauricio.async.db.postgresql
PostgreSQLConnection
PostgreSQLConnection
PreparedStatementHolder
com.github.mauricio.async.db.postgresql.codec
MessageDecoder
MessageDecoder
MessageEncoder
MessageEncoder
PostgreSQLConnectionDelegate
PostgreSQLConnectionHandler
PostgreSQLConnectionHandler
com.github.mauricio.async.db.postgresql.column
ArrayDecoder
BooleanEncoderDecoder
ByteArrayEncoderDecoder
CharEncoderDecoder
ColumnTypes
PostgreSQLColumnDecoderRegistry
PostgreSQLColumnDecoderRegistry
PostgreSQLColumnEncoderRegistry
PostgreSQLColumnEncoderRegistry
PostgreSQLIntervalEncoderDecoder
PostgreSQLTimestampEncoderDecoder
SingleByteEncoderDecoder
com.github.mauricio.async.db.postgresql.encoders
CloseMessageEncoder
CredentialEncoder
Encoder
ExecutePreparedStatementEncoder
PreparedStatementEncoderHelper
PreparedStatementEncoderHelper
PreparedStatementOpeningEncoder
PreparedStatementOpeningEncoder
QueryMessageEncoder
QueryMessageEncoder
SSLMessageEncoder
StartupMessageEncoder
com.github.mauricio.async.db.postgresql.exceptions
ByteArrayFormatNotSupportedException
ByteArrayFormatNotSupportedException
ColumnDecoderNotFoundException
GenericDatabaseException
InvalidArrayException
MessageTooLongException
MissingCredentialInformationException
NotConnectedException
QueryMustNotBeNullOrEmptyException
com.github.mauricio.async.db.postgresql.messages.backend
AuthenticationChallengeCleartextMessage
AuthenticationChallengeCleartextMessage
AuthenticationChallengeMD5
AuthenticationChallengeMessage
AuthenticationMessage
AuthenticationOkMessage
AuthenticationOkMessage
BindComplete
CloseComplete
CommandCompleteMessage
DataRowMessage
EmptyQueryString
ErrorMessage
InformationMessage
InformationMessage
NoData
NoticeMessage
NotificationResponse
ParameterStatusMessage
ParseComplete
PostgreSQLColumnData
ProcessData
ReadyForQueryMessage
RowDescriptionMessage
SSLResponseMessage
ServerMessage
ServerMessage
com.github.mauricio.async.db.postgresql.messages.frontend
ClientMessage
CloseMessage
CredentialMessage
InitialClientMessage
PreparedStatementExecuteMessage
PreparedStatementMessage
PreparedStatementOpeningMessage
QueryMessage
SSLRequestMessage
StartupMessage
com.github.mauricio.async.db.postgresql.parsers
AuthenticationStartupParser
BackendKeyDataParser
CommandCompleteParser
DataRowParser
ErrorParser
InformationParser
MessageParser
MessageParsersRegistry
NoticeParser
NotificationResponseParser
ParameterStatusParser
ReadyForQueryParser
ReturningMessageParser
ReturningMessageParser
RowDescriptionParser
com.github.mauricio.async.db.postgresql.pool
PostgreSQLConnectionFactory
PostgreSQLConnectionFactory
com.github.mauricio.async.db.postgresql.util
ArrayStreamingParser
ArrayStreamingParserDelegate
PasswordHelper
URLParser
postgresql-async
/
com.github.mauricio.async.db.postgresql.codec
/
PostgreSQLConnectionDelegate
PostgreSQLConnectionDelegate
com.github.mauricio.async.db.postgresql.codec.PostgreSQLConnectionDelegate
trait
PostgreSQLConnectionDelegate
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
class
PostgreSQLConnection
Clear all
Members list
Concise view
Value members
Abstract methods
def
onAuthenticationResponse
(
message
:
AuthenticationMessage
):
Unit
def
onCommandComplete
(
message
:
CommandCompleteMessage
):
Unit
def
onDataRow
(
message
:
DataRowMessage
):
Unit
def
onError
(
message
:
ErrorMessage
):
Unit
def
onError
(
throwable
:
Throwable
):
Unit
def
onNotificationResponse
(
message
:
NotificationResponse
):
Unit
def
onParameterStatus
(
message
:
ParameterStatusMessage
):
Unit
def
onReadyForQuery
():
Unit
def
onRowDescription
(
message
:
RowDescriptionMessage
):
Unit