Connection.execute

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void execute(const(char)[] stmt, Args args)
    struct Connection(SocketType)
    void
    execute
    (
    Args...
    )
    (
    const(char)[] stmt
    ,
    Args args
    )
  2. void execute(PreparedStatement stmt, Args args)

Meta