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

Online Help

DataInterfaceStream

Database Streaming DataInterface Module

 

The DataInterfaceStream Module

A DataInterfaceStream Module's Exported Commands

The DataInterfaceStream Module

• 

The DataInterfaceStream module represents a value that is being accessed as a stream.  This allows large data elements to be accessed in smaller pieces.

• 

DataInterfaceStream modules can only be used to represent elements of type BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR.

• 

Read is used to read data from the stream.  Skip is used to skip data in the stream.

• 

For more information on using Database, see usage.

A DataInterfaceStream Module's Exported Commands

Close

Get

Read

Skip

Type

 

 

 

See Also

Database

Database[Result]

Database[Result][GetData]

Database[usage]

 


Download Help Document