Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.09 KB

File metadata and controls

41 lines (24 loc) · 1.09 KB

minisql.sql.ast.ExecutePreparedStatement

Home · Source file

ExecutePreparedStatement

struct ExecutePreparedStatement

Groups the execute prepared statement state and preserves the field relationships documented below.

View source

Members

arguments

arguments

Contains the ordered arguments collection.

View source

name

name

Stores the name associated with this value.

View source