Tx retrieves the underlying transaction on the cluster database.
()
| 25 | |
| 26 | // Tx retrieves the underlying transaction on the cluster database. |
| 27 | func (c *ClusterTx) Tx() *sql.Tx { |
| 28 | return c.tx |
| 29 | } |
| 30 | |
| 31 | // NodeID sets the node NodeID associated with this cluster transaction. |
| 32 | func (c *ClusterTx) NodeID(id int64) { |
no outgoing calls