Overview - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Statement

Database Statement Module

 

The Statement Module

A Statement Module's Exported Commands

The Statement Module

• 

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.

A Statement Module's Exported Commands

Close

Execute

GetOptions

NextResult

SetOptions

 

 

 

See Also

Database

Database[Connection][CreateStatement]

Database[PreparedStatement]

Database[usage]