public abstract class StartSubTransactionMessage extends ServerInputMessage
Modifier and Type | Method and Description |
---|---|
boolean |
isAutoCommit()
Checks whether each individual statement in the transaction is to be committed automatically
|
boolean |
isReadOnlyTransaction()
Checks whether or not the new transaction is a read-only one, i.e.
|
getMessageTypeID, readMessage, sendMessage
public final boolean isReadOnlyTransaction()
public final boolean isAutoCommit()