com.softwareag.tamino.db.api.connection
Interface TTransaction
- All Known Subinterfaces:
- TGlobalTransaction, TLocalTransaction
- All Known Implementing Classes:
- TAutoCommitTransactionMode, TGlobalTransactionMode, TLocalTransactionMode, TTransactionMode
public interface TTransaction
TTransaction is the base interface for Tamino transactions.
In principle a transaction can either be local or global. Currently, Tamino only supports
local transactions. This interface therefore currently does not define any operations, but
is for future use.
- Version:
- $Revision: 1.10 $
- Author:
- Marcus Schreyer
setLocale
void setLocale(java.util.Locale locale)
getLocale
java.util.Locale getLocale()
Copyright (c) 2013 Software AG. All Rights Reserved.