Package | Description |
---|---|
com.gpudb |
Modifier and Type | Method and Description |
---|---|
<T extends Record> |
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> |
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> |
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.
|
Copyright © 2025. All rights reserved.