| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.jaxme.sqls.db2.PageSize
A DB2 page size is limited to certain values.
| Field Summary | |
| static PageSize | PAGESIZE_16384The default page size (16384 bytes). | 
| static PageSize | PAGESIZE_32768The default page size (32768 bytes). | 
| static PageSize | PAGESIZE_4096The default page size (4096 bytes). | 
| static PageSize | PAGESIZE_8192The default page size (8192 bytes). | 
| Method Summary | |
|  boolean | equals(java.lang.Object pOther) | 
| static PageSize[] | getInstances()Returns the possible pagesize specifications. | 
|  long | getSize()Returns the size of the pagesize specification. | 
|  int | hashCode() | 
|  java.lang.String | toString() | 
| static PageSize | valueOf(long pSize)Converts the given long value into a pagesize specification. | 
| static PageSize | valueOf(java.lang.String pSize)Converts the given string into a pagesize specification. | 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public static final PageSize PAGESIZE_4096
public static final PageSize PAGESIZE_8192
public static final PageSize PAGESIZE_16384
public static final PageSize PAGESIZE_32768
| 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 | |||||||||