Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RightOuterJoinedSource.cs
1
using
System;
2
using
Waher.Script.Model
;
3
4
namespace
Waher.Script.Persistence.SQL.Sources
5
{
9
public
class
RightOuterJoinedSource
:
LeftOuterJoinedSource
10
{
17
public
RightOuterJoinedSource
(
IDataSource
Left
,
IDataSource
Right
,
ScriptNode
Conditions
)
18
: base(
Right
,
Left
,
Conditions
)
19
{
20
}
21
25
protected
override
bool
Flipped
=>
true
;
26
}
27
}
Waher.Script.Model.ScriptNode
Base class for all nodes in a parsed script tree.
Definition:
ScriptNode.cs:69
Waher.Script.Persistence.SQL.Sources.JoinedSource.Conditions
ScriptNode Conditions
Conditions for join.
Definition:
JoinedSource.cs:45
Waher.Script.Persistence.SQL.Sources.JoinedSource.Left
IDataSource Left
Left source
Definition:
JoinedSource.cs:35
Waher.Script.Persistence.SQL.Sources.JoinedSource.Right
IDataSource Right
Right source
Definition:
JoinedSource.cs:40
Waher.Script.Persistence.SQL.Sources.LeftOuterJoinedSource
Data source formed through an LEFT [OUTER] JOIN of two sources.
Definition:
LeftOuterJoinedSource.cs:14
Waher.Script.Persistence.SQL.Sources.RightOuterJoinedSource
Data source formed through an RIGHT [OUTER] JOIN of two sources.
Definition:
RightOuterJoinedSource.cs:10
Waher.Script.Persistence.SQL.Sources.RightOuterJoinedSource.Flipped
override bool Flipped
If sources should be flipped in the JoinedObject instances created.
Definition:
RightOuterJoinedSource.cs:25
Waher.Script.Persistence.SQL.Sources.RightOuterJoinedSource.RightOuterJoinedSource
RightOuterJoinedSource(IDataSource Left, IDataSource Right, ScriptNode Conditions)
Data source formed through an RIGHT [OUTER] JOIN of two sources.
Definition:
RightOuterJoinedSource.cs:17
Waher.Script.Persistence.SQL.IDataSource
Interface for data sources that can be used in SQL statements.
Definition:
IDataSource.cs:13
Waher.Script.Model
Definition:
BinaryBooleanOperator.cs:8
Waher.Script.Persistence.SQL.Sources
Definition:
CollectionSource.cs:13
IoTGateway
Script
Waher.Script.Persistence
SQL
Sources
RightOuterJoinedSource.cs
Generated by
1.9.5