%SYS.Python.SQL
Class %SYS.Python.SQL Extends %RegisteredObject [ System = 4 ]
Implementation of SQL support
Methods
exec
ClassMethod exec(sql As %String, args...) As %SQL.StatementResult
Execute an SQL statement
prepare
ClassMethod prepare(sql As %String) As %SQL.Statement
raiseError
ClassMethod raiseError(status As %Status, stmt As %String = "") [ Internal ]
Helper method to raise SQL errors