| java.lang.Object isql.commands.ReflectCommand
ReflectCommand | public class ReflectCommand implements Command(Code) | | The command object associated with the reflect command, used to
allows us to see fields and methods of metadata.
"reflect java.sql.DatabaseMetaData" allows us to see fields and
methods of the meta data. It even executes all methods that
dont require any parameters and prints the results.
However, this doesnt seem to work
on Oracle, and you need to explicitly invoke a method.
"reflect ResultSet"
You can even say "reflect java.awt.Font"
author: rahul kumar See Also: XXX |
ReflectCommand | public ReflectCommand()(Code) | | ctor/constructor.
|
|
|