Current section

Files

Jump to
sqlode include sqlode@runtime_QueryInfo.hrl
Raw

include/sqlode@runtime_QueryInfo.hrl

-record(query_info, {
name :: binary(),
sql :: binary(),
command :: sqlode@runtime:query_command(),
param_count :: integer()
}).