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() |
setInitialRequestSize
public TarantoolConnection(String username, String password, Socket socket) throws IOException
IOException
Copyright © 2017. All rights reserved.