Handbook
Glossary
sql-query ( sql -- rows )
Furnace framework
»
Database library
»
Low-level database tutorial
Prev:
sql-command ( sql -- )
Vocabulary
db
Inputs
sql
a
string
Outputs
rows
an array of arrays of strings
Word description
Runs an SQL query of raw text in the database in the
db-connection
symbol. Each row is returned as an array of strings; no type-conversions are done on the resulting data.
See also
sql-command
Definition
USING:
destructors
;
IN:
db
:
sql-query
( sql -- rows )
f
f
<simple-statement>
[
default-query
]
with-disposal
;