Examples of CstForeignKey


Examples of org.geoforge.sql.constraint.CstForeignKey

   //--beg protected
   protected GfrBasTblDatChildAbs(String str, GfrBasTblDatXloAbs tbl)
   {
      super("child_" + str);
     
      this._cstForeignKey_ = new CstForeignKey("ForeignParentRef");
     
      //--
      super.add(GfrBasTblDatChildAbs.FLD_VAR_CHAR_ID_OBJ_OWNER);
      super.add(GfrBasTblDatChildAbs.FLD_VAR_CHAR_NAME);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.