mysql-lited v0.2.4 (2015-05-19T12:44:57Z)
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