|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.cjdbc.sql.RequestType
Defines static types values for request.
Field Summary | |
static int |
CACHEABLE
Type value for cacheable request. |
static int |
UNCACHEABLE
Type value for uncacheable request. |
static int |
UNIQUE_CACHEABLE
Type value for cacheable request that are not affected by an INSERT (select based on a primary key for
example). |
Constructor Summary | |
RequestType()
|
Method Summary | |
static java.lang.String |
getInformation(int type)
Returns the request type in a String form. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int CACHEABLE
public static final int UNCACHEABLE
public static final int UNIQUE_CACHEABLE
INSERT
(select based on a primary key for
example).
Constructor Detail |
public RequestType()
Method Detail |
public static java.lang.String getInformation(int type)
String
form.
type
- the request type
String
form of the request type
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |