%SYS.Python.SQLStatement
Class %SYS.Python.SQLStatement Extends %RegisteredObject [ System = 4 ]
Implementation of SQL support
Properties
Statement
Property Statement As %SQL.Statement;
Wrapped statement
Methods
%OnNew
Method %OnNew(stmt As %SQL.StatementResult) As %Status
Implement %OnNew handler
execute
Method execute(args...) As SQLResultSet
Execute an SQL statement