|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICommandTable
Interface for the CommandTable object.
This interface allows you to get and set the command text.
The command text must be a valid SQL statement. Before you construct the
SQL statement, make sure that you create and set a CommandTable object
and ConnectionInfo object. Once you have set the CommandText value,
add the command table to the report.
| Method Summary | |
|---|---|
java.lang.String |
getCommandText()
Returns the command text. |
void |
setCommandText(java.lang.String text)
Sets the command text. |
| Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IProcedure |
|---|
getParameters, setParameters |
| Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.ITable |
|---|
getAlias, getConnection, getConnectionInfo, getDataFields, getDescription, getIndexes, getIsLinkable, getName, getQualifiedName, setAlias, setConnection, setConnectionInfo, setDataFields, setDescription, setIndexes, setIsLinkable, setName, setQualifiedName |
| Method Detail |
|---|
java.lang.String getCommandText()
Returns the command text. The command text is a SQL statement
added through the CommandTable to the report.
String.void setCommandText(java.lang.String text)
Sets the command text. The command text is a SQL statement
added through the CommandTable to the report.
text - The command text (SQL statement) as a String.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||