Command.this - multiple declarations
Function Command.this
Construct a naked Command object
Parameters
| Name | Description |
|---|---|
| con | A Connection object to communicate with the server |
Function Command.this
Construct a Command object complete with SQL
Parameters
| Name | Description |
|---|---|
| con | A Connection object to communicate with the server |
| sql | SQL command string. |