FFILimitClause

Allows limiting query response count and offsetting which row is the first row.

extern (C)
struct FFILimitClause {}

Members

Variables

limit
ulong limit;

Limit how many rows may be returned at most.

offset
FFIOption!ulong offset;

Optionally specify after how many rows to start the selection.

Meta