DatabaseOption

Constructors

this
this(string url)
Undocumented in source.

Members

Functions

connectionTimeout
int connectionTimeout()
Undocumented in source. Be warned that the author may not have intended to support it.
getDecoderBufferSize
int getDecoderBufferSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getEncoderBufferSize
int getEncoderBufferSize()
Undocumented in source. Be warned that the author may not have intended to support it.
isMysql
bool isMysql()
Undocumented in source. Be warned that the author may not have intended to support it.
isPgsql
bool isPgsql()
Undocumented in source. Be warned that the author may not have intended to support it.
maxWaitQueueSize
int maxWaitQueueSize()
Undocumented in source. Be warned that the author may not have intended to support it.
maxWaitQueueSize
DatabaseOption maxWaitQueueSize(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
maximumPoolSize
DatabaseOption maximumPoolSize(int num)
Undocumented in source. Be warned that the author may not have intended to support it.
maximumPoolSize
int maximumPoolSize()
Undocumented in source. Be warned that the author may not have intended to support it.
minimumPoolSize
DatabaseOption minimumPoolSize(int num)
Undocumented in source. Be warned that the author may not have intended to support it.
minimumPoolSize
int minimumPoolSize()
Undocumented in source. Be warned that the author may not have intended to support it.
retry
size_t retry()
Undocumented in source. Be warned that the author may not have intended to support it.
retry
DatabaseOption retry(size_t value)
Undocumented in source. Be warned that the author may not have intended to support it.
schemeName
string schemeName()
Undocumented in source. Be warned that the author may not have intended to support it.
setConnectionTimeout
DatabaseOption setConnectionTimeout(int time)
Undocumented in source. Be warned that the author may not have intended to support it.
setDecoderBufferSize
DatabaseOption setDecoderBufferSize(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
setEncoderBufferSize
DatabaseOption setEncoderBufferSize(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
url
HttpURI url()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta