hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
DbConnection.Holder
hunt
database
base
impl
Connection
DbConnection
Undocumented in source.
interface
DbConnection
interface
Holder {
void
handleNotification
(int processId, string channel, string payload);
void
handleClosing
();
void
handleClosed
();
void
handleException
(Throwable err);
}
Members
Functions
handleClosed
void
handleClosed
()
Undocumented in source.
handleClosing
void
handleClosing
()
Undocumented in source.
handleException
void
handleException
(Throwable err)
Undocumented in source.
handleNotification
void
handleNotification
(int processId, string channel, string payload)
Undocumented in source.
Meta
Source
See Implementation
hunt
database
base
impl
Connection
DbConnection
functions
close
getProcessId
getSecretKey
initHolder
isConnected
isSsl
schedule
interfaces
Holder