mysql-lited v0.2.14 (2015-07-23T23:08:06Z)
Dub
Repo
Connection.connect
mysql
connection
Connection
Undocumented in source. Be warned that the author may not have intended to support it.
void
connect
(string connectionString)
struct
Connection
(SocketType)
void
connect
(
string
connectionString
)
void
connect
(const(char)[] host, ushort port, const(char)[] user, const(char)[] pwd, const(char)[] db, CapabilityFlags caps)
Meta
Source
See Implementation
mysql
connection
Connection
aliases
OnStatusCallback
destructors
~this
functions
begin
close
commit
connect
disconnect
execute
ping
prepare
refresh
reset
rollback
statistics
use
properties
affected
connected
error
inTransaction
insertID
onStatus
status
warnings