|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |
java.lang.Objectjava.lang.Enum<IQueryHistory.Item>
ts.query.IQueryHistory.Item
public static enum IQueryHistory.Item
実行履歴の項目を表す列挙型。
列挙型定数の概要 | |
---|---|
BeginTime
開始時刻を示す列挙値。 |
|
ConnectionId
接続先IDを示す列挙値。 |
|
Content
実行内容を示す列挙型。 |
|
EndTime
終了時刻を示す列挙値。 |
|
EntryDateTime
登録日時。 |
|
Exception
失敗時にスローされた例外オブジェクトを示す列挙値。 |
|
ExecutionId
実行IDを示す列挙値。 |
|
FetchCount
照会件数を示す列挙値。 |
|
IsSuccess
実行成否を示す列挙値。 |
|
QueryId
クエリIDを示す列挙値。 |
|
SpentTime
処理時間を示す列挙値。 |
|
UpdateCount
更新件数を示す列挙値。 |
メソッドの概要 | |
---|---|
static IQueryHistory.Item |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static IQueryHistory.Item[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
クラス java.lang.Enum から継承されたメソッド |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, notify, notifyAll, wait, wait, wait |
列挙型定数の詳細 |
---|
public static final IQueryHistory.Item QueryId
public static final IQueryHistory.Item ConnectionId
public static final IQueryHistory.Item ExecutionId
public static final IQueryHistory.Item IsSuccess
public static final IQueryHistory.Item Exception
public static final IQueryHistory.Item BeginTime
public static final IQueryHistory.Item EndTime
public static final IQueryHistory.Item SpentTime
public static final IQueryHistory.Item FetchCount
public static final IQueryHistory.Item UpdateCount
public static final IQueryHistory.Item Content
public static final IQueryHistory.Item EntryDateTime
メソッドの詳細 |
---|
public static IQueryHistory.Item[] values()
for (IQueryHistory.Item c : IQueryHistory.Item.values()) System.out.println(c);
public static IQueryHistory.Item valueOf(java.lang.String name)
name
- 返される列挙型定数の名前
java.lang.IllegalArgumentException
- 指定された名前を持つ定数を
この列挙型が持っていない場合
java.lang.NullPointerException
- 引数が null の場合
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |