Statement
Database Statement Module
The Statement Module
A Statement Module's Exported Commands
A Statement Module represents an arbitrary SQL statement. The main advantage that using a Statement Module has over using ExecuteQuery or ExecuteUpdate is the ability to have multiple return values.
Using the Execute command, an arbitrary SQL string can be executed. Multiple return values are handled by calling NextResult.
Statement modules are created using the CreateStatement command.
For information on using the Database package, see the usage page.
Close
Execute
GetOptions
NextResult
SetOptions
See Also
Database
Database[Connection][CreateStatement]
Database[PreparedStatement]
Database[usage]
Download Help Document