Finalize - 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


Database[SQLite]

  

Finalize

  

finalize a prepared SQL statement

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Finalize( statement )

Parameters

statement

-

prepared SQL statement obtained using the Prepare command

Description

• 

The Finalize command finalizes a prepared SQL statement.

Examples

withDatabaseSQLite:

dbFileToolsJoinPathkerneloptsdatadir,SQLite,G20-Population.db:

connectionOpendb:

Select data from table - prepare statement

stmtPrepareconnection,SELECT * FROM population

stmtSQLite statement,SELECT * FROM population

(1)

Fetch all rows

FetchAllstmt

Finalize the statement

Finalizestmt:

Closeconnection:

Compatibility

• 

The Database[SQLite][Finalize] command was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.