Command.this

Construct a Command object complete with SQL

  1. this(Connection con)
  2. this(Connection con, const(char)[] sql)
    struct Command
    this
    (,
    const(char)[] sql
    )

Parameters

sql const(char)[]

SQL command string.

Meta