Class IncludeSchema


  • public class IncludeSchema
    extends Object
    The model of the include-schema tag in a Torque schema file.
    Version:
    $Id: $
    • Field Detail

      • parent

        public Database parent
        The schema root into which the referenced schema should be included.
      • filename

        public String filename
        The file name of the schema to include.
    • Constructor Detail

      • IncludeSchema

        public IncludeSchema()