| java.lang.Object isql.commands.SQLCommand
SQLCommand | public class SQLCommand implements Command(Code) | | The command object associated with our metadata, such as links for
tables, sort options etc.
I am wondering whether they should be separate classes, however,
would like them to be in one place.
author: rahul kumar See Also: XXX |
Constructor Summary | |
public | SQLCommand() ctor/constructor. |
SQLCommand | public SQLCommand()(Code) | | ctor/constructor.
|
execute | public void execute(SQLForm form, String fword, String SQLString)(Code) | | execute the given sql statement wither in foreground, or background.
use background if sql is prepended with bg, or if user has set mode as bg.
|
execute_sql | public void execute_sql(String SQLString)(Code) | | method that actually executes in background.
called either from bg thread or execute().
|
|
|