[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Descriptor generated by INSERT-INTO clauses specified in expressions to insert the
results of statement as a stream to further statements.
The following tables list the members exposed by the InsertIntoDesc type.
Public Properties
Name | Description | |
---|---|---|
![]() | ColumnNames | Returns a list of column names specified optionally in the insert-into clause, or empty if none specified. |
![]() | EventTypeAlias | Returns name of event type to use for insert-into stream. |
![]() | IsStream | Returns true if insert (new data) events are fed, or false for remove (old data) events are fed. |