\(\newcommand{\B}[1]{ {\bf #1} }\) \(\newcommand{\R}[1]{ {\rm #1} }\) \(\newcommand{\W}[1]{ \; #1 \; }\)
sql_command¶
View page sourceExecute an SQL command¶
Syntax¶
result =
dismod_at.sql_command( connection , command )
connection¶
is a connection for an sql_lite database.
command¶
is a str containing the command that is executed.
result¶
Is a list corresponding to the rows returned by the command.