Overview | Methods | This Package | All Packages
Sets a boolean value indicating whether the associated command should be optimized for execution (prepared).
Syntax
public void setPrepared( boolean prepared )
Parameters
prepared
Set to true to prepare the command; otherwise, set to false.
Remarks
The performance of a command that is executed several times will be enhanced if the command is prepared.
See Also getPrepared