select abstract method

Future<Channel> select()

Begin a transaction on the current channel. Returns a Future<Channel> with the affected channel.

Implementation

Future<Channel> select();