Class Reference


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

      • parent

        public ForeignKey parent
        The foreign key to which this column mapping belongs.
      • foreign

        public String foreign
        The unqualified name of the foreign column.
      • local

        public String local
        The unqualified name of the local column.
    • Constructor Detail

      • Reference

        public Reference()