Package org.xBaseJ.micro.indexes

Examples of org.xBaseJ.micro.indexes.Index.update()


    }

    for (i=1; i<= jNDXes.size(); i++)
    {
      NDXes =  (Index) jNDXes.elementAt(i-1);
      NDXes.update(current_record);
    }


  }
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.