Microsoft SDK for Java

DataSource.getPrepared

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.