Current section

Files

Jump to
sqlode include sqlode@model_ParsedQuery.hrl
Raw

include/sqlode@model_ParsedQuery.hrl

-record(parsed_query, {
name :: binary(),
function_name :: binary(),
command :: sqlode@runtime:query_command(),
sql :: binary(),
source_path :: binary(),
param_count :: integer(),
macros :: list(sqlode@model:macro())
}).