Current section

Files

Jump to
sqlode include sqlode@runtime_RawQuery.hrl
Raw

include/sqlode@runtime_RawQuery.hrl

-record(raw_query, {
name :: binary(),
sql :: binary(),
command :: sqlode@runtime:query_command(),
param_count :: integer(),
placeholder_style :: sqlode@runtime:placeholder_style(),
encode :: fun((any()) -> list(sqlode@runtime:value())),
slice_info :: fun((any()) -> list({integer(), integer()}))
}).