Constructors
constructor
- new JoiningType(value): JoiningType
Properties
Static
DualJoining
Static
JoinCausing
Static
LeftJoining
Static
NonJoining
Static
RightJoining
Static
Transparent
Accessors
ffiValue
- get ffiValue(): number
Returns number
value
- get value(): string
Returns string
Methods
longName
- longName(): string
Returns string
shortName
- shortName(): string
Returns string
toIntegerValue
- toIntegerValue(): number
Returns number
Static
fromIntegerValue
- fromIntegerValue(other): JoiningType
Static
fromValue
- fromValue(value): JoiningType
See the Rust documentation for
JoiningType
for more information.