All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aerospike.jdbc.query.QueryHandler Maven / Gradle / Ivy

There is a newer version: 1.9.2
Show newest version
package com.aerospike.jdbc.query;

import com.aerospike.jdbc.model.AerospikeQuery;
import com.aerospike.jdbc.model.Pair;

import java.sql.ResultSet;

public interface QueryHandler {

    Pair execute(AerospikeQuery query);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy