SQLStatement Methods (Typed) |
The SQLStatement type exposes the following members.
Name | Description | |
---|---|---|
_CreateDBParameter | ||
Commit |
Save the changes made since the last Commit().
| |
Destroy | ||
Execute |
Execute the statement.
| |
FillErrorHandler | ||
FreeStmt |
Free the statement, according to the specified option.
| |
GetStatementOption | Obsolete.
Return current setting for a statement option or NIL, if an error occurred.
| |
MakeErrorInfo | ||
Prepare |
Prepare a statement.
| |
SetStatementOption | Obsolete.
Set current setting for a statement option.
|