org.eyedb
Class Datafile

java.lang.Object
  extended by org.eyedb.Datafile

public class Datafile
extends java.lang.Object


Field Summary
static int BITMAP_MTYPE
           
static int DEFAULTMAP_MTYPE
           
static int LINKMAP_MTYPE
           
static int LOGICAL_OID_DTYPE
           
static int PHYSICAL_OID_DTYPE
           
 
Constructor Summary
Datafile(Database db, short id, short dspid, java.lang.String file, java.lang.String name, long maxsize, int mtype, int slotsize, int dtype)
           
 
Method Summary
 Database getDatabase()
           
 Dataspace getDataspace()
           
 int getDatType()
           
 int getDspid()
           
 java.lang.String getFile()
           
 int getId()
           
 int getMaptype()
           
 long getMaxsize()
           
 java.lang.String getName()
           
 int getSlotsize()
           
 boolean isPhysical()
           
 boolean isValid()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BITMAP_MTYPE

public static final int BITMAP_MTYPE
See Also:
Constant Field Values

LINKMAP_MTYPE

public static final int LINKMAP_MTYPE
See Also:
Constant Field Values

DEFAULTMAP_MTYPE

public static final int DEFAULTMAP_MTYPE
See Also:
Constant Field Values

LOGICAL_OID_DTYPE

public static final int LOGICAL_OID_DTYPE
See Also:
Constant Field Values

PHYSICAL_OID_DTYPE

public static final int PHYSICAL_OID_DTYPE
See Also:
Constant Field Values
Constructor Detail

Datafile

public Datafile(Database db,
                short id,
                short dspid,
                java.lang.String file,
                java.lang.String name,
                long maxsize,
                int mtype,
                int slotsize,
                int dtype)
Method Detail

getDatabase

public Database getDatabase()

getName

public java.lang.String getName()

getId

public int getId()

getDspid

public int getDspid()

getDataspace

public Dataspace getDataspace()

getFile

public java.lang.String getFile()

getMaptype

public int getMaptype()

getDatType

public int getDatType()

isPhysical

public boolean isPhysical()

isValid

public boolean isValid()

getMaxsize

public long getMaxsize()

getSlotsize

public int getSlotsize()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object