|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.sqls.db2.PageSize
A DB2 page size is limited to certain values.
Field Summary | |
static PageSize |
PAGESIZE_16384
The default page size: 16384 bytes |
static PageSize |
PAGESIZE_32768
The default page size: 32768 bytes |
static PageSize |
PAGESIZE_4096
The default page size: 4096 bytes |
static PageSize |
PAGESIZE_8192
The default page size: 8192 bytes |
Method Summary | |
boolean |
equals(java.lang.Object pOther)
|
static PageSize[] |
getInstances()
|
long |
getSize()
|
int |
hashCode()
|
java.lang.String |
toString()
|
static PageSize |
valueOf(long pSize)
|
static PageSize |
valueOf(java.lang.String pSize)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final PageSize PAGESIZE_4096
The default page size: 4096 bytes
public static final PageSize PAGESIZE_8192
The default page size: 8192 bytes
public static final PageSize PAGESIZE_16384
The default page size: 16384 bytes
public static final PageSize PAGESIZE_32768
The default page size: 32768 bytes
Method Detail |
public long getSize()
public java.lang.String toString()
public boolean equals(java.lang.Object pOther)
public static PageSize[] getInstances()
public static PageSize valueOf(java.lang.String pSize)
public static PageSize valueOf(long pSize)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |