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