sql_command

View page source

Execute 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.