Klasse Reference

java.lang.Object
org.apache.torque.templates.model.Reference

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

    • 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.
  • Konstruktordetails

    • Reference

      public Reference()