The Schema type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Add another column to the schema
| |
AddRange |
Add more columns to the schema
| |
AddScopeCEPColumns | ||
Clone |
Create a new schema object that mirrors the current one
The resulting schema will have the same column names and column types, in the same order,
but it does not claim that output rows with this schema are identical to some input row.
| |
CloneWithSource |
Clone a schema and set the Source of each column to the matching input column.
Input rows have to be passed through (or copied) to output rows with this schema unchanged.
| |
Contains |
Returns true if there is a column named specified by name
| |
GetString()()()() |
Returns the string repesentation of this schema
| |
GetString(Boolean) |
Returns the string repesentation of this object
| |
IndexOf |
Get the position of the ColumnInfo with this name in this schema
| |
Merge |
Merge with other schema
| |
PassThrough | Obsolete.
Obsolete -- please use schema.CloneWithSource() instead.
The user defined object will pass through input rows unchanged as output rows
| |
RemoveScopeCEPColumns | ||
SetTable |
Sets the table.
| |
ToString |
Returns string representation of this schema.
(Overrides ObjectToString()()()().) | |
TryToAddRange |
Add more columns to the schema if not present already.
|