| java.lang.Object isql.ReflectDataBase
ReflectDataBase | public class ReflectDataBase (Code) | | |
getMainMethod | public static Method getMainMethod(Class c, String methodname)(Code) | | returns first match for method name, but what if overloaded.
|
getMethodParameterClass | public static Class getMethodParameterClass(Method m, int index)(Code) | | get the class of a particular parameter
|
main | public static void main(String args)(Code) | | shoud be in format "methodname(params)"
e.g. getTables(null, "root", "%", null);
|
|
|