Prints the definition of a given table.
Parameters: request - ControllerRequest Parameters: response - ControllerResponse throws: ControllerException - upon error. throws: NonHandleableException - upon fatal error.
Present a form requesting the SQL to be executed
Parameters: request - Standard request object Parameters: response - Standard response object throws: ControllerException - upon error
Receive the SQL request from the client & send it to the database for
execution. Present the results to the client.
Parameters: req - Standard request object Parameters: res - Standard response object throws: ControllerException - upon error
Methods inherited from com.jcorporate.expresso.core.controller.DBController