Connection.execute

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

Meta