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