Definition
/**
* Create a SET TRANSACTION SNAPSHOT builder.
*
* Example: transaction_snapshot('00000003-0000001A-1')
* Produces: SET TRANSACTION SNAPSHOT '00000003-0000001A-1'
*/
transaction_snapshot(string $snapshotId) : SetTransactionFinalStep