Click or drag to resize

SQLStatement Methods (Typed)

X#

The SQLStatement type exposes the following members.

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