Interface GeneratedClass

    • Method Detail

      • getName

        java.lang.String getName()
        Return the name of the generated class.
      • newInstance

        java.lang.Object newInstance​(Context context)
                              throws StandardException
        Return a new object that is an instance of the represented class. The object will have been initialised by the no-arg constructor of the represneted class. (Similar to java.lang.Class.newInstance).
        Throws:
        StandardException - Standard Derby error policy
      • getClassLoaderVersion

        int getClassLoaderVersion()
        Return the class reload version that this class was built at.