SocketConnectionBase

@author <a href="mailto:julien@julienviet.com">Julien Viet</a>

Constructors

this
this(AbstractConnection socket, bool cachePreparedStatements, int preparedStatementCacheSize, int preparedStatementCacheSqlLimit, int pipeliningLimit)
Undocumented in source.

Members

Enums

Status
enum Status
Undocumented in source.

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
getProcessId
int getProcessId()
Undocumented in source. Be warned that the author may not have intended to support it.
getSecretKey
int getSecretKey()
Undocumented in source. Be warned that the author may not have intended to support it.
handleClosed
void handleClosed(Connection conn)
Undocumented in source. Be warned that the author may not have intended to support it.
handleException
void handleException(Connection c, Throwable t)
Undocumented in source. Be warned that the author may not have intended to support it.
handleMessage
void handleMessage(Connection conn, Object msg)
Undocumented in source. Be warned that the author may not have intended to support it.
initHolder
void initHolder(Holder holder)
Undocumented in source. Be warned that the author may not have intended to support it.
initialization
void initialization()
Undocumented in source. Be warned that the author may not have intended to support it.
isConnected
bool isConnected()
Undocumented in source. Be warned that the author may not have intended to support it.
isSsl
bool isSsl()
Undocumented in source. Be warned that the author may not have intended to support it.
schedule
void schedule(ICommand cmd)
Undocumented in source. Be warned that the author may not have intended to support it.
socket
AbstractConnection socket()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_socket
AbstractConnection _socket;
Undocumented in source.
psCache
PreparedStatementCache psCache;
Undocumented in source.
status
Status status;
Undocumented in source.

Inherited Members

From DbConnection

initHolder
void initHolder(Holder holder)
Undocumented in source.
isSsl
bool isSsl()
Undocumented in source.
isConnected
bool isConnected()
Undocumented in source.
schedule
void schedule(ICommand cmd)
Undocumented in source.
close
void close()
Undocumented in source.
getProcessId
int getProcessId()
Undocumented in source.
getSecretKey
int getSecretKey()
Undocumented in source.
Holder
interface Holder
Undocumented in source.

Meta