Qore SqlUtil Module Reference  1.7.5
SqlUtil::SqlCommandInfo hashdecl Reference

A hash describing SQL and arguments for an SQL DML command. More...

Public Attributes

list< auto > args
 the arguments for the string
 
string sql
 the SQL string for the update
 

Detailed Description

A hash describing SQL and arguments for an SQL DML command.

Since
SqlUtil 1.6