Current section
Files
Jump to
Current section
Files
include/sqlode@internal@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@internal@model:macro())
}).