Retrieves a boolean value indicating whether the associated command is optimized for execution (prepared).
public boolean getPrepared()
Returns true if the command has been prepared; otherwise, returns false.
The performance of a command that is executed several times will be enhanced if the command is prepared.
See Also setPrepared