home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / VCafe / prosrc.bin / CollectionAccess.java < prev    next >
Encoding:
Java Source  |  1998-03-18  |  464 b   |  16 lines

  1. /*
  2.  * @(#CollectionAccess.java
  3.  *
  4.  * Copyright (c) 1997 Symantec Corporation. All Rights Reserved.
  5.  *
  6.  */
  7.  
  8. package symantec.itools.db.beans.binding.databus;
  9. public interface CollectionAccess extends DataItem
  10. {
  11. public DataCursor getCursor();
  12.  
  13.  
  14.     // This method returns an object which implements the symantec.itools.db.beans.binding.databus.DataCursor interface and which can
  15.     // be used to enumerate all the items contained in the collection.
  16. }