org.eyedb
Class Datafile
java.lang.Object
org.eyedb.Datafile
public class Datafile
- extends java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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)
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