public class DBRowTrans extends RowTrans
| Constructor and Description |
|---|
DBRowTrans(long transId,
long rowId,
DBClass dbClass,
java.lang.String action,
java.lang.String statement) |
DBRowTrans(long transId,
long rowId,
DBClass dbClass,
java.lang.String action,
java.lang.String preparedStatement,
java.lang.Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRowColumName() |
java.lang.String |
getTableName() |
java.lang.String |
getTransactionColumName() |
getAction, getFoundTransId, getKey, getPreparedStatement, getPreparedStatementArgs, getRowId, getStatement, getTransId, isDelete, preparedTransStatement, setFoundTransId, transStatementArgspublic DBRowTrans(long transId,
long rowId,
DBClass dbClass,
java.lang.String action,
java.lang.String preparedStatement,
java.lang.Object[] args)
transId - the transaction idrowId - the row IDdbClass - the classaction - the actionpreparedStatement - the prepared statementargs - the argumentspublic DBRowTrans(long transId,
long rowId,
DBClass dbClass,
java.lang.String action,
java.lang.String statement)
transId - the transaction idrowId - the row IDdbClass - the classaction - the actionstatement - the statementpublic java.lang.String getTableName()
getTableName in class RowTranspublic java.lang.String getRowColumName()
getRowColumName in class RowTranspublic java.lang.String getTransactionColumName()
getTransactionColumName in class RowTransstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.