Microsoft SDK for Java

DataSource.getCommandText

Retrieves the command string issued to the data source.

Syntax

public String getCommandText()

Return Value

Returns the command string.

Remarks

The command is typically a query that will return a recordset.

See Also   setCommandText, getCommandType

© 1999 Microsoft Corporation. All rights reserved. Terms of use.