DataInterfaceStream:-Type - get the Type of a DataInterfaceStream module
|
Calling Sequence
|
|
stream:-Type( )
|
|
Parameters
|
|
stream
|
-
|
DataInterfaceStream module
|
|
|
|
|
Description
|
|
•
|
DataInterfaceStream modules can only represent objects of type BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
[ 1..127 1-D Array ]
|
[ Data Type: integer[1] ]
|
[ Storage: rectangular ]
|
[ Order: C_order ]
|
|
|
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?