Class ForeignKey

  • All Implemented Interfaces:
    IModuleObject

    public class ForeignKey
    extends Object
    implements IModuleObject
    Database table foreign key abstraction.
    Sample:
    {
      "name": "FK_Address_StateProvince_StateProvinceID",
      "fkColumn": [    ForeignColumn   ]
    }
    • Constructor Detail

      • ForeignKey

        public ForeignKey()