Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ExecuteProcResponse |
GPUdb.executeProc(ExecuteProcRequest request)
Executes a proc in the GPUdb Node.js proc server.
|
ExecuteProcResponse |
GPUdb.executeProc(String name,
Map<String,String> params,
Map<String,ByteBuffer> binParams,
Map<String,String> options)
Executes a proc in the GPUdb Node.js proc server.
|
Modifier and Type | Method and Description |
---|---|
ExecuteProcResponse |
ExecuteProcResponse.setBinResults(Map<String,ByteBuffer> binResults) |
ExecuteProcResponse |
ExecuteProcResponse.setResults(Map<String,String> results) |
Copyright © 2016. All rights reserved.