public abstract class StartSubTransactionMessageType extends ServerInputMessageType
Modifier and Type | Field and Description |
---|---|
static int |
MESSAGETYPEID
The numeric ID for messages of this type (1344375413 )
|
Modifier and Type | Method and Description |
---|---|
abstract StartSubTransactionMessage |
message(boolean readOnlyTransaction,
boolean autoCommit)
Gets a StartSubTransactionMessage of this MessageType's version, holding the given data
|
public static final int MESSAGETYPEID
public abstract StartSubTransactionMessage message(boolean readOnlyTransaction, boolean autoCommit)
readOnlyTransaction
- flag indicating whether or not the new transaction is a read-only one, i.e. whether it will or will not attempt updates to the databaseautoCommit
- flag indicating whether or not the server may automatically commit each individual statement executed in this transaction.