Qore SqlUtil Module Reference
1.9
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
b
c
d
i
j
m
n
o
s
u
v
w
Functions
c
i
j
m
o
s
u
w
Variables
b
c
d
i
j
n
o
s
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
p
r
s
t
u
v
Variables
_
a
c
d
e
f
h
i
j
m
n
o
p
q
r
s
t
u
w
•
All
Classes
Namespaces
Functions
Variables
Modules
Pages
Loading...
Searching...
No Matches
Deprecated List
Member
SqlUtil::AbstractTable::getRowIterator
(*hash< auto > sh, *reference< string > sql, *hash< auto > opt)
for
getStatement()
; if the underlying database connection object returns an
AbstractSQLStatement
instead of an
SQLStatement
, then an exception will be raised; use
getStatement()
instead
Member
SqlUtil::AbstractTable::getRowIterator
(*hash< auto > sh, *hash< auto > opt)
for
getStatement()
; if the underlying database connection object returns an
AbstractSQLStatement
instead of an
SQLStatement
, then an exception will be raised; use
getStatement()
instead
Member
SqlUtil::AbstractTable::getRowIteratorNoExec
(*hash< auto > sh, *reference< string > sql, *hash< auto > opt)
for
getStatementNoExec()
; if the underlying database connection object returns an
AbstractSQLStatement
instead of an
SQLStatement
, then an exception will be raised; use
getStatementNoExec()
instead