列 |
TDVJDBCデータタイプ |
Nullable(Nullを許可) |
説明 |
TYPE |
VARCHAR(28) |
トランザクションログエントリのタイプを示します。次のいずれかになります。
Begin transaction (manual)—Start a transaction supporting manual recovery.
Begin transaction (auto)—Start a transaction supporting both manual recovery and automatic compensation.
Execute SQL—Execute a SQL statement.
Add work unit—Add a work unit (an insert, update, or delete action on a data source).
Begin commit
End commit
Fail commit
Begin rollback
End rollback
Fail rollback
Server restart
Begin work unit commit
End work unit commit
Work unit commit failure
Work unit commit in doubt
Begin work unit rollback
End work unit rollback
Work unit rollback failure
Being work unit compensate
End work unit compensate
Work unit compensate failure
|
|
<g1>SERIAL</g1> |
BIGINT |
トランザクションログエントリの一意のシリアル番号 |
|
<g1>TIMESTAMP</g1> |
BIGINT |
ログエントリが作成された時間(ミリ秒) |
|
TRANSACTION_ID |
BIGINT |
このログエントリが適用されるトランザクションの一意のID |
|
WORK_UNIT_ID |
BIGINT |
はい |
ワークユニットエントリの場合、これは一意のIDです。それ以外の場合はNULLです。 |
MESSAGE |
BLOB |
はい |
SQLの実行および作業単位の追加のためのSQLステートメントが含まれています。障害タイプの例外メッセージが含まれています。それ以外の場合はNULLです。 |