public class TarantoolConnection extends TarantoolBase<List<?>>
| Constructor and Description |
|---|
TarantoolConnection(String username,
String password,
Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
close() |
void |
commit() |
List<?> |
exec(Code code,
Object... args) |
void |
rollback() |
setInitialRequestSizepublic TarantoolConnection(String username, String password, Socket socket) throws IOException
IOExceptionCopyright © 2017. All rights reserved.