Class DMLGenerator


  • public class DMLGenerator
    extends java.lang.Object
    Generates YRecord objects to be used for generating type system entity INSERTs as part of a system initialization.
    • Method Detail

      • generateRecords

        public java.util.Collection<YRecord> generateRecords()
                                                      throws org.apache.ddlutils.DdlUtilsException,
                                                             java.io.IOException,
                                                             bsh.EvalError
        Throws:
        org.apache.ddlutils.DdlUtilsException
        java.io.IOException
        bsh.EvalError
      • generateRecordsForUpdate

        public java.util.Collection<YRecord> generateRecordsForUpdate()
                                                               throws org.apache.ddlutils.DdlUtilsException,
                                                                      java.io.IOException,
                                                                      bsh.EvalError
        Throws:
        org.apache.ddlutils.DdlUtilsException
        java.io.IOException
        bsh.EvalError