cmd is a method of the Loader class (sdb.loader module) for sending Loader commands and SQL statements to the Loader server.
Syntax
cmd (cmd_string)
Attribute |
Description |
---|---|
cmd_string |
Loader command or SQL statement |
Successful execution: result of the Loader command or SQL statement
If an error occurs: LoaderError class exception (sdb.loader module)