[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Is the statement prepared or not
Source position: sqldb.pp line 428
public property TCustomSQLStatement.Prepared : Boolean |
Prepared equals True if Prepare was called (implicitly or explicitly), it returns False if not. It can be set to True or False to call Prepare or UnPrepare, respectively.
|
Prepare the statement for execution |
|
|
Unprepare a previously prepared statement |