DataSource.setCommandText

Overview | Methods | This Package | All Packages

DataSource.setCommandText

Sets the command string that will be issued to the data source.

Syntax

public void setCommandText( String cmdText )

Parameters

cmdText

The command text.

Remarks

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

See Also   getCommandText, setCommandType