Package com.antlersoft.odb

Examples of com.antlersoft.odb.IndexIterator


  {
    Enumeration result=EmptyEnum.empty;
   
    if ( _session!=null)
    {
      final IndexIterator ii=_session.greaterThanOrEqualEntries( index_name, key);
      if ( ii.isExactMatch())
      {
        result=new ExactMatchIndexEnumeration( ii);
      }
    }
   
View Full Code Here

TOP

Related Classes of com.antlersoft.odb.IndexIterator

Copyright © 2018 www.massapicom. 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.