Overview - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Driver

Database Driver Module

 

The Driver Module

A Driver Module's Exported Commands

The Driver Module

• 

The Driver module is the Maple representation of a Java Database Connectivity [JDBC] Driver.

• 

A Driver module can open connections to databases supported by the JDBC Driver.  These connections are represented by Connection modules and are created by calling OpenConnection.

• 

A Driver module is created by calling LoadDriver.

• 

For information on using the Database package, see the usage page.  For information on installing and loading JDBC drivers, see the JDBC page.

A Driver Module's Exported Commands

Close

OpenConnection

 

 

See Also

Database

Database[JDBC]

Database[LoadDriver]

Database[usage]