Entering content frame

Function documentation Method cmd Locate the document in the library structure

Use

cmd is a method of the Loader class.

With this method you send a Loader command or an SQL statement to the Loader server (see Loader, Structure linkCommands and SQL Statements).

Features

cmd (cmd_string)

 

cmd_string

Loader command or SQL statement

 

Result:

     Successful execution: result of the Loader command or SQL statement

     Error: exception of the class LoaderError

Example

Exporting Tables

 

Leaving content frame