| Modifier and Type | Method and Description |
|---|---|
int |
affectedRows()
The number of table rows that were affected by the command.
|
String |
commandText()
The text of the command.
|
void |
commandText(String pVal)
The text of the command.
|
com4j.Com4jObject |
execute()
Executes the command in the CommandText property.
|
String |
indexFields()
A comma-separated list of index fields for a SELECT command.
|
void |
indexFields(String pVal)
A comma-separated list of index fields for a SELECT command.
|
addParam, count, deleteParam, deleteParams, paramIndex, paramName, paramType, paramValue, paramValueString commandText()
The text of the command.
Getter method for the COM property "CommandText"
void commandText(String pVal)
The text of the command.
Setter method for the COM property "CommandText"
pVal - Mandatory java.lang.String parameter.com4j.Com4jObject execute()
Executes the command in the CommandText property.
String indexFields()
A comma-separated list of index fields for a SELECT command.
Getter method for the COM property "IndexFields"
void indexFields(String pVal)
A comma-separated list of index fields for a SELECT command.
Setter method for the COM property "IndexFields"
pVal - Mandatory java.lang.String parameter.int affectedRows()
The number of table rows that were affected by the command.
Getter method for the COM property "AffectedRows"
Copyright © 2020. All rights reserved.