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
toInteger
- toInteger(): number
Returns number
Static
fromInteger
- fromInteger(other): JoiningType
See the Rust documentation for
JoiningType
for more information.