Overview | Methods | This Package | All Packages
Retrieves a boolean value indicating whether the associated command is optimized for execution (prepared).
Syntax
public boolean getPrepared()
Return Value
Returns true if the command has been prepared; otherwise, returns false.
Remarks
The performance of a command that is executed several times will be enhanced if the command is prepared.
See Also setPrepared