net.sf.jaxme.sqls.db2
Class PageSize

java.lang.Object
  extended bynet.sf.jaxme.sqls.db2.PageSize

public class PageSize
extends java.lang.Object

A DB2 page size is limited to certain values.

Author:
Jochen Wiedmann

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

PAGESIZE_4096

public static final PageSize PAGESIZE_4096

The default page size: 4096 bytes


PAGESIZE_8192

public static final PageSize PAGESIZE_8192

The default page size: 8192 bytes


PAGESIZE_16384

public static final PageSize PAGESIZE_16384

The default page size: 16384 bytes


PAGESIZE_32768

public static final PageSize PAGESIZE_32768

The default page size: 32768 bytes

Method Detail

getSize

public long getSize()

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object pOther)

getInstances

public static PageSize[] getInstances()

valueOf

public static PageSize valueOf(java.lang.String pSize)

valueOf

public static PageSize valueOf(long pSize)

hashCode

public int hashCode()