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

com.datastax.ebdrivers.dsegraph.statements.BindableGraphStatement Maven / Gradle / Ivy

There is a newer version: 4.15.102
Show newest version
package com.datastax.ebdrivers.dsegraph.statements;

import com.datastax.driver.dse.graph.SimpleGraphStatement;

public interface BindableGraphStatement {
    SimpleGraphStatement bind(long value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy