mysql-lited v0.2.4 (2015-05-19T12:44:57Z)
Dub
Repo
Connection.execute
mysql
connection
Connection
Undocumented in source. Be warned that the author may not have intended to support it.
void
execute
(const(char)[] stmt, Args args)
struct
Connection
(SocketType)
void
execute
(
Args
...
)
(
const
(
char
)[]
stmt
,
Args
args
)
void
execute
(PreparedStatement stmt, Args args)
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