Click or drag to resize

SQLStatement Methods

X#

The SQLStatement type exposes the following members.

Functions
  NameDescription
Public methodCommit
Save the changes made since the last Commit().
Public methodDestroy
Public methodCode exampleExecute
Execute the statement.
Public methodFreeStmt
Free the statement, according to the specified option.
Public methodGetStatementOption
Return current setting for a statement option or NIL, if an error occurred.
Public methodMakeErrorInfo
Public methodPrepare
Prepare a statement.
Public methodRollBack
Undo the changes made since the last Commit().
Public methodSetStatementOption
Set current setting for a statement option.
Top
See Also