Command.this - multiple declarations
- Function Command.this
- Function Command.this
Function Command.this
Construct a Command object complete with SQL
Prototype
ref this(
Connection con,
const(char)[] sql
);
Parameters
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| con | A Connection object to communicate with the server |