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

xtdb.IResultCursor Maven / Gradle / Ivy

The newest version!
package xtdb;

import clojure.lang.Symbol;

import java.util.Map;

public interface IResultCursor extends ICursor {
    @Deprecated
    Map columnTypes();
    Map columnFields();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy