com.mongodb.jdbc.MongoJsonSchemaResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongodb-jdbc Show documentation
Show all versions of mongodb-jdbc Show documentation
JDBC Driver for MongoDB Atlas SQL interface
package com.mongodb.jdbc;
import java.util.Map;
public class MongoJsonSchemaResult {
public int ok;
public Map metadata;
public MongoVersionedJsonSchema schema;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy