クラス org.objectweb.cjdbc.common.sql.RequestType

すべてのメンバ一覧

説明

Defines static types values for request.

作者:
Emmanuel Cecchet

Mathieu Peltier

バージョン:
1.0

RequestType.java34 行で定義されています。

Static Public メソッド

String getInformation (int type)

Static Public 変数

final int CACHEABLE = 0
final int UNCACHEABLE = 1
final int UNIQUE_CACHEABLE = 2


メソッド

String org.objectweb.cjdbc.common.sql.RequestType.getInformation int  type  )  [static]
 

Returns the request type in a String form.

引数:
type the request type
戻り値:
the String form of the request type
RequestType.java54 行で定義されています。
00055 { 00056 switch (type) 00057 { 00058 case RequestType.CACHEABLE : 00059 return "CACHEABLE"; 00060 case RequestType.UNCACHEABLE : 00061 return "UNCACHEABLE"; 00062 case RequestType.UNIQUE_CACHEABLE : 00063 return "UNIQUE_CACHEABLE"; 00064 default : 00065 return "Illegal request type"; 00066 } 00067 }


変数

final int org.objectweb.cjdbc.common.sql.RequestType.CACHEABLE = 0 [static]
 

Type value for cacheable request. RequestType.java37 行で定義されています。

final int org.objectweb.cjdbc.common.sql.RequestType.UNCACHEABLE = 1 [static]
 

Type value for uncacheable request. RequestType.java40 行で定義されています。

final int org.objectweb.cjdbc.common.sql.RequestType.UNIQUE_CACHEABLE = 2 [static]
 

Type value for cacheable request that are not affected by an INSERT (select based on a primary key for example). RequestType.java46 行で定義されています。


このクラスの説明は次のファイルから生成されました:
CJDBCversion1.0.4に対してTue Oct 12 15:16:17 2004に生成されました。 doxygen 1.3.8