xtdb.IResultCursor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtdb-core Show documentation
Show all versions of xtdb-core Show documentation
An open source document database with bitemporal graph queries
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