Command.this - multiple declarations

Function Command.this

Construct a Command object complete with SQL

Prototype

ref this(
  Connection con,
  const(char)[] sql
);

Parameters

NameDescription
con A Connection object to communicate with the server
sql SQL command string.

Function Command.this

Construct a naked Command object

Prototype

ref this(
  Connection con
);

Parameters

NameDescription
con A Connection object to communicate with the server

Authors

Copyright

License