Uses of Class
it.unibz.inf.ontop.dbschema.impl.json.JsonUniqueConstraint
-
Packages that use JsonUniqueConstraint Package Description it.unibz.inf.ontop.dbschema.impl.json -
-
Uses of JsonUniqueConstraint in it.unibz.inf.ontop.dbschema.impl.json
Fields in it.unibz.inf.ontop.dbschema.impl.json with type parameters of type JsonUniqueConstraint Modifier and Type Field Description List<JsonUniqueConstraint>JsonDatabaseTable. uniqueConstraintsConstructor parameters in it.unibz.inf.ontop.dbschema.impl.json with type arguments of type JsonUniqueConstraint Constructor Description JsonDatabaseTable(List<JsonUniqueConstraint> uniqueConstraints, List<JsonFunctionalDependency> otherFunctionalDependencies, List<JsonForeignKey> foreignKeys, List<JsonDatabaseTable.Column> columns, List<String> name, List<List<String>> otherNames)
-