<T extends Record> GPUdbSqlIterator<T> |
GPUdbBase.query(String sql) |
This method is used to send a SQL query to Kinetica and read the records in the returned
GPUdbSqlIterator object.
|
<T extends Record> GPUdbSqlIterator<T> |
GPUdbBase.query(String sql,
Object parameters) |
This method is used to send a SQL query to Kinetica and read the records in the returned
GPUdbSqlIterator object.
|
<T extends Record> GPUdbSqlIterator<T> |
GPUdbBase.query(String sql,
Object parameters,
Map<String,String> sqlOptions) |
This method is used to send a SQL query to Kinetica and read the records in the returned
GPUdbSqlIterator object.
|