FFIValue.__anonymous

Undocumented in source.

Members

Variables

binary
FFIArray!ubyte binary;

Corresponds to Type.Binary

boolean
bool boolean;

Corresponds to Type.Bool

column
FFIColumn column;

Corresponds to Type.Column

f32
float f32;

Corresponds to Type.F32

f64
double f64;

Corresponds to Type.F64

i16
short i16;

Corresponds to Type.I16

i32
int i32;

Corresponds to Type.I32

i64
long i64;

Corresponds to Type.I64

identifier
FFIString identifier;

Corresponds to Type.Identifier

naiveDate
FFIDate naiveDate;

Corresponds to Type.NaiveDate

naiveDateTime
FFIDateTime naiveDateTime;

Corresponds to Type.NaiveDateTime

naiveTime
FFITime naiveTime;

Corresponds to Type.NaiveTime

str
FFIString str;

Corresponds to Type.String

Meta