org.ejdb.driver
Class EJDBCollection.Index

java.lang.Object
  extended by org.ejdb.driver.EJDBCollection.Index
Enclosing class:
EJDBCollection

public static class EJDBCollection.Index
extends java.lang.Object

Index meta information


Constructor Summary
EJDBCollection.Index()
           
 
Method Summary
 java.lang.String getField()
          Returns index field path
 java.lang.String getFile()
          Returns index file path
 java.lang.String getName()
          Returns index name
 int getRecords()
          Returns records count in index
 EJDBCollection.IndexType getType()
          Returns index type
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EJDBCollection.Index

public EJDBCollection.Index()
Method Detail

getName

public java.lang.String getName()
Returns index name


getField

public java.lang.String getField()
Returns index field path


getType

public EJDBCollection.IndexType getType()
Returns index type


getFile

public java.lang.String getFile()
Returns index file path


getRecords

public int getRecords()
Returns records count in index


toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object