Uses of Interface
com.gpudb.Record
-
Packages that use Record Package Description com.gpudb com.gpudb.protocol -
-
Uses of Record in com.gpudb
Classes in com.gpudb with type parameters of type Record Modifier and Type Class Description classGPUdbSqlIterator<T extends Record>Kinetica API class for iterating over records returned by executing an SQL query.Classes in com.gpudb that implement Record Modifier and Type Class Description classGenericRecordclassRecordBaseAbstract class that provides default implementations of most methods ofRecord.classRecordObjectAbstract base class for objects that containRecorddata with a schema defined at compile time.Methods in com.gpudb with type parameters of type Record Modifier and Type Method Description <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.Methods in com.gpudb that return Record Modifier and Type Method Description RecordType. newInstance()Creates a newRecordbased on the type. -
Uses of Record in com.gpudb.protocol
Methods in com.gpudb.protocol that return types with arguments of type Record Modifier and Type Method Description List<Record>AggregateGroupByResponse. getData()Avro binary encoded response.List<Record>AggregateUniqueResponse. getData()Avro binary encoded response.List<Record>AggregateUnpivotResponse. getData()Avro binary encoded response.List<Record>ExecuteSqlResponse. getData()Avro binary encoded response.List<Record>GetRecordsByColumnResponse. getData()Avro binary encoded response.Method parameters in com.gpudb.protocol with type arguments of type Record Modifier and Type Method Description AggregateGroupByResponseAggregateGroupByResponse. setData(List<Record> data)Avro binary encoded response.AggregateUniqueResponseAggregateUniqueResponse. setData(List<Record> data)Avro binary encoded response.AggregateUnpivotResponseAggregateUnpivotResponse. setData(List<Record> data)Avro binary encoded response.ExecuteSqlResponseExecuteSqlResponse. setData(List<Record> data)Avro binary encoded response.GetRecordsByColumnResponseGetRecordsByColumnResponse. setData(List<Record> data)Avro binary encoded response.
-